Merge branch 'fix/enable_ssl_cookie_support_by_default' into 'master'

fix(mbedtls): enable ssl cookie support by default

See merge request espressif/esp-idf!41235
This commit is contained in:
Mahavir Jain
2025-08-18 11:42:24 +05:30

View File

@@ -849,9 +849,10 @@ menu "mbedTLS"
menu "DTLS-based configurations"
depends on MBEDTLS_SSL_PROTO_DTLS
config MBEDTLS_SSL_COOKIE_C
bool "Enable SSL session cookie"
default n
default y
help
Enable basic DTLS cookie implementation for hello verification.