CONFIG_TLS_VERSION_1_1

Enable support for TLS 1.1 (DTLS 1.0)

Type: bool

Direct dependencies

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 selected by this symbol

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig.tls-generic:19

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:10ext/lib/crypto/mbedtls/Kconfig:56

Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration → Supported TLS version

config TLS_VERSION_1_1
    bool
    prompt "Enable support for TLS 1.1 (DTLS 1.0)" if MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    select TLS_MAC_MD5_ENABLED if MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    select TLS_MAC_SHA1_ENABLED if MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    depends on MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS

(Definitions include propagated dependencies, including from if’s and menus.)