summaryrefslogtreecommitdiff
path: root/doc/man7
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2023-05-09 13:07:50 +1000
committerPauli <pauli@openssl.org>2023-07-14 11:35:23 +1000
commit2b42290f08c0a75695021aeb7d5cd16068b3edc3 (patch)
tree75c58654843dd9e22f4448c88f9aae869474ee22 /doc/man7
parent2fd82c228363cfd16c5047a348e7c853defa42eb (diff)
Add FIPS build instructions
If you are building the latest release source code with enable-fips configured then the FIPS provider you are using is not likely to be FIPS compliant. This update demonstrates how to build a FIPS provider that is compliant and use it with the latest source code. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20907)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/fips_module.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man7/fips_module.pod b/doc/man7/fips_module.pod
index f3fca15c58..8c21854862 100644
--- a/doc/man7/fips_module.pod
+++ b/doc/man7/fips_module.pod
@@ -14,6 +14,9 @@ This guide details different ways that OpenSSL can be used in conjunction
with the FIPS module. Which is the correct approach to use will depend on your
own specific circumstances and what you are attempting to achieve.
+For information related to installing the FIPS module see
+L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>.
+
Note that the old functions FIPS_mode() and FIPS_mode_set() are no longer
present so you must remove them from your application if you use them.