The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MBEDTLS_TLS_VERSION_1_2

Enable support for TLS 1.2 (DTLS 1.2)

Type: bool

Direct dependencies

MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = “config-tls-generic.h” && MBEDTLS

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:41ext/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 MBEDTLS_TLS_VERSION_1_2
    bool
    prompt "Enable support for TLS 1.2 (DTLS 1.2)" if MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    default "y" 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.)