mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-24 01:41:35 +03:00
Implement hmac truncation
This commit is contained in:
committed by
Paul Bakker
parent
57c2852807
commit
277f7f23e2
@ -150,6 +150,7 @@
|
||||
|
||||
#define SSL_TRUNC_HMAC_DISABLED 0
|
||||
#define SSL_TRUNC_HMAC_ENABLED 1
|
||||
#define SSL_TRUNCATED_HMAC_LEN 10 /* 80 bits, rfc 6066 section 7 */
|
||||
|
||||
/*
|
||||
* Size of the input / output buffer.
|
||||
|
Reference in New Issue
Block a user