Add security entry to ChangeLog for AES-NI

Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
Tom Cosgrove
2023-03-22 17:43:40 +00:00
committed by Paul Elliott
parent a9c58584be
commit 4903139bc4
+6
View 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.