From ad40bb7f3fcf3fe90dc1bff99b444eeb3924a3cd Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Wed, 19 Jan 2022 07:18:43 -0500 Subject: [PATCH] Add a changelog entry for forced MBEDTLS_PK_WRITE_C Describe why and when it is enabled automatically. Signed-off-by: Andrzej Kurek --- ChangeLog.d/psa_crypto_reduced_configs.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/psa_crypto_reduced_configs.txt diff --git a/ChangeLog.d/psa_crypto_reduced_configs.txt b/ChangeLog.d/psa_crypto_reduced_configs.txt new file mode 100644 index 000000000..5bc9bc10b --- /dev/null +++ b/ChangeLog.d/psa_crypto_reduced_configs.txt @@ -0,0 +1,5 @@ +Changes + * Automatically enable MBEDTLS_PK_WRITE_C if MBEDTLS_PK_C and + MBEDTLS_USE_PSA_CRYPTO are enabled. This is due to ecdsa_verify_wrap + requirements, but will also probably be needed by RSA soon, hence the + broader PK_C requirement.