Add security entry to ChangeLog for AES-CE

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
Tom Cosgrove 2023-03-22 16:25:43 +00:00 committed by Paul Elliott
parent e214827347
commit a9c58584be

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.