Lines Matching full:tls
1 # Cryptography primitive options for mbed TLS
13 mbed TLS menu prompt and instead handle the selection of MBEDTLS from
20 bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS
46 bool "Custom mbed TLS configuration file"
53 string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE
55 default "config-tls-generic.h"
61 special TLS usage, use available Kconfig options, or select an
64 rsource "Kconfig.tls-generic"
67 int "Max payload size for TLS protocol message"
71 The TLS standards mandate max payload size of 16384 bytes. So, for
86 bool "mbed TLS debug activation"
88 Enable debugging activation for mbed TLS configuration. If you use
89 mbedTLS/Zephyr integration (e.g. native TLS sockets), this will
109 Default mbed TLS debug logging level for Zephyr integration code
160 bool "mbed TLS memory debug activation"
182 bool "Global heap for mbed TLS"
193 int "Heap size for mbed TLS"
208 bool "Use a custom section for the Mbed TLS heap"
210 Place Mbed TLS heap in custom section, with tag ".mbedtls_heap".
211 This can be used by custom linker scripts to relocate the Mbed TLS
217 bool "Initialize mbed TLS at boot"
220 By default mbed TLS will be initialized at Zephyr init. Disabling this option
224 bool "mbed TLS shell"
228 Enable mbed TLS shell module, which allows to show debug information
229 about mbed TLS library, such as heap usage.
232 bool "mbed TLS alternate mbedtls_platform_zeroize implementation"
234 mbed TLS configuration supplies an alternate implementation of