mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
mbedtls: mbedtls_selftest depends on MBEDTLS_SSL_DTLS_CONNECTION_ID
Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
parent
a4f0349813
commit
1274aa5c8a
1 changed files with 9 additions and 0 deletions
|
|
@ -109,6 +109,15 @@ config MBEDTLS_SSL_DTLS_BADMAC_LIMIT
|
|||
bool "Enable support for a limit of records with bad MAC."
|
||||
default n
|
||||
|
||||
config MBEDTLS_SSL_DTLS_CONNECTION_ID
|
||||
bool "Enable the Connection ID extension."
|
||||
default n
|
||||
|
||||
config MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
|
||||
bool "Enable the standard version of DTLS Connection ID feature."
|
||||
depends on MBEDTLS_SSL_DTLS_CONNECTION_ID
|
||||
default n
|
||||
|
||||
endif # MBEDTLS_SSL_PROTO_DTLS
|
||||
|
||||
config MBEDTLS_SSL_ALPN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue