summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/openssl.cnf.5
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/openssl.cnf.5')
-rw-r--r--src/lib/libcrypto/man/openssl.cnf.520
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5
index 2826b779ba..1d8ee2d430 100644
--- a/src/lib/libcrypto/man/openssl.cnf.5
+++ b/src/lib/libcrypto/man/openssl.cnf.5
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.cnf.5,v 1.1 2016/12/11 18:06:09 schwarze Exp $ 1.\" $OpenBSD: openssl.cnf.5,v 1.2 2016/12/12 22:02:55 jmc Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
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>.
@@ -49,14 +49,14 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 11 2016 $ 52.Dd $Mdocdate: December 12 2016 $
53.Dt OPENSSL.CNF 5 53.Dt OPENSSL.CNF 5
54.Os 54.Os
55.Sh NAME 55.Sh NAME
56.Nm openssl.cnf 56.Nm openssl.cnf
57.Nd OpenSSL configuration files 57.Nd OpenSSL configuration files
58.Sh DESCRIPTION 58.Sh DESCRIPTION
59The OpenSSL CONF library can be used to read configuration files, see 59The OpenSSL CONF library can be used to read configuration files; see
60.Xr CONF_modules_load_file 3 . 60.Xr CONF_modules_load_file 3 .
61It is used for the OpenSSL master configuration file 61It is used for the OpenSSL master configuration file
62.Pa /etc/ssl/openssl.cnf 62.Pa /etc/ssl/openssl.cnf
@@ -163,12 +163,12 @@ to use an alternative configuration file.
163To enable library configuration, the default section needs to contain 163To enable library configuration, the default section needs to contain
164an appropriate line which points to the main configuration section. 164an appropriate line which points to the main configuration section.
165The default name is 165The default name is
166.Ic openssl_conf 166.Ic openssl_conf ,
167which is used by the 167which is used by the
168.Xr openssl 1 168.Xr openssl 1
169utility. 169utility.
170Other applications may use an alternative name such as 170Other applications may use an alternative name such as
171.Sy myapplicaton_conf . 171.Sy myapplication_conf .
172.Pp 172.Pp
173The configuration section should consist of a set of name value pairs 173The configuration section should consist of a set of name value pairs
174which contain specific module configuration information. 174which contain specific module configuration information.
@@ -200,7 +200,7 @@ The features of each configuration module are described below.
200This module has the name 200This module has the name
201.Ic oid_section . 201.Ic oid_section .
202The value of this variable points to a section containing name value 202The value of this variable points to a section containing name value
203pairs of OIDs: the name is the OID short and long name, the value is the 203pairs of OIDs: the name is the OID short and long name, and the value is the
204numerical form of the OID. 204numerical form of the OID.
205Although some of the 205Although some of the
206.Xr openssl 1 206.Xr openssl 1
@@ -236,7 +236,7 @@ below) and further sections containing configuration information
236specific to each ENGINE. 236specific to each ENGINE.
237.Pp 237.Pp
238Each ENGINE specific section is used to set default algorithms, load 238Each ENGINE specific section is used to set default algorithms, load
239dynamic, perform initialization and send ctrls. 239dynamic ENGINEs, perform initialization and send ctrls.
240The actual operation performed depends on the command 240The actual operation performed depends on the command
241name which is the name of the name value pair. 241name which is the name of the name value pair.
242The currently supported commands are listed below. 242The currently supported commands are listed below.
@@ -280,9 +280,9 @@ with the path argument followed by
280.Sy LIST_ADD 280.Sy LIST_ADD
281with value 2 and 281with value 2 and
282.Sy LOAD 282.Sy LOAD
283to the dynamic ENGINE. If this is not the required behaviour then 283to the dynamic ENGINE.
284alternative ctrls can be sent directly to the dynamic ENGINE using ctrl 284If this is not the required behaviour then alternative ctrls can be sent
285commands. 285directly to the dynamic ENGINE using ctrl commands.
286.Pp 286.Pp
287The command 287The command
288.Ic init 288.Ic init