summaryrefslogtreecommitdiffstats
path: root/ssl/d1_srtp.c
diff options
context:
space:
mode:
authorDmitry Sobinov <sobinoff@gmail.com>2016-01-02 22:32:36 +1100
committerMatt Caswell <matt@openssl.org>2016-02-04 22:52:21 +0000
commit43e5faa2539ae8aae6ef55be2239b9b1a77fea45 (patch)
tree3d5063486cb41b6f4f807eb2f2c81ac8e9120959 /ssl/d1_srtp.c
parentb7be6d2290261d9c5d5714549e03ec44df4a9fa1 (diff)
Add new DTLS-SRTP protection profiles from RFC 7714
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'ssl/d1_srtp.c')
-rw-r--r--ssl/d1_srtp.c8
1 files changed, 8 insertions, 0 deletions
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}
};