]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
docs: update CTR DRBG documentation to not mention the lack of a derivation function...
authorPauli <pauli@openssl.org>
Fri, 16 Jul 2021 01:54:14 +0000 (11:54 +1000)
committerPauli <pauli@openssl.org>
Tue, 20 Jul 2021 08:34:07 +0000 (18:34 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16096)

doc/man7/EVP_RAND-CTR-DRBG.pod

index 57e53c314b9ea7fe7d903d025d9d08aecdc14eec..1012494250fbeb322bf6c4d59fde90f33587697a 100644 (file)
@@ -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