From f79c548ad099e102f54a4e8e60cbfd84cea187db Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 28 Jan 2026 00:03:19 +0100 Subject: [PATCH] changelog: add changelog about fixing issue #665 in tf-psa-crypto Signed-off-by: Valerio Setti --- ChangeLog.d/issue665.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/issue665.txt diff --git a/ChangeLog.d/issue665.txt b/ChangeLog.d/issue665.txt new file mode 100644 index 0000000000..7d3da9ebce --- /dev/null +++ b/ChangeLog.d/issue665.txt @@ -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.