Add security entry to ChangeLog for AES-CE

Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
Tom Cosgrove
2023-03-22 17:42:17 +00:00
committed by Paul Elliott
parent e214827347
commit a9c58584be
+5
View File
@@ -0,0 +1,5 @@
Security
* Add support for AES with the Armv8-A Cryptographic Extension on 64-bit
Arm, so that these systems are no longer vulnerable to timing side-channel
attacks. This is configured by MBEDTLS_AESCE_C, which is on by default.
Reported by Demi Marie Obenour.