mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
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:
@@ -639,6 +639,10 @@ config MBEDTLS_SSL_CACHE_C
|
|||||||
bool "Enable simple SSL cache implementation."
|
bool "Enable simple SSL cache implementation."
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config MBEDTLS_SSL_COOKIE_C
|
||||||
|
bool "Enable SSL cookie implementation."
|
||||||
|
default y
|
||||||
|
|
||||||
config MBEDTLS_SSL_TICKET_C
|
config MBEDTLS_SSL_TICKET_C
|
||||||
bool "Enable an implementation of TLS server-side callbacks for session tickets."
|
bool "Enable an implementation of TLS server-side callbacks for session tickets."
|
||||||
depends on (MBEDTLS_CIPHER_C || MBEDTLS_USE_PSA_CRYPTO) && \
|
depends on (MBEDTLS_CIPHER_C || MBEDTLS_USE_PSA_CRYPTO) && \
|
||||||
|
Reference in New Issue
Block a user