]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: Add menuselect options to enable AES_192, AES_256 and AES_GCM 20
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:57 +0000 (15:39 +0000)
commit581e4a23a815fb27fba7238f4465c055b3c58621
treee9da46394aee8d8c0b6ca0e88692c0cca09d1d0e
parent9d4674d93d69acd9e2f4a09c2748838affbc1c74
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