forked from espressif/esp-idf
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user