]> 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 19:36:51 +0000 (13:36 -0600)
commite91aedd3856e2195adc979405f115a88aec61384
tree434ade3c92463990f5abd73552b3c704fe238ee2
parentaa0301969bda99cbc9a40e80c3482ee9891e74c6
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 706a7e45f0e06351a3656dd14673854e62b52019)
build_tools/menuselect-deps.in
res/Makefile
res/res_srtp.c