From 63282ea4ac8641342023f863d9929f0ac8ad5a84 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 22 Jan 2025 13:42:12 +1100 Subject: [PATCH] ml-dsa: document self test names Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26548) --- doc/man7/OSSL_PROVIDER-FIPS.pod | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index c943289da17..c5c1237b8e5 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -164,6 +164,12 @@ for signature generation, but may be used for verification for legacy use cases. =item ECDSA, see L +=item ML-DSA-44, see L + +=item ML-DSA-65, see L + +=item ML-DSA-87, see L + =item HMAC, see L =item CMAC, see L @@ -226,6 +232,12 @@ This is an unapproved algorithm. =item CMAC, see L +=item ML-DSA-44, see L + +=item ML-DSA-65, see L + +=item ML-DSA-87, see L + =back =head2 Random Number Generation @@ -312,7 +324,7 @@ Known answer test for a Deterministic Random Bit Generator. =item "Conditional_PCT" (B) -Conditional test that is run during the generation of key pairs. +Conditional test that is run during the generation or importing of key pairs. =item "Continuous_RNG_Test" (B) @@ -349,6 +361,8 @@ The FIPS module passes the following descriptions(s) to OSSL_SELF_TEST_onbegin() =item "DSA" (B) +=item "ML-DSA" (B) + Key generation tests used with the "Pairwise_Consistency_Test" type. =item "RSA_Encrypt" (B) @@ -381,6 +395,8 @@ Digest tests used with the "KAT_Digest" type. =item "EDDSA" (B) +=item "ML-DSA" (B) + Signature tests used with the "KAT_Signature" type. =item "ECDH" (B) -- 2.47.2