Add selftest callback to CRNG output test
[openssl.git] / doc / man7 / OSSL_PROVIDER-FIPS.pod
index 2ae999e02355aefe4c24a1bc233acb0cfe9f0f0d..98c6079d72fe7ac5078a2ad596242f64797e7adc 100644 (file)
@@ -212,6 +212,10 @@ Known answer test for a Deterministic Random Bit Generator.
 
 Conditional test that is run during the generation of key pairs.
 
+=item "Continuous_RNG_Test" (B<OSSL_SELF_TEST_TYPE_CRNG>)
+
+Continuous random number generator test.
+
 =back
 
 The "Module_Integrity" self test is always run at startup.
@@ -289,6 +293,10 @@ Key Derivation Function tests used with the "KAT_KDF" type.
 
 DRBG tests used with the "DRBG" type.
 
+= item "RNG" (B<OSSL_SELF_TEST_DESC_RNG>)
+
+"Continuous_RNG_Test" uses this.
+
 =back
 
 =head1 EXAMPLES