Changeset 5341 for pjproject


Ignore:
Timestamp:
Jun 10, 2016 4:04:09 AM (8 years ago)
Author:
riza
Message:

Re #1928(misc) : Align Big-AES names with latest RFC.
Thanks to Alexander Traud for the patch.

File:
1 edited

Legend:

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

    r5261 r5341  
    9191 
    9292    /* cipher AES_CM_256, auth HMAC_SHA1, auth tag len = 10 octets */ 
    93     {"AES_CM_256_HMAC_SHA1_80", AES_ICM, 46, HMAC_SHA1, 20, 10, 10, 
     93    {"AES_256_CM_HMAC_SHA1_80", AES_ICM, 46, HMAC_SHA1, 20, 10, 10, 
    9494        sec_serv_conf_and_auth}, 
    9595 
    9696    /* cipher AES_CM_256, auth HMAC_SHA1, auth tag len = 10 octets */ 
    97     {"AES_CM_256_HMAC_SHA1_32", AES_ICM, 46, HMAC_SHA1, 20, 4, 10, 
     97    {"AES_256_CM_HMAC_SHA1_32", AES_ICM, 46, HMAC_SHA1, 20, 4, 10, 
    9898        sec_serv_conf_and_auth}, 
    9999 
    100100    /* cipher AES_CM_192, auth HMAC_SHA1, auth tag len = 10 octets */ 
    101     //{"AES_CM_192_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 10, 10, 
     101    //{"AES_192_CM_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 10, 10, 
    102102        //sec_serv_conf_and_auth}, 
    103103 
    104104    /* cipher AES_CM_192, auth HMAC_SHA1, auth tag len = 4 octets */ 
    105     //{"AES_CM_192_HMAC_SHA1_80", AES_ICM, 38, HMAC_SHA1, 20, 4, 10, 
     105    //{"AES_192_CM_HMAC_SHA1_80", 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.