mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00: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:
parent
16a16a9543
commit
fc142045a4
1 changed files with 4 additions and 0 deletions
|
|
@ -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) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue