mirror of https://github.com/asterisk/asterisk
Adds support for encryption to RSA-authenticated calls. Also prevents crashes if an RSA IAX2 call is initiated to a switch requiring encryption but no secret is provided. ASTERISK-20219 Change-Id: I18f1f9d7c59b4f9cffa00f3b94a4c875846efd4016.22
parent
39824c7a96
commit
8ad4cb901b
@ -0,0 +1,15 @@
|
||||
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.
|
Loading…
Reference in new issue