changelog: add changelog about fixing issue #665 in tf-psa-crypto

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2026-01-28 00:03:19 +01:00
parent 32ef705024
commit f79c548ad0

6
ChangeLog.d/issue665.txt Normal file
View File

@@ -0,0 +1,6 @@
Bugfix
* Fix a bug that caused GCM tag calculations to fail, so that data was
correctly encrypted but could not be authenticated. The bug was only
observed with GCC 10.0 to 14.2 inclusive, when compiling with -O3, and
running without AESNI or AESCE.
Fixes #665.