commit | 7ac412b45c49a5dfa114b4c0a29eb0f954ce7322 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Wed Jul 14 12:37:00 2021 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Jul 23 18:58:19 2021 +0100 |
tree | 00149a30f801d21af8e6ed05e668306fd76f5bec | |
parent | ed33ef1965b8f02671422c882858be86d528b76f [diff] |
Add Changelog entry Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/fix-cipher-output-size-macros.txt b/ChangeLog.d/fix-cipher-output-size-macros.txt new file mode 100644 index 0000000..4a4b971 --- /dev/null +++ b/ChangeLog.d/fix-cipher-output-size-macros.txt
@@ -0,0 +1,4 @@ +Bugfix + * Prevent divide by zero if either of PSA_CIPHER_ENCRYPT_OUTPUT_SIZE() or + PSA_CIPHER_UPDATE_OUTPUT_SIZE() were called using an asymmetric key type. +