Deprecated List

File compat-1.3.h
Use the new names directly instead

Global mbedtls_aes_decrypt

Superseded by mbedtls_aes_decrypt_ext() in 2.5.0.

Global mbedtls_aes_encrypt

Superseded by mbedtls_aes_encrypt_ext() in 2.5.0.

Global MBEDTLS_DHM_RFC3526_MODP_2048_P

The hex-encoded primes from RFC 3625 are deprecated and superseded by the corresponding macros providing them as binary constants. Their hex-encoded constants are likely to be removed in a future version of the library.

Global MBEDTLS_DHM_RFC5114_MODP_2048_P
The hex-encoded primes from RFC 5114 are deprecated and are likely to be removed in a future version of the library without replacement.

Global mbedtls_ecdsa_write_signature_det

Superseded by mbedtls_ecdsa_write_signature() in 2.0.0

Global mbedtls_md2

Superseded by mbedtls_md2_ret() in 2.7.0

Global mbedtls_md2_finish

Superseded by mbedtls_md2_finish_ret() in 2.7.0

Global mbedtls_md2_process

Superseded by mbedtls_internal_md2_process() in 2.7.0

Global mbedtls_md2_starts

Superseded by mbedtls_md2_starts_ret() in 2.7.0

Global mbedtls_md2_update

Superseded by mbedtls_md2_update_ret() in 2.7.0

Global mbedtls_md4

Superseded by mbedtls_md4_ret() in 2.7.0

Global mbedtls_md4_finish

Superseded by mbedtls_md4_finish_ret() in 2.7.0

Global mbedtls_md4_process

Superseded by mbedtls_internal_md4_process() in 2.7.0

Global mbedtls_md4_starts

Superseded by mbedtls_md4_starts_ret() in 2.7.0

Global mbedtls_md4_update

Superseded by mbedtls_md4_update_ret() in 2.7.0

Global mbedtls_md5

Superseded by mbedtls_md5_ret() in 2.7.0

Global mbedtls_md5_finish

Superseded by mbedtls_md5_finish_ret() in 2.7.0

Global mbedtls_md5_process

Superseded by mbedtls_internal_md5_process() in 2.7.0

Global mbedtls_md5_starts

Superseded by mbedtls_md5_starts_ret() in 2.7.0

Global mbedtls_md5_update

Superseded by mbedtls_md5_update_ret() in 2.7.0

Global mbedtls_md_init_ctx

Superseded by mbedtls_md_setup() in 2.0.0

Global mbedtls_ripemd160

Superseded by mbedtls_ripemd160_ret() in 2.7.0

Global mbedtls_ripemd160_finish

Superseded by mbedtls_ripemd160_finish_ret() in 2.7.0

Global mbedtls_ripemd160_process

Superseded by mbedtls_internal_ripemd160_process() in 2.7.0

Global mbedtls_ripemd160_starts

Superseded by mbedtls_ripemd160_starts_ret() in 2.7.0

Global mbedtls_ripemd160_update

Superseded by mbedtls_ripemd160_update_ret() in 2.7.0

Global mbedtls_rsa_pkcs1_decrypt

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PUBLIC mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PRIVATE.

Global mbedtls_rsa_pkcs1_encrypt

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PRIVATE mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PUBLIC.

Global mbedtls_rsa_pkcs1_sign

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PUBLIC mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PRIVATE.

Global mbedtls_rsa_pkcs1_verify

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PRIVATE mode. Future versions of the library are likely to remove the mode argument and have it set to MBEDTLS_RSA_PUBLIC.

Global mbedtls_rsa_rsaes_oaep_decrypt

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PUBLIC mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PRIVATE.

Global mbedtls_rsa_rsaes_oaep_encrypt

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PRIVATE mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PUBLIC.

Global mbedtls_rsa_rsaes_pkcs1_v15_decrypt

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PUBLIC mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PRIVATE.

Global mbedtls_rsa_rsaes_pkcs1_v15_encrypt

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PRIVATE mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PUBLIC.

Global mbedtls_rsa_rsassa_pkcs1_v15_sign

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PUBLIC mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PRIVATE.

Global mbedtls_rsa_rsassa_pkcs1_v15_verify

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PRIVATE mode. Future versions of the library are likely to remove the mode argument and have it set to MBEDTLS_RSA_PUBLIC.

Global mbedtls_rsa_rsassa_pss_sign

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PUBLIC mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PRIVATE.

Global mbedtls_rsa_rsassa_pss_verify

It is deprecated and discouraged to call this function in MBEDTLS_RSA_PRIVATE mode. Future versions of the library are likely to remove the mode argument and have it implicitly set to MBEDTLS_RSA_PUBLIC.

Global mbedtls_sha1

Superseded by mbedtls_sha1_ret() in 2.7.0

Global mbedtls_sha1_finish

Superseded by mbedtls_sha1_finish_ret() in 2.7.0

Global mbedtls_sha1_process

Superseded by mbedtls_internal_sha1_process() in 2.7.0

Global mbedtls_sha1_starts

Superseded by mbedtls_sha1_starts_ret() in 2.7.0

Global mbedtls_sha1_update

Superseded by mbedtls_sha1_update_ret() in 2.7.0

Global mbedtls_sha256

Superseded by mbedtls_sha256_ret() in 2.7.0.

Global mbedtls_sha256_finish

Superseded by mbedtls_sha256_finish_ret() in 2.7.0.

Global mbedtls_sha256_process

Superseded by mbedtls_internal_sha256_process() in 2.7.0.

Global mbedtls_sha256_starts

Superseded by mbedtls_sha256_starts_ret() in 2.7.0.

Global mbedtls_sha256_update

Superseded by mbedtls_sha256_update_ret() in 2.7.0.

Global mbedtls_sha512

Superseded by mbedtls_sha512_ret() in 2.7.0

Global mbedtls_sha512_finish

Superseded by mbedtls_sha512_finish_ret() in 2.7.0

Global mbedtls_sha512_process

Superseded by mbedtls_internal_sha512_process() in 2.7.0

Global mbedtls_sha512_starts

Superseded by mbedtls_sha512_starts_ret() in 2.7.0

Global mbedtls_sha512_update

Superseded by mbedtls_sha512_update_ret() in 2.7.0

Global mbedtls_ssl_conf_dh_param

Superseded by mbedtls_ssl_conf_dh_param_bin.

File net.h
Superseded by mbedtls/net_sockets.h

Generated on 10 Aug 2020 for mbed TLS v2.7.16 by  doxygen 1.6.1