summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-08-05 01:14:20 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-08-05 01:14:20 +0000
commitca00b9934988c6722fbd97239c4ccce721336756 (patch)
treed1aca947a017d62cf46aa9ce8dde9cdca79dcdf4
parent742babb2d72fa6dcec1b21318a5d1ba9a3623fab (diff)
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
-rw-r--r--pjmedia/src/pjmedia/transport_srtp.c6
1 files changed, 3 insertions, 3 deletions
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 */