mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 13:31:08 +00:00
Add change log for #4883
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
04e920410d
commit
2d2fb47e45
5
ChangeLog.d/fix-sign_verify-message-usage.txt
Normal file
5
ChangeLog.d/fix-sign_verify-message-usage.txt
Normal file
|
@ -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().
|
Loading…
Reference in a new issue