From: Pauli Date: Fri, 16 Jul 2021 01:54:14 +0000 (+1000) Subject: docs: update CTR DRBG documentation to not mention the lack of a derivation function... X-Git-Tag: openssl-3.0.0-beta2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9989a746ebc70ff1b842fd3d837aa5c0e823f26d;p=thirdparty%2Fopenssl.git docs: update CTR DRBG documentation to not mention the lack of a derivation function in FIPS Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/16096) --- diff --git a/doc/man7/EVP_RAND-CTR-DRBG.pod b/doc/man7/EVP_RAND-CTR-DRBG.pod index 57e53c314b9..1012494250f 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. 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