srtp-utils: Add support for AES 256 bit crypto suites
As specified by RFC 6188.
This commit is contained in:
committed by
Evangelos Ribeiro Tzaras
parent
8ca3597646
commit
267eecf049
@@ -32,6 +32,8 @@ typedef enum {
|
||||
CALLS_SRTP_SUITE_UNKNOWN = 0,
|
||||
CALLS_SRTP_SUITE_AES_CM_128_SHA1_32, /* RFC 4568 */
|
||||
CALLS_SRTP_SUITE_AES_CM_128_SHA1_80, /* RFC 4568 */
|
||||
CALLS_SRTP_SUITE_AES_256_CM_SHA1_32, /* RFC 6188 */
|
||||
CALLS_SRTP_SUITE_AES_256_CM_SHA1_80, /* RFC 6188 */
|
||||
} calls_srtp_crypto_suite;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user