summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/openssl.cnf.5
diff options
context:
space:
mode:
authorschwarze <>2017-07-06 15:42:04 +0000
committerschwarze <>2017-07-06 15:42:04 +0000
commit22e44168d1f1914a6642ee8c247b8ed5cc2fe51e (patch)
tree250747192fe9ee86550c656ba7fd045f33df2bc8 /src/lib/libcrypto/man/openssl.cnf.5
parent610fb66a0a941297c7ccf07f3c6df668ebfcb4fc (diff)
downloadopenbsd-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.539
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
323default_algorithms = ALL 323default_algorithms = ALL
324.Ed 324.Ed
325.Ss SSL Configuration Module
326This module has the name
327.Ic ssl_conf
328which points to a section containing SSL configurations.
329.Pp
330Each line in the SSL configuration section contains the name of the
331configuration and the section containing it.
332.Pp
333Each configuration section consists of command value pairs for
334.Vt SSL_CONF .
335Each pair will be passed to a
336.Vt SSL_CTX
337or
338.Vt SSL
339structure if it calls
340.Xr SSL_CTX_config 3
341or
342.Xr SSL_config 3
343with the appropriate configuration name.
344.Pp
345Note: any characters before an initial dot in the configuration section
346are ignored so the same command can be used multiple times.
347.Pp
348For example:
349.Bd -literal -offset indent
350ssl_conf = ssl_sect
351
352[ssl_sect]
353server = server_section
354
355[server_section]
356RSA.Certificate = server-rsa.pem
357ECDSA.Certificate = server-ecdsa.pem
358Ciphers = 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