summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_config.3
diff options
context:
space:
mode:
authorjmc <>2016-11-22 21:38:18 +0000
committerjmc <>2016-11-22 21:38:18 +0000
commit92269b457e9f11636c423229dcb974353c13d942 (patch)
tree4cbdfdadba503883976fbfb977c110727d3986c8 /src/lib/libcrypto/man/OPENSSL_config.3
parente3e505289d584ed8c2bd60dd0dc803c4acd398f2 (diff)
downloadopenbsd-92269b457e9f11636c423229dcb974353c13d942.tar.gz
openbsd-92269b457e9f11636c423229dcb974353c13d942.tar.bz2
openbsd-92269b457e9f11636c423229dcb974353c13d942.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_config.3')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index e2e277d129..42cc6159d9 100644
--- a/src/lib/libcrypto/man/OPENSSL_config.3
+++ b/src/lib/libcrypto/man/OPENSSL_config.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: OPENSSL_config.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.3 2016/11/22 21:38:18 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 22 2016 $
4.Dt OPENSSL_CONFIG 3 4.Dt OPENSSL_CONFIG 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -65,12 +65,12 @@ The environment variable
65.Ev OPENSSL_CONF 65.Ev OPENSSL_CONF
66can be set to specify the location of the configuration file. 66can be set to specify the location of the configuration file.
67.Pp 67.Pp
68Currently ASN1 OBJECT and ENGINE configuration can be performed. 68Currently ASN.1 OBJECT and ENGINE configuration can be performed.
69.Pp 69.Pp
70There are several reasons why calling the OpenSSL configuration routines 70There are several reasons why calling the OpenSSL configuration routines
71is advisable. 71is advisable.
72For example new ENGINE functionality was added to OpenSSL 0.9.7. 72For example new ENGINE functionality was added to OpenSSL 0.9.7.
73In OpenSSL 0.9.7 control functions can be supported by ENGINEs, this can be 73In OpenSSL 0.9.7 control functions can be supported by ENGINEs which can be
74used (among other things) to load dynamic ENGINEs from shared libraries 74used (among other things) to load dynamic ENGINEs from shared libraries
75(DSOs). 75(DSOs).
76However very few applications currently support the control interface 76However very few applications currently support the control interface
@@ -113,5 +113,5 @@ It is however
113better than nothing. 113better than nothing.
114Applications which need finer control over their configuration 114Applications which need finer control over their configuration
115functionality should use the configuration functions such as 115functionality should use the configuration functions such as
116.Xr CONF_load_modules 3 116.Xr CONF_modules_load 3
117directly. 117directly.