X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Fd1_srtp.c;h=f969fb10b11e493afba2b1698cea7147c502d206;hb=72e9be3d083d8cc39ea5322409f14832b674364d;hp=87dbcc63f32835337731f609ee6e8eba94961d46;hpb=50932c4af2fdd1da01203e9fabe176f9c106882b;p=openssl.git diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index 87dbcc63f3..f969fb10b1 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -1,4 +1,3 @@ -/* ssl/t1_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -129,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} };