mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
fix(mbedtls): enable ssl cookie support by default
This commit is contained in:
@@ -849,9 +849,10 @@ menu "mbedTLS"
|
|||||||
|
|
||||||
menu "DTLS-based configurations"
|
menu "DTLS-based configurations"
|
||||||
depends on MBEDTLS_SSL_PROTO_DTLS
|
depends on MBEDTLS_SSL_PROTO_DTLS
|
||||||
|
|
||||||
config MBEDTLS_SSL_COOKIE_C
|
config MBEDTLS_SSL_COOKIE_C
|
||||||
bool "Enable SSL session cookie"
|
bool "Enable SSL session cookie"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Enable basic DTLS cookie implementation for hello verification.
|
Enable basic DTLS cookie implementation for hello verification.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user