6943681820
- fix grammar error - Add more information for AES_USE_HARDWARE_ONLY - Improve error message Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
6 lines
343 B
Text
6 lines
343 B
Text
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 avoids the vulnerability of the
|
|
plain C implementation.
|