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 <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-06-09 18:32:22 +02:00
parent 271c3052fb
commit 10301d4322
3 changed files with 3 additions and 4 deletions

View file

@ -1,2 +0,0 @@
Features
* A64 SHA-2 crypto extension support for SHA-256

View file

@ -0,0 +1,3 @@
Features
* Add support for the ARMv8 SHA-2 acceleration instructions when building
for Aarch64.

View file

@ -1,2 +0,0 @@
Features
* A64 crypto extension support for SHA-512