Define ANJ_MBEDTLS_ALLOWED_CIPHERSUITES

Define Documentation

ANJ_MBEDTLS_ALLOWED_CIPHERSUITES

Defines the allowed ciphersuites for default MbedTLS DTLS sockets implementation.

You may specify multiple ciphersuites as a comma-separated list. Example: MBEDTLS_TLS_PSK_WITH_AES_128_CBC_SHA256,MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8

This option is meaningful only if ANJ_WITH_MBEDTLS is enabled.

Note

Defaults to MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8,MBEDTLS_TLS_PSK_WITH_AES_256_CCM_8 if not defined.