diff options
author | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-04-08 21:06:23 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-04-29 11:26:58 +0200 |
commit | f2ea01d9f138dd7e99e55d4c9bd949d2aae64a2a (patch) | |
tree | 0bcd7563592e9108b83b9890ef14a7808625426b /INSTALL.md | |
parent | Configure: disable fips mode by default (diff) | |
download | openssl-f2ea01d9f138dd7e99e55d4c9bd949d2aae64a2a.tar.xz openssl-f2ea01d9f138dd7e99e55d4c9bd949d2aae64a2a.zip |
README-FIPS: document the installation of the FIPS provider
Note that configuration and installation procedure has changed:
- The FIPS provider is now disabled by default and needs to
be enabled by configuring with `enable-fips`.
- If the FIPS provider is enabled, it gets installed automatically.
There is no extra installation step required anymore.
This is more natural and coincides with the expectation of the
user, namely "what's configured, gets installed".
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13684)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 039e1bdf08..f9b065d764 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -705,9 +705,9 @@ for further details. Don't compile in filename and line number information (e.g. for errors and memory allocation). -### no-fips +### enable-fips -Don't compile the FIPS provider +Build (and install) the FIPS provider ### no-fips-securitychecks |