:orphan: .. title:: CONFIG_NET_SOCKETS_TLS_MAX_CREDENTIALS .. kconfig:: CONFIG_NET_SOCKETS_TLS_MAX_CREDENTIALS CONFIG_NET_SOCKETS_TLS_MAX_CREDENTIALS ###################################### *Maximum number of TLS/DTLS credentials per socket* Type: ``int`` Help ==== .. code-block:: none This variable sets maximum number of TLS/DTLS credentials that can be used with a specific socket. Direct dependencies =================== \ :kconfig:`NET_SOCKETS_SOCKOPT_TLS ` && \ :kconfig:`NET_SOCKETS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/net/lib/sockets/Kconfig:109`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig config NET_SOCKETS_TLS_MAX_CREDENTIALS int "Maximum number of TLS/DTLS credentials per socket" default 4 depends on NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING help This variable sets maximum number of TLS/DTLS credentials that can be used with a specific socket. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*