Update CHANGES and UPGRADE.txt for 18.8.0

This commit is contained in:
Asterisk Development Team
2021-10-13 05:21:03 -05:00
parent 804b1987fb
commit 9063680148
9 changed files with 64 additions and 49 deletions

View File

@@ -1,15 +0,0 @@
Subject: chan_iax2
Encryption is now supported for RSA authentication.
Currently, these auth configurations will cause a crash:
auth = md5,rsa
auth = plaintext,md5,rsa
With a patched peer, the following will cause a crash:
auth = rsa
auth = md5,rsa
auth = plaintext,md5,rsa
If both the peer and user are patches, no crash occurs.
Existing good configurations should continue to work.