]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-11052: Allow alias for crypto suites
authorPiotr Gregor <piotr@dataandsignal.com>
Wed, 21 Mar 2018 16:58:01 +0000 (16:58 +0000)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:41 +0000 (07:21 +0000)
commit3a502eaf6e0e1ad18751181a27ff14c00b40a3ae
treee0407b2064d610bba1db242ed956f21abece4ee8
parent7f1d6385253a7a3a0b0e90a15d6d3e506001e6f1
FS-11052: Allow alias for crypto suites

For outgoing calls send AES crypto in offer using corrected names
for keys of length 192 and 256, i.e. names containing _192_CM_
and _256_CM_ instead of _CM_192_ and CM_256_. For incoming calls
accept both naming conventions, decaying to same entry in SUITES.
src/include/switch_rtp.h
src/switch_core_media.c