From ca00b9934988c6722fbd97239c4ccce721336756 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Fri, 5 Aug 2016 01:14:20 +0000 Subject: Re #1945 (misc): Fixed incorrect SRTP crypto suite name and doc. Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5408 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/src/pjmedia/transport_srtp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pjmedia') diff --git a/pjmedia/src/pjmedia/transport_srtp.c b/pjmedia/src/pjmedia/transport_srtp.c index 9390c645..c262f070 100644 --- a/pjmedia/src/pjmedia/transport_srtp.c +++ b/pjmedia/src/pjmedia/transport_srtp.c @@ -97,12 +97,12 @@ static crypto_suite crypto_suites[] = { {"AES_256_CM_HMAC_SHA1_32", AES_ICM, 46, HMAC_SHA1, 20, 4, 10, sec_serv_conf_and_auth}, - /* cipher AES_CM_192, auth HMAC_SHA1, auth tag len = 10 octets */ + /* cipher AES_192_CM, auth HMAC_SHA1, auth tag len = 10 octets */ //{"AES_192_CM_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 10, 10, //sec_serv_conf_and_auth}, - /* cipher AES_CM_192, auth HMAC_SHA1, auth tag len = 4 octets */ - //{"AES_192_CM_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 4, 10, + /* cipher AES_192_CM, auth HMAC_SHA1, auth tag len = 4 octets */ + //{"AES_192_CM_HMAC_SHA1_32", AES_ICM, 38, HMAC_SHA1, 20, 4, 10, //sec_serv_conf_and_auth}, /* cipher AES_CM, auth HMAC_SHA1, auth tag len = 10 octets */ -- cgit v1.2.3