mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
chan_iax2: Add encryption for RSA authentication
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: I18f1f9d7c59b4f9cffa00f3b94a4c875846efd40
This commit is contained in:
committed by
George Joseph
parent
5e9799a42e
commit
7ff6c43760
15
doc/UPGRADE-staging/chan_iax2_rsa.txt
Normal file
15
doc/UPGRADE-staging/chan_iax2_rsa.txt
Normal file
@@ -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.
|
Reference in New Issue
Block a user