diff options
Diffstat (limited to 'src/lib/libcrypto/man/openssl.cnf.5')
-rw-r--r-- | src/lib/libcrypto/man/openssl.cnf.5 | 20 |
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 |
59 | The OpenSSL CONF library can be used to read configuration files, see | 59 | The 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 . |
61 | It is used for the OpenSSL master configuration file | 61 | It 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. | |||
163 | To enable library configuration, the default section needs to contain | 163 | To enable library configuration, the default section needs to contain |
164 | an appropriate line which points to the main configuration section. | 164 | an appropriate line which points to the main configuration section. |
165 | The default name is | 165 | The default name is |
166 | .Ic openssl_conf | 166 | .Ic openssl_conf , |
167 | which is used by the | 167 | which is used by the |
168 | .Xr openssl 1 | 168 | .Xr openssl 1 |
169 | utility. | 169 | utility. |
170 | Other applications may use an alternative name such as | 170 | Other applications may use an alternative name such as |
171 | .Sy myapplicaton_conf . | 171 | .Sy myapplication_conf . |
172 | .Pp | 172 | .Pp |
173 | The configuration section should consist of a set of name value pairs | 173 | The configuration section should consist of a set of name value pairs |
174 | which contain specific module configuration information. | 174 | which contain specific module configuration information. |
@@ -200,7 +200,7 @@ The features of each configuration module are described below. | |||
200 | This module has the name | 200 | This module has the name |
201 | .Ic oid_section . | 201 | .Ic oid_section . |
202 | The value of this variable points to a section containing name value | 202 | The value of this variable points to a section containing name value |
203 | pairs of OIDs: the name is the OID short and long name, the value is the | 203 | pairs of OIDs: the name is the OID short and long name, and the value is the |
204 | numerical form of the OID. | 204 | numerical form of the OID. |
205 | Although some of the | 205 | Although some of the |
206 | .Xr openssl 1 | 206 | .Xr openssl 1 |
@@ -236,7 +236,7 @@ below) and further sections containing configuration information | |||
236 | specific to each ENGINE. | 236 | specific to each ENGINE. |
237 | .Pp | 237 | .Pp |
238 | Each ENGINE specific section is used to set default algorithms, load | 238 | Each ENGINE specific section is used to set default algorithms, load |
239 | dynamic, perform initialization and send ctrls. | 239 | dynamic ENGINEs, perform initialization and send ctrls. |
240 | The actual operation performed depends on the command | 240 | The actual operation performed depends on the command |
241 | name which is the name of the name value pair. | 241 | name which is the name of the name value pair. |
242 | The currently supported commands are listed below. | 242 | The currently supported commands are listed below. |
@@ -280,9 +280,9 @@ with the path argument followed by | |||
280 | .Sy LIST_ADD | 280 | .Sy LIST_ADD |
281 | with value 2 and | 281 | with value 2 and |
282 | .Sy LOAD | 282 | .Sy LOAD |
283 | to the dynamic ENGINE. If this is not the required behaviour then | 283 | to the dynamic ENGINE. |
284 | alternative ctrls can be sent directly to the dynamic ENGINE using ctrl | 284 | If this is not the required behaviour then alternative ctrls can be sent |
285 | commands. | 285 | directly to the dynamic ENGINE using ctrl commands. |
286 | .Pp | 286 | .Pp |
287 | The command | 287 | The command |
288 | .Ic init | 288 | .Ic init |