mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 03:40:04 +00:00
Add security entry to ChangeLog for AES-NI
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
a9c58584be
commit
4903139bc4
6
ChangeLog.d/aes-ni-security-notice.txt
Normal file
6
ChangeLog.d/aes-ni-security-notice.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Security
|
||||||
|
* MBEDTLS_AESNI_C, which is enabled by default, was silently ignored on
|
||||||
|
builds that couldn't compile the GCC-style assembly implementation
|
||||||
|
(most notably builds with Visual Studio), leaving them vulnerable to
|
||||||
|
timing side-channel attacks. There is now an intrinsics-based AES-NI
|
||||||
|
implementation as a fallback for when the assembly one cannot be used.
|
Loading…
x
Reference in New Issue
Block a user