]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ml-dsa: document self test names
authorPauli <ppzgs1@gmail.com>
Wed, 22 Jan 2025 02:42:12 +0000 (13:42 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:04 +0000 (10:46 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26548)

doc/man7/OSSL_PROVIDER-FIPS.pod

index c943289da17dca9f803c040612f511a4dc235cb9..c5c1237b8e556bfb235fa3fb6b39daf04c0eb54c 100644 (file)
@@ -164,6 +164,12 @@ for signature generation, but may be used for verification for legacy use cases.
 
 =item ECDSA, see L<EVP_SIGNATURE-ECDSA(7)>
 
+=item ML-DSA-44, see L<EVP_SIGNATURE-ML-DSA(7)>
+
+=item ML-DSA-65, see L<EVP_SIGNATURE-ML-DSA(7)>
+
+=item ML-DSA-87, see L<EVP_SIGNATURE-ML-DSA(7)>
+
 =item HMAC, see L<EVP_SIGNATURE-HMAC(7)>
 
 =item CMAC, see L<EVP_SIGNATURE-CMAC(7)>
@@ -226,6 +232,12 @@ This is an unapproved algorithm.
 
 =item CMAC, see L<EVP_KEYMGMT-CMAC(7)>
 
+=item ML-DSA-44, see L<EVP_KEYMGMT-ML-DSA(7)>
+
+=item ML-DSA-65, see L<EVP_KEYMGMT-ML-DSA(7)>
+
+=item ML-DSA-87, see L<EVP_KEYMGMT-ML-DSA(7)>
+
 =back
 
 =head2 Random Number Generation
@@ -312,7 +324,7 @@ Known answer test for a Deterministic Random Bit Generator.
 
 =item "Conditional_PCT" (B<OSSL_SELF_TEST_TYPE_PCT>)
 
-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<OSSL_SELF_TEST_TYPE_CRNG>)
 
@@ -349,6 +361,8 @@ The FIPS module passes the following descriptions(s) to OSSL_SELF_TEST_onbegin()
 
 =item "DSA" (B<OSSL_SELF_TEST_DESC_PCT_DSA>)
 
+=item "ML-DSA" (B<OSSL_SELF_TEST_DESC_PCT_ML_DSA>)
+
 Key generation tests used with the "Pairwise_Consistency_Test" type.
 
 =item "RSA_Encrypt" (B<OSSL_SELF_TEST_DESC_ASYM_RSA_ENC>)
@@ -381,6 +395,8 @@ Digest tests used with the "KAT_Digest" type.
 
 =item "EDDSA" (B<OSSL_SELF_TEST_DESC_SIGN_EDDSA>)
 
+=item "ML-DSA" (B<OSSL_SELF_TEST_DESC_SIGN_ML_DSA>)
+
 Signature tests used with the "KAT_Signature" type.
 
 =item "ECDH" (B<OSSL_SELF_TEST_DESC_KA_ECDH>)