CONFIG_MBEDTLS_CFG_FILE

mbed TLS configuration file

mbed TLS configuration file

mbed TLS configuration file

mbed TLS configuration file

Type: string

Help

Use a specific mbedTLS configuration file. The default config file
file can be tweaked with Kconfig. The default configuration is
suitable to communicate with majority of HTTPS servers on the Internet,
but has relatively many features enabled. To optimize resources for
special TLS usage, use available Kconfig options, or select an
alternative config.

Help

Use a specific mbedTLS configuration file. The default config file
file can be tweaked with Kconfig. The default configuration is
suitable to communicate with majority of HTTPS servers on the Internet,
but has relatively many features enabled. To optimize resources for
special TLS usage, use available Kconfig options, or select an
alternative config.

Help

Name of the config file for mbed TLS. This configuration file is used
in configurations with or without PSA APIs supported.

Help

Use a specific mbedTLS configuration file. The default config file
file can be tweaked with Kconfig. The default configuration is
suitable to communicate with majority of HTTPS servers on the Internet,
but has relatively many features enabled. To optimize resources for
special TLS usage, use available Kconfig options, or select an
alternative config.

Direct dependencies

(MBEDTLS_BUILTIN && MBEDTLS) || (MBEDTLS_BUILTIN && MBEDTLS) || NRF_SECURITY || (MBEDTLS_BUILTIN && MBEDTLS && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • “config-tls-generic.h”

  • “config-tls-generic.h”

  • “nrf-config.h”

  • “config-tls-generic.h”

Kconfig definitions

At <Zephyr>/modules/mbedtls/Kconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/mbedtls) → mbed TLS Support → Custom mbed TLS configuration file

config MBEDTLS_CFG_FILE
    string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE
    default "config-tls-generic.h"
    depends on MBEDTLS_BUILTIN && MBEDTLS
    help
      Use a specific mbedTLS configuration file. The default config file
      file can be tweaked with Kconfig. The default configuration is
      suitable to communicate with majority of HTTPS servers on the Internet,
      but has relatively many features enabled. To optimize resources for
      special TLS usage, use available Kconfig options, or select an
      alternative config.

At <Zephyr>/modules/mbedtls/Kconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:68

Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/crypto/mbedtls) → mbed TLS Support → Custom mbed TLS configuration file

config MBEDTLS_CFG_FILE
    string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE
    default "config-tls-generic.h"
    depends on MBEDTLS_BUILTIN && MBEDTLS
    help
      Use a specific mbedTLS configuration file. The default config file
      file can be tweaked with Kconfig. The default configuration is
      suitable to communicate with majority of HTTPS servers on the Internet,
      but has relatively many features enabled. To optimize resources for
      special TLS usage, use available Kconfig options, or select an
      alternative config.

At <nrfxlib>/nrf_security/Kconfig:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module

config MBEDTLS_CFG_FILE
    string "mbed TLS configuration file"
    default "nrf-config.h"
    depends on NRF_SECURITY
    help
      Name of the config file for mbed TLS. This configuration file is used
      in configurations with or without PSA APIs supported.

At <Zephyr>/modules/mbedtls/Kconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:80

Menu path: (Top) → Modules → mbed TLS Support → Custom mbed TLS configuration file

config MBEDTLS_CFG_FILE
    string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE
    default "config-tls-generic.h"
    depends on MBEDTLS_BUILTIN && MBEDTLS && 0
    help
      Use a specific mbedTLS configuration file. The default config file
      file can be tweaked with Kconfig. The default configuration is
      suitable to communicate with majority of HTTPS servers on the Internet,
      but has relatively many features enabled. To optimize resources for
      special TLS usage, use available Kconfig options, or select an
      alternative config.

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