From 83f6a3b02c0ad0fb32f74614d8a3d9545fc15451 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 1 Jul 2021 17:28:56 +0100 Subject: [PATCH] Remove not-required Changelog entries Signed-off-by: Dave Rodgman --- ChangeLog | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b1326858..536065a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -155,9 +155,6 @@ API changes * mbedtls_ssl_get_session_pointer() has been removed, and mbedtls_ssl_{set,get}_session() may now only be called once for any given SSL context. - * The mode parameter has been removed from the RSA decrypt functions - mbedtls_pk_rsa_alt_decrypt_func(), mbedtls_rsa_pkcs1_decrypt(), - mbedtls_rsa_pkcs1_decrypt(), mbedtls_rsa_rsaes_oaep_decrypt(). Default behavior changes * Enable by default the functionalities which have no reason to be disabled. @@ -303,10 +300,6 @@ Features directly, which is no longer supported. * Implement psa_mac_compute() and psa_mac_verify() as defined in the PSA Cryptograpy API 1.0.0 specification. - * Introduce PSA_WANT_ECC_XXX for ECC curves, and PSA_WANT_CCM/GCM/CMAC, - which are used to decide at build time which cryptographic mechanisms to - include in the PSA Cryptography interface. For more information, please see - (https://github.com/ARMmbed/mbedtls/blob/development/docs/proposed/psa-conditional-inclusion-c.md). Security * Fix a bias in the generation of finite-field Diffie-Hellman-Merkle (DHM)