CONFIG_NET_APP_DTLS

Enable DTLS support for UDP applications

Type: bool

Help

Enables net app library to use DTLS for encrypted UDP communication.

Direct dependencies

NET_UDP && NET_APP && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/app/Kconfig:52

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:29

Menu path: (top menu) → Networking → Network Libraries → Network application API support [EXPERIMENTAL]

config NET_APP_DTLS
    bool
    prompt "Enable DTLS support for UDP applications" if NET_UDP && NET_APP && NETWORKING
    select MBEDTLS if NET_UDP && NET_APP && NETWORKING
    depends on NET_UDP && NET_APP && NETWORKING
    help
      Enables net app library to use DTLS for encrypted UDP communication.

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