Skip to content

Commit 1edcdc7

Browse files
committed
doc: fixup FIPS self test names
Missing names and categories in the documentation
1 parent 95defdb commit 1edcdc7

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

doc/man7/OSSL_PROVIDER-FIPS.pod

+16-2
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ Known answer test for a asymmetric cipher.
330330

331331
Known answer test for a digest.
332332

333+
=item "KAT_AsymmetricKeyGeneration" (B<OSSL_SELF_TEST_TYPE_KAT_ASYM_KEYGEN>)
334+
335+
Known answer test for asymmetric key generation.
336+
333337
=item "KAT_Signature" (B<OSSL_SELF_TEST_TYPE_KAT_SIGNATURE>)
334338

335339
Known answer test for a signature.
@@ -397,6 +401,8 @@ The FIPS module passes the following descriptions(s) to OSSL_SELF_TEST_onbegin()
397401

398402
=item "ML-KEM" (B<OSSL_SELF_TEST_DESC_PCT_ML_KEM>)
399403

404+
=item "SLH-DSA" (B<OSSL_SELF_TEST_DESC_PCT_SLH_DSA>)
405+
400406
Key generation tests used with the "Pairwise_Consistency_Test" type.
401407

402408
=item "RSA_Encrypt" (B<OSSL_SELF_TEST_DESC_ASYM_RSA_ENC>)
@@ -405,6 +411,14 @@ Key generation tests used with the "Pairwise_Consistency_Test" type.
405411

406412
"KAT_AsymmetricCipher" uses this to indicate an encrypt or decrypt KAT.
407413

414+
=item "ML-DSA" (B<OSSL_SELF_TEST_DESC_KEYGEN_ML_DSA>)
415+
416+
=item "ML-KEM" (B<OSSL_SELF_TEST_DESC_KEYGEN_ML_KEM>)
417+
418+
=item "SLH-DSA" (B<OSSL_SELF_TEST_DESC_KEYGEN_SLH_DSA>)
419+
420+
"KAT_AsymmetricKeyGeneration" uses this to indicate a key generation KAT.
421+
408422
=item "AES_GCM" (B<OSSL_SELF_TEST_DESC_CIPHER_AES_GCM>)
409423

410424
=item "AES_ECB_Decrypt" (B<OSSL_SELF_TEST_DESC_CIPHER_AES_ECB>)
@@ -431,6 +445,8 @@ Digest tests used with the "KAT_Digest" type.
431445

432446
=item "ML-DSA" (B<OSSL_SELF_TEST_DESC_SIGN_ML_DSA>)
433447

448+
=item "SLH-DSA" (B<OSSL_SELF_TEST_DESC_SIGN_SLH_DSA>)
449+
434450
Signature tests used with the "KAT_Signature" type.
435451

436452
=item "ECDH" (B<OSSL_SELF_TEST_DESC_KA_ECDH>)
@@ -467,8 +483,6 @@ Key Encapsulation Function tests used with the "KAT_KEM" type.
467483

468484
=item "KEM_Decap_Reject" (B<OSSL_SELF_TEST_DESC_DECAP_REJ_KEM>)
469485

470-
=item "KEM_Keygen" (B<OSSL_SELF_TEST_DESC_KEYGEN_KEM>)
471-
472486
Key Derivation Function tests used with the "KAT_KDF" type.
473487

474488
=item "CTR" (B<OSSL_SELF_TEST_DESC_DRBG_CTR>)

0 commit comments

Comments
 (0)