Jerry Yu | 4dfbb2e | 2023-04-23 14:30:34 +0800 | [diff] [blame] | 1 | Features |
Jerry Yu | 9e3e3dd | 2023-04-24 17:19:38 +0800 | [diff] [blame] | 2 | * 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 Yu | 6943681 | 2023-04-25 11:08:30 +0800 | [diff] [blame^] | 5 | CPU feature, which reduces code size and avoids the vulnerability of the |
Jerry Yu | 9e3e3dd | 2023-04-24 17:19:38 +0800 | [diff] [blame] | 6 | plain C implementation. |