mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-29 16:41:06 +02:00
6
ChangeLog.d/add-aes-hardware-only-option.txt
Normal file
6
ChangeLog.d/add-aes-hardware-only-option.txt
Normal 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.
|
||||
Reference in New Issue
Block a user