diff --git a/crypto/mbedtls/Kconfig b/crypto/mbedtls/Kconfig index 1bee06c89..9870a1b9e 100644 --- a/crypto/mbedtls/Kconfig +++ b/crypto/mbedtls/Kconfig @@ -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) && \