mirror of https://github.com/openssl/openssl.git
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)
This commit is contained in:
parent
4e6fa8014f
commit
9989a746eb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue