summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2020-10-12 09:26:57 +0000
committerschwarze <>2020-10-12 09:26:57 +0000
commit6b7e8bd6ad7b43cb0d50b9a3d10aa4bc6e3f3ba1 (patch)
tree6ad614bb22fd595797e1a7995954fd98d748daeb /src
parent1e55aa5c34ebdd78294273a400cf59611c4372e7 (diff)
downloadopenbsd-6b7e8bd6ad7b43cb0d50b9a3d10aa4bc6e3f3ba1.tar.gz
openbsd-6b7e8bd6ad7b43cb0d50b9a3d10aa4bc6e3f3ba1.tar.bz2
openbsd-6b7e8bd6ad7b43cb0d50b9a3d10aa4bc6e3f3ba1.zip
drop references to the SSL protocol because support was removed long ago;
suggested by tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_CTX_new.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_new.3 b/src/lib/libssl/man/SSL_CTX_new.3
index cb7ff67d60..61c27d48e0 100644
--- a/src/lib/libssl/man/SSL_CTX_new.3
+++ b/src/lib/libssl/man/SSL_CTX_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_new.3,v 1.14 2020/10/12 09:18:33 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_new.3,v 1.15 2020/10/12 09:26:57 schwarze Exp $
2.\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100 2.\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100
3.\" selective merge up to: OpenSSL 8f75443f May 24 14:04:26 2019 +0200 3.\" selective merge up to: OpenSSL 8f75443f May 24 14:04:26 2019 +0200
4.\" 4.\"
@@ -77,7 +77,7 @@
77.Nm DTLSv1_method , 77.Nm DTLSv1_method ,
78.Nm DTLSv1_server_method , 78.Nm DTLSv1_server_method ,
79.Nm DTLSv1_client_method 79.Nm DTLSv1_client_method
80.Nd create a new SSL_CTX object as framework for TLS/SSL enabled functions 80.Nd create a new SSL_CTX object as a framework for TLS enabled functions
81.Sh SYNOPSIS 81.Sh SYNOPSIS
82.In openssl/ssl.h 82.In openssl/ssl.h
83.Ft SSL_CTX * 83.Ft SSL_CTX *
@@ -130,7 +130,7 @@
130.Fn SSL_CTX_new 130.Fn SSL_CTX_new
131creates a new 131creates a new
132.Vt SSL_CTX 132.Vt SSL_CTX
133object as framework to establish TLS/SSL or DTLS enabled connections. 133object as a framework to establish TLS or DTLS enabled connections.
134It initializes the list of ciphers, the session cache setting, the 134It initializes the list of ciphers, the session cache setting, the
135callbacks, the keys and certificates, and the options to its default 135callbacks, the keys and certificates, and the options to its default
136values. 136values.
@@ -192,21 +192,21 @@ Deprecated aliases for
192.Fn TLSv1_server_method , 192.Fn TLSv1_server_method ,
193.Fn TLSv1_client_method 193.Fn TLSv1_client_method
194.Xc 194.Xc
195A TLS/SSL connection established with these methods will only 195A connection established with these methods will only
196understand the TLSv1 protocol. 196understand the TLSv1 protocol.
197.It Xo 197.It Xo
198.Fn TLSv1_1_method , 198.Fn TLSv1_1_method ,
199.Fn TLSv1_1_server_method , 199.Fn TLSv1_1_server_method ,
200.Fn TLSv1_1_client_method 200.Fn TLSv1_1_client_method
201.Xc 201.Xc
202A TLS/SSL connection established with these methods will only 202A connection established with these methods will only
203understand the TLSv1.1 protocol. 203understand the TLSv1.1 protocol.
204.It Xo 204.It Xo
205.Fn TLSv1_2_method , 205.Fn TLSv1_2_method ,
206.Fn TLSv1_2_server_method , 206.Fn TLSv1_2_server_method ,
207.Fn TLSv1_2_client_method 207.Fn TLSv1_2_client_method
208.Xc 208.Xc
209A TLS/SSL connection established with these methods will only 209A connection established with these methods will only
210understand the TLSv1.2 protocol. 210understand the TLSv1.2 protocol.
211.It Xo 211.It Xo
212.Fn DTLSv1_method , 212.Fn DTLSv1_method ,