mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
7 lines
285 B
Plaintext
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.
|