diff --git a/ChangeLog.d/armv8-aes.txt b/ChangeLog.d/armv8-aes.txt new file mode 100644 index 000000000..8a95d28ad --- /dev/null +++ b/ChangeLog.d/armv8-aes.txt @@ -0,0 +1,5 @@ +Features + * Add support for the Armv8-A Cryptographic Extension in AES on + 64-bit Arm. A new configuration option, MBEDTLS_AESCE_C, can + be used to enable this feature. Run-time detection is supported + under Linux only.