blob: 69db58eced1022d71b784a1b8225c36bb0630d99 [file] [log] [blame]
Jerry Yu4dfbb2e2023-04-23 14:30:34 +08001Features
2 * New configuration option MBEDTLS_AES_USE_HARDWARE_ONLY introduced. When using
3 CPU-accelerated AES (e.g., Arm Crypto Extensions), this option disables
4 the plain C implementation and the run-time detection for the CPU feature,
5 which reduces code size and avoid the vulnerability of the plain C
6 implementation.