The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_TLS_MAX_CREDENTIALS_NUMBER

Maximum number of TLS credentials

Type: int

Help

Maximum number of TLS credentials that can be registered.

Direct dependencies

TLS_CREDENTIALS && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At subsys/net/lib/tls_credentials/Kconfig:11

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:39subsys/net/Kconfig:89subsys/net/lib/Kconfig:32

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → TLS credentials management

config TLS_MAX_CREDENTIALS_NUMBER
    int "Maximum number of TLS credentials"
    default 4
    depends on TLS_CREDENTIALS && NETWORKING
    help
      Maximum number of TLS credentials that can be registered.

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