]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 20:04:27 +0000 (14:04 -0600)
commit0149449d0ffdd4ce34baa5f58f5d183e9fca55a1
tree6057e5f01a8947b86d75e3225e58ae97fa04cdfd
parent89d3c2e92b612c865726c0663a53408c3677e450
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.

(cherry picked from commit 581e4a23a815fb27fba7238f4465c055b3c58621)
build_tools/menuselect-deps.in
res/Makefile
res/res_srtp.c