]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: Add menuselect options to enable AES_192, AES_256 and AES_GCM 22
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 5 Aug 2025 14:10:29 +0000 (08:10 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 6 Aug 2025 15:39:58 +0000 (15:39 +0000)
commitae078af893512710d3d135c9858eac807d99b702
tree2794af519fee30daf52c7c75e1b6f2fa870cf591
parent01661398a320ab36605a3fd0df8e4997f3bb150a
res_srtp: Add menuselect options to enable AES_192, AES_256 and AES_GCM

UserNote: Options are now available in the menuselect "Resource Modules"
category that allow you to enable the AES_192, AES_256 and AES_GCM
cipher suites in res_srtp. Of course, libsrtp and OpenSSL must support
them but modern versions do.  Previously, the only way to enable them was
to set the CFLAGS environment variable when running ./configure.
The default setting is to disable them preserving existing behavior.
build_tools/menuselect-deps.in
res/Makefile
res/res_srtp.c