Changeset 1894


Ignore:
Timestamp:
Mar 26, 2008 3:13:30 PM (16 years ago)
Author:
bennylp
Message:

Fixed bugs in libsrtp that effect dtls-srtp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/srtp/srtp/srtp.c

    r1730 r1894  
    18081808  case srtp_profile_aes128_cm_sha1_80: 
    18091809    crypto_policy_set_aes_cm_128_hmac_sha1_80(policy); 
    1810     crypto_policy_set_aes_cm_128_hmac_sha1_80(policy); 
    18111810    break; 
    18121811  case srtp_profile_aes128_cm_sha1_32: 
    18131812    crypto_policy_set_aes_cm_128_hmac_sha1_32(policy); 
    1814     crypto_policy_set_aes_cm_128_hmac_sha1_80(policy); 
    18151813    break; 
    18161814  case srtp_profile_null_sha1_80: 
    1817     crypto_policy_set_null_cipher_hmac_sha1_80(policy); 
    18181815    crypto_policy_set_null_cipher_hmac_sha1_80(policy); 
    18191816    break; 
     
    18391836    break; 
    18401837  case srtp_profile_aes128_cm_sha1_32: 
    1841     crypto_policy_set_aes_cm_128_hmac_sha1_80(policy); 
     1838    crypto_policy_set_aes_cm_128_hmac_sha1_32(policy); 
    18421839    break; 
    18431840  case srtp_profile_null_sha1_80: 
Note: See TracChangeset for help on using the changeset viewer.