diff options
Diffstat (limited to 'doc/man3')
-rw-r--r-- | doc/man3/EVP_RAND.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man3/EVP_RAND.pod b/doc/man3/EVP_RAND.pod index fb6b98e264..d54766bb99 100644 --- a/doc/man3/EVP_RAND.pod +++ b/doc/man3/EVP_RAND.pod @@ -267,6 +267,12 @@ Returns the state of the random number generator. Returns the bit strength of the random number generator. +=item "fips-indicator" (B<OSSL_RAND_PARAM_FIPS_APPROVED_INDICATOR>) <integer> + +A getter that returns 1 if the operation is FIPS approved, or 0 otherwise. +This option is used by the OpenSSL FIPS provider and is not supported +by all EVP_RAND sources. + =back For rands that are also deterministic random bit generators (DRBGs), these |