- File compat-2.x.h
- Use the new names directly instead
- globalScope> Global mbedtls_asn1_free_named_data (mbedtls_asn1_named_data *entry)
- This function is deprecated and will be removed in a future version of the library. Please use mbedtls_asn1_free_named_data_list() or mbedtls_asn1_free_named_data_list_shallow().
- globalScope> Global mbedtls_pkcs5_pbkdf2_hmac (mbedtls_md_context_t *ctx, const unsigned char *password, size_t plen, const unsigned char *salt, size_t slen, unsigned int iteration_count, uint32_t key_length, unsigned char *output)
- Superseded by mbedtls_pkcs5_pbkdf2_hmac_ext().
- globalScope> Global mbedtls_ssl_conf_curves (mbedtls_ssl_config *conf, const mbedtls_ecp_group_id *curves)
- Superseded by mbedtls_ssl_conf_groups().
- globalScope> 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.
- globalScope> Global mbedtls_x509write_crt_set_serial (mbedtls_x509write_cert *ctx, const mbedtls_mpi *serial)
- This function is deprecated and will be removed in a future version of the library. Please use mbedtls_x509write_crt_set_serial_raw() instead.