mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
mbedtls: disable support for RSASSA-PSS signatures
This is a workaround for CVE-2018-0487. 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
594e1b5e44
commit
0a97cb62ef
@ -926,7 +926,7 @@
|
||||
*
|
||||
* This enables support for RSAES-OAEP and RSASSA-PSS operations.
|
||||
*/
|
||||
#define MBEDTLS_PKCS1_V21
|
||||
//#define MBEDTLS_PKCS1_V21
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_RSA_NO_CRT
|
||||
@ -1420,7 +1420,7 @@
|
||||
*
|
||||
* Comment this macro to disallow using RSASSA-PSS in certificates.
|
||||
*/
|
||||
#define MBEDTLS_X509_RSASSA_PSS_SUPPORT
|
||||
//#define MBEDTLS_X509_RSASSA_PSS_SUPPORT
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_ZLIB_SUPPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user