From 5297e43eec42f590718814ab6c9b364d5145bc1d Mon Sep 17 00:00:00 2001 From: Tomi Fontanilles <129057597+tomi-font@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:12:07 +0200 Subject: [PATCH] non-psa-pk-implementation: rephrase the changelog entry And remove the comment on the uniformity in the PK module with regards to PSA_CRYPTO_C not being referenced anymore; end users are probably not interested in that. Signed-off-by: Tomi Fontanilles <129057597+tomi-font@users.noreply.github.com> --- ChangeLog.d/non-psa-pk-implementation.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/non-psa-pk-implementation.txt b/ChangeLog.d/non-psa-pk-implementation.txt index 88ed006544..a7129a6da6 100644 --- a/ChangeLog.d/non-psa-pk-implementation.txt +++ b/ChangeLog.d/non-psa-pk-implementation.txt @@ -1,4 +1,3 @@ Changes - * mbedtls_pk_sign_ext() is now available even without PSA - (MBEDTLS_PSA_CRYPTO_C). This improves uniformity in the PK module; - it now only depends on MBEDTLS_USE_PSA_CRYPTO for its use of PSA. + * mbedtls_pk_sign_ext() is now always available, not just when + PSA (MBEDTLS_PSA_CRYPTO_C) is enabled. \ No newline at end of file