TRodziewicz | 18efb73 | 2021-04-29 23:12:19 +0200 | [diff] [blame] | 1 | Removals |
TRodziewicz | c1c479f | 2021-05-06 00:53:22 +0200 | [diff] [blame] | 2 | * Remove the following deprecated functions and constants of hex-encoded |
| 3 | primes based on RFC 5114 and RFC 3526 from library code and tests: |
| 4 | mbedtls_aes_encrypt(), mbedtls_aes_decrypt(), mbedtls_mpi_is_prime(), |
| 5 | mbedtls_cipher_auth_encrypt(), mbedtls_cipher_auth_decrypt(), |
| 6 | mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), |
| 7 | mbedtls_ecdsa_write_signature_det(), mbedtls_ecdsa_sign_det(), |
| 8 | mbedtls_ssl_conf_dh_param(), mbedtls_ssl_get_max_frag_len(), |
| 9 | MBEDTLS_DHM_RFC5114_MODP_2048_P, MBEDTLS_DHM_RFC5114_MODP_2048_G, |
| 10 | MBEDTLS_DHM_RFC3526_MODP_2048_P, MBEDTLS_DHM_RFC3526_MODP_2048_G, |
| 11 | MBEDTLS_DHM_RFC3526_MODP_3072_P, MBEDTLS_DHM_RFC3526_MODP_3072_G, |
| 12 | MBEDTLS_DHM_RFC3526_MODP_4096_P, MBEDTLS_DHM_RFC3526_MODP_4096_G. |
| 13 | Remove the deprecated file: include/mbedtls/net.h. Fixes #4282. |