diff options
author | schwarze <> | 2017-07-06 15:42:04 +0000 |
---|---|---|
committer | schwarze <> | 2017-07-06 15:42:04 +0000 |
commit | 22e44168d1f1914a6642ee8c247b8ed5cc2fe51e (patch) | |
tree | 250747192fe9ee86550c656ba7fd045f33df2bc8 /src/lib/libcrypto/man/openssl.cnf.5 | |
parent | 610fb66a0a941297c7ccf07f3c6df668ebfcb4fc (diff) | |
download | openbsd-22e44168d1f1914a6642ee8c247b8ed5cc2fe51e.tar.gz openbsd-22e44168d1f1914a6642ee8c247b8ed5cc2fe51e.tar.bz2 openbsd-22e44168d1f1914a6642ee8c247b8ed5cc2fe51e.zip |
fix broken cross references; found with mandoc -Tlint
Diffstat (limited to 'src/lib/libcrypto/man/openssl.cnf.5')
-rw-r--r-- | src/lib/libcrypto/man/openssl.cnf.5 | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5 index 1d8ee2d430..de21a5d973 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.2 2016/12/12 22:02:55 jmc Exp $ | 1 | .\" $OpenBSD: openssl.cnf.5,v 1.3 2017/07/06 15:42:04 schwarze 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,7 +49,7 @@ | |||
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 12 2016 $ | 52 | .Dd $Mdocdate: July 6 2017 $ |
53 | .Dt OPENSSL.CNF 5 | 53 | .Dt OPENSSL.CNF 5 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -322,41 +322,6 @@ other_ctrl = EMPTY | |||
322 | # Supply all default algorithms | 322 | # Supply all default algorithms |
323 | default_algorithms = ALL | 323 | default_algorithms = ALL |
324 | .Ed | 324 | .Ed |
325 | .Ss SSL Configuration Module | ||
326 | This module has the name | ||
327 | .Ic ssl_conf | ||
328 | which points to a section containing SSL configurations. | ||
329 | .Pp | ||
330 | Each line in the SSL configuration section contains the name of the | ||
331 | configuration and the section containing it. | ||
332 | .Pp | ||
333 | Each configuration section consists of command value pairs for | ||
334 | .Vt SSL_CONF . | ||
335 | Each pair will be passed to a | ||
336 | .Vt SSL_CTX | ||
337 | or | ||
338 | .Vt SSL | ||
339 | structure if it calls | ||
340 | .Xr SSL_CTX_config 3 | ||
341 | or | ||
342 | .Xr SSL_config 3 | ||
343 | with the appropriate configuration name. | ||
344 | .Pp | ||
345 | Note: any characters before an initial dot in the configuration section | ||
346 | are ignored so the same command can be used multiple times. | ||
347 | .Pp | ||
348 | For example: | ||
349 | .Bd -literal -offset indent | ||
350 | ssl_conf = ssl_sect | ||
351 | |||
352 | [ssl_sect] | ||
353 | server = server_section | ||
354 | |||
355 | [server_section] | ||
356 | RSA.Certificate = server-rsa.pem | ||
357 | ECDSA.Certificate = server-ecdsa.pem | ||
358 | Ciphers = ALL:!RC4 | ||
359 | .Ed | ||
360 | .Sh FILES | 325 | .Sh FILES |
361 | .Bl -tag -width /etc/ssl/openssl.cnf -compact | 326 | .Bl -tag -width /etc/ssl/openssl.cnf -compact |
362 | .It Pa /etc/ssl/openssl.cnf | 327 | .It Pa /etc/ssl/openssl.cnf |