:orphan: .. title:: MBEDTLS_SSL_CIPHERSUITES .. option:: CONFIG_MBEDTLS_SSL_CIPHERSUITES *SSL - Cipher suites tuning* Type: ``string`` Help ==== List of cipher suites to support in SSL/TLS. The cipher suites are given as a comma separated string, and in order of preference. This list can only be used for restricting cipher suites available in the system. Warning: This field has offers no validation checks. MBEDTLS_SSL_CIPHERSUITES 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.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``nrf_security/Kconfig:906`` 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_CIPHERSUITES string "SSL - Cipher suites tuning" depends on \ :option:`MBEDTLS_TLS_LIBRARY ` && \ :option:`NRF_SECURITY_ADVANCED ` && \ :option:`MBEDTLS_VANILLA_BACKEND ` && \ :option:`NORDIC_SECURITY_BACKEND ` help List of cipher suites to support in SSL/TLS. The cipher suites are given as a comma separated string, and in order of preference. This list can only be used for restricting cipher suites available in the system. Warning: This field has offers no validation checks. MBEDTLS_SSL_CIPHERSUITES setting in mbed TLS config file. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*