blob: a185aff2a22844ea4410c87b819076f436ef29e3 [file] [log] [blame]
Jerry Yu4dfbb2e2023-04-23 14:30:34 +08001Features
Jerry Yu9e3e3dd2023-04-24 17:19:38 +08002 * New configuration option MBEDTLS_AES_USE_HARDWARE_ONLY introduced. When
3 using CPU-accelerated AES (e.g., Arm Crypto Extensions), this option
4 disables the plain C implementation and the run-time detection for the
Jerry Yu69436812023-04-25 11:08:30 +08005 CPU feature, which reduces code size and avoids the vulnerability of the
Jerry Yu9e3e3dd2023-04-24 17:19:38 +08006 plain C implementation.