-
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN
¶
SSL - Maximum buffer size
Type: int
Help¶
Maximum buffer size for incoming and outgoing mbed TLS I/O buffers. MBEDTLS_SSL_MAX_CONTENT_LEN setting in mbed TLS config file.
Direct dependencies¶
MBEDTLS_TLS_LIBRARY
&& NRF_SECURITY_ADVANCED
&& MBEDTLS_VANILLA_BACKEND
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from ifs and menus.)
Default¶
16384
Kconfig definition¶
At nrf_security/Kconfig:897
Included via /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrfxlib/Kconfig.nrfxlib:14
Menu path: (Top) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → Advanced mbed TLS Configuration Settings
config MBEDTLS_SSL_MAX_CONTENT_LEN int "SSL - Maximum buffer size" range 0 16384 default 16384 depends onMBEDTLS_TLS_LIBRARY
&&NRF_SECURITY_ADVANCED
&&MBEDTLS_VANILLA_BACKEND
&&NORDIC_SECURITY_BACKEND
help Maximum buffer size for incoming and outgoing mbed TLS I/O buffers. MBEDTLS_SSL_MAX_CONTENT_LEN setting in mbed TLS config file.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)