mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
a9c58584be
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
6 lines
279 B
Plaintext
6 lines
279 B
Plaintext
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.
|