From 10301d43224933ee8ca658f71007ef60747bf0e2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 9 Jun 2022 18:32:22 +0200 Subject: [PATCH] Changelog: Consolidate and clarify Armv8 SHA2 acceleration support Consolidate the entries for SHA512 and SHA256 since they are being released together. List the algorithms generically as SHA-2 since this also applies to SHA224 and SHA384. Clearly state that the instructions are only supported when building for Aarch64 (64-bit ARMv8+) and not for Aarch32 (32-bit ARMv8+). Signed-off-by: Gilles Peskine --- ChangeLog.d/mbedtls_sha256_a64_crypto_acceleration.txt | 2 -- ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt | 3 +++ ChangeLog.d/mbedtls_sha512_a64_crypto_acceleration.txt | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 ChangeLog.d/mbedtls_sha256_a64_crypto_acceleration.txt create mode 100644 ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt delete mode 100644 ChangeLog.d/mbedtls_sha512_a64_crypto_acceleration.txt diff --git a/ChangeLog.d/mbedtls_sha256_a64_crypto_acceleration.txt b/ChangeLog.d/mbedtls_sha256_a64_crypto_acceleration.txt deleted file mode 100644 index 865b3372ce..0000000000 --- a/ChangeLog.d/mbedtls_sha256_a64_crypto_acceleration.txt +++ /dev/null @@ -1,2 +0,0 @@ -Features - * A64 SHA-2 crypto extension support for SHA-256 diff --git a/ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt b/ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt new file mode 100644 index 0000000000..a6e7f6d92c --- /dev/null +++ b/ChangeLog.d/mbedtls_sha2_a64_crypto_acceleration.txt @@ -0,0 +1,3 @@ +Features + * Add support for the ARMv8 SHA-2 acceleration instructions when building + for Aarch64. diff --git a/ChangeLog.d/mbedtls_sha512_a64_crypto_acceleration.txt b/ChangeLog.d/mbedtls_sha512_a64_crypto_acceleration.txt deleted file mode 100644 index 01be0b3456..0000000000 --- a/ChangeLog.d/mbedtls_sha512_a64_crypto_acceleration.txt +++ /dev/null @@ -1,2 +0,0 @@ -Features - * A64 crypto extension support for SHA-512