mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 09:19:15 +00:00
Add change log entry on AES-NI asm block fixes
Co-authored-by: Gilles Peskine <gilles.peskine@arm.com> Signed-off-by: Solar Designer <solar@openwall.com>
This commit is contained in:
parent
4393dff8ca
commit
6b2ca180a8
5
ChangeLog.d/fix-aesni-asm-clobbers.txt
Normal file
5
ChangeLog.d/fix-aesni-asm-clobbers.txt
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user