Skip to content

Commit fc14204

Browse files
zhhyu7xiaoxiang781216
authored andcommitted
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]>
1 parent 16a16a9 commit fc14204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crypto/mbedtls/Kconfig

+4
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,10 @@ config MBEDTLS_SSL_CACHE_C
639639
bool "Enable simple SSL cache implementation."
640640
default y
641641

642+
config MBEDTLS_SSL_COOKIE_C
643+
bool "Enable SSL cookie implementation."
644+
default y
645+
642646
config MBEDTLS_SSL_TICKET_C
643647
bool "Enable an implementation of TLS server-side callbacks for session tickets."
644648
depends on (MBEDTLS_CIPHER_C || MBEDTLS_USE_PSA_CRYPTO) && \

0 commit comments

Comments
 (0)