Files
mbedtls/ChangeLog.d/issue665.txt
2026-01-28 00:07:44 +01:00

7 lines
285 B
Plaintext

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.