diff options
author | Richard Levitte <levitte@openssl.org> | 2020-10-06 18:14:12 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-10-08 11:29:24 +0200 |
commit | b19b983017f3865b1b3411a4e635a670d5798774 (patch) | |
tree | 3f3f1f8e0b39b3e6a5127c0807a81da121f6ed50 /INSTALL.md | |
parent | providers/build.info: Tag the FIPS module, for the build file (diff) | |
download | openssl-b19b983017f3865b1b3411a4e635a670d5798774.tar.xz openssl-b19b983017f3865b1b3411a4e635a670d5798774.zip |
Document install_fips in INSTALL.md
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13032)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 893049b16e..813d8b456d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1470,6 +1470,9 @@ described here. Examine the Makefiles themselves for the full list. install_html_docs Only install the OpenSSL HTML documentation. + + install_fips + Install the FIPS provider module configuration file. list-tests Prints a list of all the self test names. |