Changeset 5408 for pjproject


Ignore:
Timestamp:
Aug 5, 2016 1:14:20 AM (8 years ago)
Author:
ming
Message:

Re #1945 (misc): Fixed incorrect SRTP crypto suite name and doc.

Thanks to Alexander Traud for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c

    r5341 r5408  
    9898        sec_serv_conf_and_auth}, 
    9999 
    100     /* cipher AES_CM_192, auth HMAC_SHA1, auth tag len = 10 octets */ 
     100    /* cipher AES_192_CM, auth HMAC_SHA1, auth tag len = 10 octets */ 
    101101    //{"AES_192_CM_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 10, 10, 
    102102        //sec_serv_conf_and_auth}, 
    103103 
    104     /* cipher AES_CM_192, auth HMAC_SHA1, auth tag len = 4 octets */ 
    105     //{"AES_192_CM_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 4, 10, 
     104    /* cipher AES_192_CM, auth HMAC_SHA1, auth tag len = 4 octets */ 
     105    //{"AES_192_CM_HMAC_SHA1_32", AES_ICM, 38, HMAC_SHA1, 20, 4, 10, 
    106106        //sec_serv_conf_and_auth}, 
    107107 
Note: See TracChangeset for help on using the changeset viewer.