@@ -330,6 +330,10 @@ Known answer test for a asymmetric cipher.
330
330
331
331
Known answer test for a digest.
332
332
333
+ =item "KAT_AsymmetricKeyGeneration" (B<OSSL_SELF_TEST_TYPE_KAT_ASYM_KEYGEN>)
334
+
335
+ Known answer test for asymmetric key generation.
336
+
333
337
=item "KAT_Signature" (B<OSSL_SELF_TEST_TYPE_KAT_SIGNATURE>)
334
338
335
339
Known answer test for a signature.
@@ -397,6 +401,8 @@ The FIPS module passes the following descriptions(s) to OSSL_SELF_TEST_onbegin()
397
401
398
402
=item "ML-KEM" (B<OSSL_SELF_TEST_DESC_PCT_ML_KEM>)
399
403
404
+ =item "SLH-DSA" (B<OSSL_SELF_TEST_DESC_PCT_SLH_DSA>)
405
+
400
406
Key generation tests used with the "Pairwise_Consistency_Test" type.
401
407
402
408
=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.
405
411
406
412
"KAT_AsymmetricCipher" uses this to indicate an encrypt or decrypt KAT.
407
413
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
+
408
422
=item "AES_GCM" (B<OSSL_SELF_TEST_DESC_CIPHER_AES_GCM>)
409
423
410
424
=item "AES_ECB_Decrypt" (B<OSSL_SELF_TEST_DESC_CIPHER_AES_ECB>)
@@ -431,6 +445,8 @@ Digest tests used with the "KAT_Digest" type.
431
445
432
446
=item "ML-DSA" (B<OSSL_SELF_TEST_DESC_SIGN_ML_DSA>)
433
447
448
+ =item "SLH-DSA" (B<OSSL_SELF_TEST_DESC_SIGN_SLH_DSA>)
449
+
434
450
Signature tests used with the "KAT_Signature" type.
435
451
436
452
=item "ECDH" (B<OSSL_SELF_TEST_DESC_KA_ECDH>)
@@ -467,8 +483,6 @@ Key Encapsulation Function tests used with the "KAT_KEM" type.
467
483
468
484
=item "KEM_Decap_Reject" (B<OSSL_SELF_TEST_DESC_DECAP_REJ_KEM>)
469
485
470
- =item "KEM_Keygen" (B<OSSL_SELF_TEST_DESC_KEYGEN_KEM>)
471
-
472
486
Key Derivation Function tests used with the "KAT_KDF" type.
473
487
474
488
=item "CTR" (B<OSSL_SELF_TEST_DESC_DRBG_CTR>)
0 commit comments