util/fipstools: SHA2-512-224 ACVP.md updates Support was added for these algorithms without updating the ACVP.md command table. This commit adds the required entries. Change-Id: I33762c1e4015041395f0c83246d56b05f34cad4a Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/72007 Commit-Queue: Bob Beck <bbe@google.com> Reviewed-by: Bob Beck <bbe@google.com> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/util/fipstools/acvp/ACVP.md b/util/fipstools/acvp/ACVP.md index 066a39b..3e649bd 100644 --- a/util/fipstools/acvp/ACVP.md +++ b/util/fipstools/acvp/ACVP.md
@@ -84,6 +84,7 @@ | HMAC-SHA2-256 | Value to hash, key | Digest | | HMAC-SHA2-384 | Value to hash, key | Digest | | HMAC-SHA2-512 | Value to hash, key | Digest | +| HMAC-SHA2-512/224 | Value to hash, key | Digest | | HMAC-SHA2-512/256 | Value to hash, key | Digest | | hmacDRBG/<HASH>| Output length, entropy, personalisation, ad1, ad2, nonce | Output | | hmacDRBG-reseed/<HASH>| Output length, entropy, personalisation, reseedAD, reseedEntropy, ad1, ad2, nonce | Output | @@ -99,12 +100,14 @@ | SHA2-256 | Value to hash | Digest | | SHA2-384 | Value to hash | Digest | | SHA2-512 | Value to hash | Digest | +| SHA2-512/224 | Value to hash | Digest | | SHA2-512/256 | Value to hash | Digest | | SHA-1/MCT | Initial seed¹ | Digest | | SHA2-224/MCT | Initial seed¹ | Digest | | SHA2-256/MCT | Initial seed¹ | Digest | | SHA2-384/MCT | Initial seed¹ | Digest | | SHA2-512/MCT | Initial seed¹ | Digest | +| SHA2-512/224/MCT | Initial seed¹ | Digest | | SHA2-512/256/MCT | Initial seed¹ | Digest | | TLSKDF/1.2/<HASH> | Number output bytes, secret, label, seed1, seed2 | Output |