summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_config.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-11 18:06:09 +0000
committerschwarze <>2016-12-11 18:06:09 +0000
commitf38b80a25989f438feba1b384061f8cf8c444059 (patch)
treef74c28658a72fb7b0195134f68ba8e54d3d24f7a /src/lib/libcrypto/man/OPENSSL_config.3
parent24e78a11838b5b911fc4a003f68b779f8b42e6f6 (diff)
downloadopenbsd-f38b80a25989f438feba1b384061f8cf8c444059.tar.gz
openbsd-f38b80a25989f438feba1b384061f8cf8c444059.tar.bz2
openbsd-f38b80a25989f438feba1b384061f8cf8c444059.zip
import openssl.cnf(5) and x509v3.cnf(5) from OpenSSL;
below OpenBSD quality standards, but better than nothing...
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_config.3')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.314
1 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index e6968171c4..bf42b72fd2 100644
--- a/src/lib/libcrypto/man/OPENSSL_config.3
+++ b/src/lib/libcrypto/man/OPENSSL_config.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_config.3,v 1.4 2016/11/28 14:52:20 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.5 2016/12/11 18:06:09 schwarze Exp $
2.\" OpenSSL ab6577a4 May 14 21:07:51 2014 +0100 2.\" OpenSSL ab6577a4 May 14 21:07:51 2014 +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: November 28 2016 $ 51.Dd $Mdocdate: December 11 2016 $
52.Dt OPENSSL_CONFIG 3 52.Dt OPENSSL_CONFIG 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -66,7 +66,7 @@
66.Sh DESCRIPTION 66.Sh DESCRIPTION
67.Fn OPENSSL_config 67.Fn OPENSSL_config
68configures OpenSSL using the standard 68configures OpenSSL using the standard
69.Pa openssl.cnf 69.Xr openssl.cnf 5
70configuration file name using 70configuration file name using
71.Fa config_name . 71.Fa config_name .
72If 72If
@@ -139,9 +139,15 @@ Neither
139nor 139nor
140.Fn OPENSSL_no_config 140.Fn OPENSSL_no_config
141return a value. 141return a value.
142.Sh FILES
143.Bl -tag -width /etc/ssl/openssl.cnf -compact
144.It Pa /etc/ssl/openssl.cnf
145standard configuration file
146.El
142.Sh SEE ALSO 147.Sh SEE ALSO
143.Xr CONF_modules_free 3 , 148.Xr CONF_modules_free 3 ,
144.Xr CONF_modules_load 3 149.Xr CONF_modules_load 3 ,
150.Xr openssl.cnf 5
145.Sh HISTORY 151.Sh HISTORY
146.Fn OPENSSL_config 152.Fn OPENSSL_config
147and 153and