mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
mbedtls: disable truncated HMAC
This is a workaround for CVE-2018-0488. Ref. https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01 Ref. https://github.com/espressif/esp-idf/issues/1730
This commit is contained in:
parent
10a5cfc900
commit
594e1b5e44
@ -1326,7 +1326,7 @@
|
||||
*
|
||||
* Comment this macro to disable support for truncated HMAC in SSL
|
||||
*/
|
||||
#define MBEDTLS_SSL_TRUNCATED_HMAC
|
||||
//#define MBEDTLS_SSL_TRUNCATED_HMAC
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_THREADING_ALT
|
||||
|
Loading…
x
Reference in New Issue
Block a user