diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-07-01 06:37:32 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-07-15 23:20:32 +0200 |
commit | e45d943665e806ff49d06cfbdd566a8e2d57d56d (patch) | |
tree | 95d67681934d74ddb0976759d2a5b6eb218956b6 /doc/man5 | |
parent | Make -provider_name and -section_name optional (diff) | |
download | openssl-e45d943665e806ff49d06cfbdd566a8e2d57d56d.tar.xz openssl-e45d943665e806ff49d06cfbdd566a8e2d57d56d.zip |
Add FIPS related configuration data to the default openssl application configuration file
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12333)
Diffstat (limited to 'doc/man5')
-rw-r--r-- | doc/man5/config.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man5/config.pod b/doc/man5/config.pod index 13bd526c49..58948b4b78 100644 --- a/doc/man5/config.pod +++ b/doc/man5/config.pod @@ -474,6 +474,7 @@ configuration files using that syntax will have to be modified. =head1 SEE ALSO L<openssl-x509(1)>, L<openssl-req(1)>, L<openssl-ca(1)>, +L<openssl-fipsinstall(1)>, L<ASN1_generate_nconf(3)>, L<EVP_set_default_properties(3)>, L<CONF_modules_load_file(3)>, |