This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 1274aa5c8 mbedtls: mbedtls_selftest depends on 
MBEDTLS_SSL_DTLS_CONNECTION_ID
1274aa5c8 is described below

commit 1274aa5c8a37b712ef8b4bf2610167ae29981dfa
Author: makejian <[email protected]>
AuthorDate: Fri Aug 25 10:19:29 2023 +0800

    mbedtls: mbedtls_selftest depends on MBEDTLS_SSL_DTLS_CONNECTION_ID
    
    Signed-off-by: makejian <[email protected]>
---
 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

Reply via email to