libmbedtls: disable older RSA ciphers
disable older RSA ciphers Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
parent
aeeb12eb83
commit
1064252259
|
@ -62,11 +62,11 @@ config MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
|
|||
|
||||
config MBEDTLS_KEY_EXCHANGE_RSA_ENABLED
|
||||
bool "MBEDTLS_KEY_EXCHANGE_RSA_ENABLED"
|
||||
default y
|
||||
default n
|
||||
|
||||
config MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
|
||||
bool "MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED"
|
||||
default y
|
||||
default n
|
||||
|
||||
config MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
|
||||
bool "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED"
|
||||
|
|
Loading…
Reference in New Issue