=head1 DESCRIPTION
The B<ML-KEM-512>, B<ML-KEM-768>, and B<ML-KEM-1024> keytypes are implemented
-in OpenSSL's B<default> provider.
+in OpenSSL's default and FIPS providers.
=for comment (TODO(ML-KEM): Add FIPS support).
=item X448, see L<EVP_KEYEXCH-X448(7)>
-=for comment TODO(ML-KEM) L<EVP_KEM-ML-KEM(7)> once ML-KEM is supported in the
- FIPS module.
+=item ML-KEM, see L<EVP_KEM-ML-KEM(7)>
=item TLS1-PRF
Known answer test for key agreement.
+=item "KAT_KEM" (B<OSSL_SELF_TEST_TYPE_KAT_KEM>)
+
+Known answer test for key encapsulation.
+
=item "DRBG" (B<OSSL_SELF_TEST_TYPE_DRBG>)
Known answer test for a Deterministic Random Bit Generator.
=item "ML-DSA" (B<OSSL_SELF_TEST_DESC_PCT_ML_DSA>)
+=item "ML-KEM" (B<OSSL_SELF_TEST_DESC_PCT_ML_KEM>)
+
Key generation tests used with the "Pairwise_Consistency_Test" type.
=item "RSA_Encrypt" (B<OSSL_SELF_TEST_DESC_ASYM_RSA_ENC>)
=item "KBKDF" (B<OSSL_SELF_TEST_DESC_KDF_KBKDF>)
+Key Encapsulation Function tests used with the "KAT_KEM" type.
+
+=item "KEM_Encap" (B<OSSL_SELF_TEST_DESC_ENCAP_KEM>)
+
+=item "KEM_Decap" (B<OSSL_SELF_TEST_DESC_DECAP_KEM>)
+
+=item "KEM_Decap_Reject" (B<OSSL_SELF_TEST_DESC_DECAP_REJ_KEM>)
+
+=item "KEM_Keygen" (B<OSSL_SELF_TEST_DESC_KEYGEN_KEM>)
+
Key Derivation Function tests used with the "KAT_KDF" type.
=item "CTR" (B<OSSL_SELF_TEST_DESC_DRBG_CTR>)