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 fc142045a mbedtls: add MBEDTLS_SSL_COOKIE_C to Kconfig for manual 
configuration
fc142045a is described below

commit fc142045a4dc4c8a36e95f358fb30d3a51e8094d
Author: zhanghongyu <[email protected]>
AuthorDate: Sun Mar 23 21:07:59 2025 +0800

    mbedtls: add MBEDTLS_SSL_COOKIE_C to Kconfig for manual configuration
    
    current defconfig and mbedtls_config.h can not enable the definition
    of MBEDTLS_SSL_COOKIE_C.
    
    Signed-off-by: zhanghongyu <[email protected]>
---
 crypto/mbedtls/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig
index 1bee06c89..9870a1b9e 100644
--- a/crypto/mbedtls/Kconfig
+++ b/crypto/mbedtls/Kconfig
@@ -639,6 +639,10 @@ config MBEDTLS_SSL_CACHE_C
        bool "Enable simple SSL cache implementation."
        default y
 
+config MBEDTLS_SSL_COOKIE_C
+       bool "Enable SSL cookie implementation."
+       default y
+
 config MBEDTLS_SSL_TICKET_C
        bool "Enable an implementation of TLS server-side callbacks for session 
tickets."
        depends on (MBEDTLS_CIPHER_C || MBEDTLS_USE_PSA_CRYPTO) && \

Reply via email to