CONFIG_NET_SOCKETS_ENABLE_DTLS

Enable DTLS socket support [EXPERIMENTAL]

Type: bool

Help

Enable DTLS socket support. By default only TLS over TCP is supported.

Direct dependencies

NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/net/lib/sockets/Kconfig:73

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/net/lib/Kconfig:30

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API

config NET_SOCKETS_ENABLE_DTLS
    bool "Enable DTLS socket support [EXPERIMENTAL]"
    select MBEDTLS_DTLS if NET_NATIVE
    depends on NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING
    help
      Enable DTLS socket support. By default only TLS over TCP is supported.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)