-
CONFIG_MBEDTLS_DTLS
¶
Enable support for DTLS
Type: bool
Direct dependencies¶
(MBEDTLS_TLS_VERSION_1_1
|| MBEDTLS_TLS_VERSION_1_2
) && MBEDTLS_BUILTIN
&& MBEDTLS_CFG_FILE
= “config-tls-generic.h” && MBEDTLS
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At ext/lib/crypto/mbedtls/Kconfig.tls-generic:28
Included via Kconfig:10
→ Kconfig.zephyr:41
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:10
→ ext/lib/crypto/mbedtls/Kconfig:56
Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration → Supported TLS version
config MBEDTLS_DTLS bool prompt "Enable support for DTLS" if (MBEDTLS_TLS_VERSION_1_1
||MBEDTLS_TLS_VERSION_1_2
) &&MBEDTLS_BUILTIN
&&MBEDTLS_CFG_FILE
= "config-tls-generic.h" &&MBEDTLS
depends on (MBEDTLS_TLS_VERSION_1_1
||MBEDTLS_TLS_VERSION_1_2
) &&MBEDTLS_BUILTIN
&&MBEDTLS_CFG_FILE
= "config-tls-generic.h" &&MBEDTLS
(Definitions include propagated dependencies, including from if’s and menus.)