From 947360e428904ab4e418d92c8ffe9a96af7495ad Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 5 May 2021 17:59:19 +0200 Subject: [PATCH] Changelog entry for the removal of config-psa-crypto.h in 2.x Signed-off-by: Gilles Peskine --- ChangeLog.d/remove-config-psa-crypto.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/remove-config-psa-crypto.txt diff --git a/ChangeLog.d/remove-config-psa-crypto.txt b/ChangeLog.d/remove-config-psa-crypto.txt new file mode 100644 index 000000000..7903b8c3b --- /dev/null +++ b/ChangeLog.d/remove-config-psa-crypto.txt @@ -0,0 +1,6 @@ +Changes + * Remove configs/config-psa-crypto.h, which was identical to the default + configuration except for having some extra cryptographic mechanisms + enabled and for unintended differences. This configuration was primarily + intended to demonstrate the PSA API, and lost most of its usefulness when + MBEDTLS_PSA_CRYPTO_C became enabled by default.