add changelog entry

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-04-23 14:30:34 +08:00
parent d76ded046c
commit 4dfbb2e747

View file

@ -0,0 +1,6 @@
Features
* New configuration option MBEDTLS_AES_USE_HARDWARE_ONLY introduced. When using
CPU-accelerated AES (e.g., Arm Crypto Extensions), this option disables
the plain C implementation and the run-time detection for the CPU feature,
which reduces code size and avoid the vulnerability of the plain C
implementation.