summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_options.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_options.312
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_options.3 b/src/lib/libssl/man/SSL_CTX_set_options.3
index b77f1176a1..98c1a6d365 100644
--- a/src/lib/libssl/man/SSL_CTX_set_options.3
+++ b/src/lib/libssl/man/SSL_CTX_set_options.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.3 2017/04/10 14:00:51 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.4 2017/08/19 23:45:10 schwarze Exp $
2.\" OpenSSL 361a1191 Dec 6 17:56:41 2015 +0100 2.\" OpenSSL 361a1191 Dec 6 17:56:41 2015 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>, 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>,
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: April 10 2017 $ 54.Dd $Mdocdate: August 19 2017 $
55.Dt SSL_CTX_SET_OPTIONS 3 55.Dt SSL_CTX_SET_OPTIONS 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -189,10 +189,16 @@ When not set, the server will always follow the client's preferences.
189When set, the server will choose following its own preferences. 189When set, the server will choose following its own preferences.
190.It Dv SSL_OP_NO_TLSv1 190.It Dv SSL_OP_NO_TLSv1
191Do not use the TLSv1.0 protocol. 191Do not use the TLSv1.0 protocol.
192Deprecated; use
193.Xr SSL_CTX_set_min_proto_version 3
194instead.
192.It Dv SSL_OP_NO_TLSv1_1 195.It Dv SSL_OP_NO_TLSv1_1
193Do not use the TLSv1.1 protocol. 196Do not use the TLSv1.1 protocol.
194.It Dv SSL_OP_NO_TLSv1_2 197.It Dv SSL_OP_NO_TLSv1_2
195Do not use the TLSv1.2 protocol. 198Do not use the TLSv1.2 protocol.
199Deprecated; use
200.Xr SSL_CTX_set_max_proto_version 3
201instead.
196.It Dv SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 202.It Dv SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
197When performing renegotiation as a server, always start a new session (i.e., 203When performing renegotiation as a server, always start a new session (i.e.,
198session resumption requests are only accepted in the initial handshake). 204session resumption requests are only accepted in the initial handshake).
@@ -332,8 +338,10 @@ return the current bitmask.
332returns 1 is the peer supports secure renegotiation and 0 if it does not. 338returns 1 is the peer supports secure renegotiation and 0 if it does not.
333.Sh SEE ALSO 339.Sh SEE ALSO
334.Xr openssl 1 , 340.Xr openssl 1 ,
341.Xr ssl 3 ,
335.Xr SSL_clear 3 , 342.Xr SSL_clear 3 ,
336.Xr SSL_CTX_ctrl 3 , 343.Xr SSL_CTX_ctrl 3 ,
344.Xr SSL_CTX_set_min_proto_version 3 ,
337.Xr SSL_new 3 345.Xr SSL_new 3
338.Sh HISTORY 346.Sh HISTORY
339.Fn SSL_CTX_clear_options 347.Fn SSL_CTX_clear_options