From 43e5faa2539ae8aae6ef55be2239b9b1a77fea45 Mon Sep 17 00:00:00 2001 From: Dmitry Sobinov Date: Sat, 2 Jan 2016 22:32:36 +1100 Subject: Add new DTLS-SRTP protection profiles from RFC 7714 Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell --- ssl/d1_srtp.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ssl/d1_srtp.c') diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index 587a592e82..f969fb10b1 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -128,6 +128,14 @@ static SRTP_PROTECTION_PROFILE srtp_known_profiles[] = { "SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32, }, + { + "SRTP_AEAD_AES_128_GCM", + SRTP_AEAD_AES_128_GCM + }, + { + "SRTP_AEAD_AES_256_GCM", + SRTP_AEAD_AES_256_GCM + }, {0} }; -- cgit v1.2.3