diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-09-10 19:50:09 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-09-10 19:50:09 +0200 |
commit | 9a62ccbe8a73101d2cfcdf7902b6fe10da7602c9 (patch) | |
tree | d12d736be0605e05aa2d0000a4cb563c1e76b2b6 /doc | |
parent | STORE: Fix OSSL_STORE_attach() to check |ui_method| before use (diff) | |
download | openssl-9a62ccbe8a73101d2cfcdf7902b6fe10da7602c9.tar.xz openssl-9a62ccbe8a73101d2cfcdf7902b6fe10da7602c9.zip |
Fix fipsinstall module path
If a path is specified with the -module option it will use this path to load the library when the provider is activated,
instead of also having to set the environment variable OPENSSL_MODULES.
Added a platform specific opt_path_end() function that uses existing functionality used by opt_progname().
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12761)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/openssl-fipsinstall.pod.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man1/openssl-fipsinstall.pod.in b/doc/man1/openssl-fipsinstall.pod.in index 8120fd299a..451e8a775d 100644 --- a/doc/man1/openssl-fipsinstall.pod.in +++ b/doc/man1/openssl-fipsinstall.pod.in @@ -58,6 +58,8 @@ Print a usage message. =item B<-module> I<filename> Filename of the FIPS module to perform an integrity check on. +The path provided in the filename is used to load the module when it is +activated, and this overrides the environment variable B<OPENSSL_MODULES>. =item B<-out> I<configfilename> |