From 0bdd10e4078beccaa49ea015b6660f3facfab02b Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 21 Feb 2025 12:22:15 +1100 Subject: [PATCH] doc: fixup FIPS self test names Missing names and categories in the documentation Reviewed-by: Tim Hudson Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26859) --- doc/man7/OSSL_PROVIDER-FIPS.pod | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index f60e8b7d4bd..c60c149e12a 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -330,6 +330,10 @@ Known answer test for a asymmetric cipher. Known answer test for a digest. +=item "KAT_AsymmetricKeyGeneration" (B) + +Known answer test for asymmetric key generation. + =item "KAT_Signature" (B) Known answer test for a signature. @@ -397,6 +401,8 @@ The FIPS module passes the following descriptions(s) to OSSL_SELF_TEST_onbegin() =item "ML-KEM" (B) +=item "SLH-DSA" (B) + Key generation tests used with the "Pairwise_Consistency_Test" type. =item "RSA_Encrypt" (B) @@ -405,6 +411,14 @@ Key generation tests used with the "Pairwise_Consistency_Test" type. "KAT_AsymmetricCipher" uses this to indicate an encrypt or decrypt KAT. +=item "ML-DSA" (B) + +=item "ML-KEM" (B) + +=item "SLH-DSA" (B) + +"KAT_AsymmetricKeyGeneration" uses this to indicate a key generation KAT. + =item "AES_GCM" (B) =item "AES_ECB_Decrypt" (B) @@ -431,6 +445,8 @@ Digest tests used with the "KAT_Digest" type. =item "ML-DSA" (B) +=item "SLH-DSA" (B) + Signature tests used with the "KAT_Signature" type. =item "ECDH" (B) @@ -467,8 +483,6 @@ Key Encapsulation Function tests used with the "KAT_KEM" type. =item "KEM_Decap_Reject" (B) -=item "KEM_Keygen" (B) - Key Derivation Function tests used with the "KAT_KDF" type. =item "CTR" (B) -- 2.47.2