Fix changelog entry

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-06-29 11:21:45 +02:00
parent 5071a2e30e
commit 61739e3fd3
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD

View file

@ -1,5 +1,5 @@
Changes
* Implicitly add PSA_KEY_USAGE_SIGN_MESSAGE key usage policy flag when
PSA_KEY_USAGE_SIGN_HASH flag is set and PSA_KEY_USAGE_VERIFY_MESSAGE flag
when PSA_KEY_USAGE_VERIFY_HASH flag is set. This implicit policy flag
setting is also apply when loading a key from storage.
when PSA_KEY_USAGE_VERIFY_HASH flag is set. This usage flag extension
is also applied when loading a key from storage.