mbed TLS v3.3.0
Loading...
Searching...
No Matches
Deprecated List
File compat-2.x.h
Use the new names directly instead
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().
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().
Global mbedtls_ssl_conf_curves (mbedtls_ssl_config *conf, const mbedtls_ecp_group_id *curves)
Superseded by mbedtls_ssl_conf_groups().
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.