From 2a4344d1fafb57ba9039b359a42ed7f88b5b55c0 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 14 Dec 2021 11:18:42 +0100 Subject: [PATCH] Add change log for #4883 Signed-off-by: Ronald Cron --- ChangeLog.d/fix-sign_verify-message-usage.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/fix-sign_verify-message-usage.txt diff --git a/ChangeLog.d/fix-sign_verify-message-usage.txt b/ChangeLog.d/fix-sign_verify-message-usage.txt new file mode 100644 index 000000000..dd326ee5c --- /dev/null +++ b/ChangeLog.d/fix-sign_verify-message-usage.txt @@ -0,0 +1,5 @@ +Bugfix + * The key usage flags PSA_KEY_USAGE_SIGN_MESSAGE now allows the MAC + operations psa_mac_compute() and psa_mac_sign_setup(). + * The key usage flags PSA_KEY_USAGE_VERIFY_MESSAGE now allows the MAC + operations psa_mac_verify() and psa_mac_verify_setup().