]> granicus.if.org Git - esp-idf/commitdiff
mbedtls: remove duplicate Kconfig options
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 21 Aug 2017 07:52:00 +0000 (15:52 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 22 Aug 2017 07:12:35 +0000 (15:12 +0800)
components/mbedtls/Kconfig

index 2b24ecf1f1ec729f0a1ecce235a290a3cc2e21e8..8d9d708206fd9ee416ef739a4f4dab2b2e374ade 100644 (file)
@@ -160,13 +160,6 @@ config MBEDTLS_KEY_EXCHANGE_DHE_PSK
    help
        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
    bool "Enable ECDHE-PSK based ciphersuite modes"
    depends on MBEDTLS_PSK_MODES
@@ -218,13 +211,6 @@ config MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA
    help
        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
    bool "Enable ECDH-ECDSA based ciphersuite modes"
    depends on MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C