]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: Add menuselect options to enable AES_192, AES_256 and AES_GCM
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 5 Aug 2025 14:10:29 +0000 (08:10 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 6 Aug 2025 15:40:02 +0000 (15:40 +0000)
commit22d405e900e02e5076c4f4b3572352b9fc5b07f8
tree3141f9590a3b9f59b4aed8977e97638d5a215811
parent511d22ef5ee39461a69e0edc9d59ca5b702d0261
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