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 <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu
2025-03-23 21:07:59 +08:00
committed by Xiang Xiao
parent 16a16a9543
commit fc142045a4

View File

@@ -639,6 +639,10 @@ config MBEDTLS_SSL_CACHE_C
bool "Enable simple SSL cache implementation."
default y
config MBEDTLS_SSL_COOKIE_C
bool "Enable SSL cookie implementation."
default y
config MBEDTLS_SSL_TICKET_C
bool "Enable an implementation of TLS server-side callbacks for session tickets."
depends on (MBEDTLS_CIPHER_C || MBEDTLS_USE_PSA_CRYPTO) && \