fix(mbedtls): enable ssl cookie support by default

This commit is contained in:
Ashish Sharma
2025-08-14 11:22:30 +08:00
parent 7324fc6dd9
commit 2b8703ef9f

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.