Resolve key length issue with AES GCM 128/256
This commit is contained in:
parent
0fdf32a3ae
commit
de7d5a9e07
|
@ -192,8 +192,8 @@ struct switch_media_handle_s {
|
|||
|
||||
|
||||
static switch_srtp_crypto_suite_t SUITES[CRYPTO_INVALID] = {
|
||||
{ "AEAD_AES_256_GCM_8", AEAD_AES_256_GCM_8, 46},
|
||||
{ "AEAD_AES_128_GCM_8", AEAD_AES_128_GCM_8, 30},
|
||||
{ "AEAD_AES_256_GCM_8", AEAD_AES_256_GCM_8, 44},
|
||||
{ "AEAD_AES_128_GCM_8", AEAD_AES_128_GCM_8, 28},
|
||||
{ "AES_CM_256_HMAC_SHA1_80", AES_CM_256_HMAC_SHA1_80, 46},
|
||||
{ "AES_CM_192_HMAC_SHA1_80", AES_CM_192_HMAC_SHA1_80, 38},
|
||||
{ "AES_CM_128_HMAC_SHA1_80", AES_CM_128_HMAC_SHA1_80, 30},
|
||||
|
|
Loading…
Reference in New Issue