:orphan: .. title:: MBEDTLS_SSL_MAX_CONTENT_LEN .. option:: 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 =================== \ :option:`MBEDTLS_TLS_LIBRARY ` && \ :option:`NRF_SECURITY_ADVANCED ` && \ :option:`MBEDTLS_VANILLA_BACKEND ` && \ :option:`NORDIC_SECURITY_BACKEND ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16384 Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config MBEDTLS_SSL_MAX_CONTENT_LEN int "SSL - Maximum buffer size" range 0 16384 default 16384 depends on \ :option:`MBEDTLS_TLS_LIBRARY ` && \ :option:`NRF_SECURITY_ADVANCED ` && \ :option:`MBEDTLS_VANILLA_BACKEND ` && \ :option:`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.)*