forked from espressif/esp-idf
mbedtls: remove duplicate Kconfig options
This commit is contained in:
@@ -160,13 +160,6 @@ config MBEDTLS_KEY_EXCHANGE_DHE_PSK
|
|||||||
help
|
help
|
||||||
Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
|
Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
|
||||||
|
|
||||||
config MBEDTLS_KEY_EXCHANGE_DHE_PSK
|
|
||||||
bool "Enable DHE-PSK based ciphersuite modes"
|
|
||||||
depends on MBEDTLS_PSK_MODES
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.
|
|
||||||
|
|
||||||
config MBEDTLS_KEY_EXCHANGE_ECDHE_PSK
|
config MBEDTLS_KEY_EXCHANGE_ECDHE_PSK
|
||||||
bool "Enable ECDHE-PSK based ciphersuite modes"
|
bool "Enable ECDHE-PSK based ciphersuite modes"
|
||||||
depends on MBEDTLS_PSK_MODES
|
depends on MBEDTLS_PSK_MODES
|
||||||
@@ -218,13 +211,6 @@ config MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA
|
|||||||
help
|
help
|
||||||
Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
|
Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
|
||||||
|
|
||||||
config MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA
|
|
||||||
bool "Enable ECDHE-ECDSA based ciphersuite modes"
|
|
||||||
depends on MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
|
|
||||||
|
|
||||||
config MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA
|
config MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA
|
||||||
bool "Enable ECDH-ECDSA based ciphersuite modes"
|
bool "Enable ECDH-ECDSA based ciphersuite modes"
|
||||||
depends on MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C
|
depends on MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C
|
||||||
|
Reference in New Issue
Block a user