mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
6b2ca180a8
Co-authored-by: Gilles Peskine <gilles.peskine@arm.com> Signed-off-by: Solar Designer <solar@openwall.com>
6 lines
266 B
Plaintext
6 lines
266 B
Plaintext
Bugfix
|
|
* Fix missing constraints on the AES-NI inline assembly which is used on
|
|
GCC-like compilers when building AES for generic x86_64 targets. This
|
|
may have resulted in incorrect code with some compilers, depending on
|
|
optimizations. Fixes #9819.
|