|
@@ -389,6 +389,13 @@ menu "mbedTLS"
|
|
|
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_ECJPAKE
|
|
|
|
|
+ bool "Enable ECJPAKE based ciphersuite modes"
|
|
|
|
|
+ depends on MBEDTLS_ECJPAKE_C && MBEDTLS_ECP_DP_SECP256R1_ENABLED
|
|
|
|
|
+ default n
|
|
|
|
|
+ help
|
|
|
|
|
+ Enable to support ciphersuites with prefix TLS-ECJPAKE-WITH-
|
|
|
|
|
+
|
|
|
endmenu # TLS key exchange modes
|
|
endmenu # TLS key exchange modes
|
|
|
|
|
|
|
|
config MBEDTLS_SSL_RENEGOTIATION
|
|
config MBEDTLS_SSL_RENEGOTIATION
|
|
@@ -586,6 +593,13 @@ menu "mbedTLS"
|
|
|
help
|
|
help
|
|
|
Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.
|
|
Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.
|
|
|
|
|
|
|
|
|
|
+ config MBEDTLS_ECJPAKE_C
|
|
|
|
|
+ bool "Elliptic curve J-PAKE"
|
|
|
|
|
+ depends on MBEDTLS_ECP_C
|
|
|
|
|
+ default n
|
|
|
|
|
+ help
|
|
|
|
|
+ Enable ECJPAKE. Needed to use ECJPAKE-xxx TLS ciphersuites.
|
|
|
|
|
+
|
|
|
config MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
|
config MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
|
|
bool "Enable SECP192R1 curve"
|
|
bool "Enable SECP192R1 curve"
|
|
|
depends on MBEDTLS_ECP_C
|
|
depends on MBEDTLS_ECP_C
|