summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-16 11:54:14 +1000
committerPauli <pauli@openssl.org>2021-07-20 18:34:07 +1000
commit9989a746ebc70ff1b842fd3d837aa5c0e823f26d (patch)
tree1ff366289f8e4a306c7752c27175386efd8cc5e7 /doc/man7
parent4e6fa8014f397d33ee87cab20b791648f76ffe1e (diff)
docs: update CTR DRBG documentation to not mention the lack of a derivation function in FIPS
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16096)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_RAND-CTR-DRBG.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man7/EVP_RAND-CTR-DRBG.pod b/doc/man7/EVP_RAND-CTR-DRBG.pod
index 57e53c314b..1012494250 100644
--- a/doc/man7/EVP_RAND-CTR-DRBG.pod
+++ b/doc/man7/EVP_RAND-CTR-DRBG.pod
@@ -54,8 +54,7 @@ These parameters work as described in L<EVP_RAND(3)/PARAMETERS>.
This Boolean indicates if a derivation function should be used or not.
A nonzero value (the default) uses the derivation function. A zero value
-does not. The FIPS provider always uses the derivation function and attempts
-to set this value result in an error.
+does not.
=back