diff options
author | schwarze <> | 2019-06-14 13:41:31 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-14 13:41:31 +0000 |
commit | 1c6dd887ec8f9d6b87ce2f220e839fbe1b78db67 (patch) | |
tree | e256db7268ff96a8a7913497240af58ac3423a15 /src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | |
parent | 5a7670f6ffe1fa2cc36ecf3077067c03cad025ea (diff) | |
download | openbsd-1c6dd887ec8f9d6b87ce2f220e839fbe1b78db67.tar.gz openbsd-1c6dd887ec8f9d6b87ce2f220e839fbe1b78db67.tar.bz2 openbsd-1c6dd887ec8f9d6b87ce2f220e839fbe1b78db67.zip |
Further improve the documentation of library initialization and configuration.
Among other improvements:
* Use a uniform wording at the top of the DECSRIPTION for obsolete pages.
* Better explain how to use a non-standard configuration file.
* Remove obsolete functions from SEE ALSO.
Triggered by some suggestions from tb@.
Tweaks and OK tb@.
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3')
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 index fd9e656bce..bcfb363ca4 100644 --- a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 +++ b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.5 2018/03/22 21:08:22 schwarze Exp $ | 1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.6 2019/06/14 13:41:31 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 22 2018 $ | 51 | .Dd $Mdocdate: June 14 2019 $ |
52 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 | 52 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -83,19 +83,23 @@ is called then | |||
83 | .Fn OPENSSL_load_builtin_modules | 83 | .Fn OPENSSL_load_builtin_modules |
84 | is called automatically. | 84 | is called automatically. |
85 | .Pp | 85 | .Pp |
86 | Applications which use the configuration functions directly will need to | 86 | Applications which use configuration functions like |
87 | call | 87 | .Xr CONF_modules_load_file 3 |
88 | directly need to call | ||
88 | .Fn OPENSSL_load_builtin_modules | 89 | .Fn OPENSSL_load_builtin_modules |
89 | themselves | 90 | themselves |
90 | .Em before | 91 | .Em before |
91 | any other configuration code. | 92 | any other configuration code. |
92 | .Pp | 93 | .Pp |
93 | Applications should call | 94 | Applications should call |
95 | .Xr OPENSSL_config 3 | ||
96 | or | ||
94 | .Fn OPENSSL_load_builtin_modules | 97 | .Fn OPENSSL_load_builtin_modules |
95 | to load all configuration modules instead of adding modules selectively: | 98 | to load all configuration modules instead of adding modules selectively: |
96 | otherwise functionality may be missing from the application when | 99 | otherwise functionality may be missing from the application when |
97 | new modules are added. | 100 | new modules are added. |
98 | .Sh SEE ALSO | 101 | .Sh SEE ALSO |
102 | .Xr CONF_modules_load_file 3 , | ||
99 | .Xr OPENSSL_config 3 | 103 | .Xr OPENSSL_config 3 |
100 | .Sh HISTORY | 104 | .Sh HISTORY |
101 | These functions first appeared in OpenSSL 0.9.7 | 105 | These functions first appeared in OpenSSL 0.9.7 |