- File compat-2.x.h
- Use the new names directly instead
- Global MBEDTLS_PSA_CRYPTO_SE_C
- This feature is deprecated. Please switch to the PSA driver interface.
- Global MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
- This is now known as MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT. This name is now deprecated, but may still be used as an alternative form for this option.
- Global MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY
- This is now known as MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY. This name is now deprecated, but may still be used as an alternative form for this option.
- Global MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
- This option exists only for backward compatibility and will be removed in the next major version of Mbed TLS.
- Global MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
- Support for the legacy version of the DTLS Connection ID feature is deprecated. Please switch to the standardized version defined in RFC 9146 enabled by utilizing MBEDTLS_SSL_DTLS_CONNECTION_ID without use of MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT.
- Global PSA_DH_FAMILY_CUSTOM
- This value is not useful, so this macro will be removed in a future version of the library.
- Global psa_get_key_domain_parameters (const psa_key_attributes_t *attributes, uint8_t *data, size_t data_size, size_t *data_length)
- Mbed TLS no longer supports any domain parameters. This function alwaya has an empty output and will be removed in a future version of the library.
- Global psa_set_key_domain_parameters (psa_key_attributes_t *attributes, psa_key_type_t type, const uint8_t *data, size_t data_length)
- Mbed TLS no longer supports any domain parameters. This function only does the equivalent of psa_set_key_type() and will be removed in a future version of the library.