summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/openssl.cnf.512
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5
index de21a5d973..d95ccdcfbf 100644
--- a/src/lib/libcrypto/man/openssl.cnf.5
+++ b/src/lib/libcrypto/man/openssl.cnf.5
@@ -1,8 +1,9 @@
1.\" $OpenBSD: openssl.cnf.5,v 1.3 2017/07/06 15:42:04 schwarze Exp $ 1.\" $OpenBSD: openssl.cnf.5,v 1.4 2018/02/16 18:21:57 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100
3.\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400
3.\" 4.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 5.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
5.\" Copyright (c) 1999, 2000, 2004, 2013, 2015, 2016 The OpenSSL Project. 6.\" Copyright (c) 1999, 2000, 2004, 2013, 2015, 2016, 2017 The OpenSSL Project.
6.\" All rights reserved. 7.\" All rights reserved.
7.\" 8.\"
8.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
@@ -49,7 +50,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 52.\"
52.Dd $Mdocdate: July 6 2017 $ 53.Dd $Mdocdate: February 16 2018 $
53.Dt OPENSSL.CNF 5 54.Dt OPENSSL.CNF 5
54.Os 55.Os
55.Sh NAME 56.Sh NAME
@@ -169,6 +170,8 @@ which is used by the
169utility. 170utility.
170Other applications may use an alternative name such as 171Other applications may use an alternative name such as
171.Sy myapplication_conf . 172.Sy myapplication_conf .
173All library configuration lines appear in the default section
174at the start of the configuration file.
172.Pp 175.Pp
173The configuration section should consist of a set of name value pairs 176The configuration section should consist of a set of name value pairs
174which contain specific module configuration information. 177which contain specific module configuration information.
@@ -182,6 +185,7 @@ configuration section containing configuration module specific
182information. 185information.
183For example: 186For example:
184.Bd -literal -offset indent 187.Bd -literal -offset indent
188# The following line must be in the default section.
185openssl_conf = openssl_init 189openssl_conf = openssl_init
186 190
187[openssl_init] 191[openssl_init]