From 1274aa5c8a37b712ef8b4bf2610167ae29981dfa Mon Sep 17 00:00:00 2001 From: makejian Date: Fri, 25 Aug 2023 10:19:29 +0800 Subject: [PATCH] mbedtls: mbedtls_selftest depends on MBEDTLS_SSL_DTLS_CONNECTION_ID Signed-off-by: makejian --- crypto/mbedtls/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig index 206ce3e9e..b4b7da68b 100644 --- a/crypto/mbedtls/Kconfig +++ b/crypto/mbedtls/Kconfig @@ -109,6 +109,15 @@ config MBEDTLS_SSL_DTLS_BADMAC_LIMIT bool "Enable support for a limit of records with bad MAC." default n +config MBEDTLS_SSL_DTLS_CONNECTION_ID + bool "Enable the Connection ID extension." + default n + +config MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT + bool "Enable the standard version of DTLS Connection ID feature." + depends on MBEDTLS_SSL_DTLS_CONNECTION_ID + default n + endif # MBEDTLS_SSL_PROTO_DTLS config MBEDTLS_SSL_ALPN