summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguenther <>2014-11-23 04:49:46 +0000
committerguenther <>2014-11-23 04:49:46 +0000
commit1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f (patch)
tree71754cc35e576aef03edb58e431822a9d6664b93
parentdecd1a3fda5df667877917bcbb91802be5541056 (diff)
downloadopenbsd-1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f.tar.gz
openbsd-1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f.tar.bz2
openbsd-1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f.zip
Mention the -no_tls1_[12] options
-rw-r--r--src/usr.bin/openssl/openssl.116
1 files changed, 10 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 74dc59b11e..2971e17a0d 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.5 2014/11/07 13:13:08 jsing Exp $ 1.\" $OpenBSD: openssl.1,v 1.6 2014/11/23 04:49:46 guenther Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: November 7 2014 $ 115.Dd $Mdocdate: November 23 2014 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -6610,6 +6610,8 @@ which it can be seen agrees with the recovered value above.
6610.Op Fl no_ssl3 6610.Op Fl no_ssl3
6611.Op Fl no_ticket 6611.Op Fl no_ticket
6612.Op Fl no_tls1 6612.Op Fl no_tls1
6613.Op Fl no_tls1_1
6614.Op Fl no_tls1_2
6613.Op Fl pause 6615.Op Fl pause
6614.Op Fl policy_check 6616.Op Fl policy_check
6615.Op Fl prexit 6617.Op Fl prexit
@@ -6729,7 +6731,7 @@ Turns on non-blocking I/O.
6729.It Fl nbio_test 6731.It Fl nbio_test
6730Tests non-blocking I/O. 6732Tests non-blocking I/O.
6731.It Xo 6733.It Xo
6732.Fl no_ssl3 | no_tls1 | 6734.Fl no_ssl3 | no_tls1 | no_tls1_1 | no_tls1_2 |
6733.Fl ssl3 | tls1 6735.Fl ssl3 | tls1
6734.Xc 6736.Xc
6735These options disable the use of certain SSL or TLS protocols. 6737These options disable the use of certain SSL or TLS protocols.
@@ -6835,9 +6837,9 @@ to retrieve a web page.
6835.Pp 6837.Pp
6836If the handshake fails, there are several possible causes; if it is 6838If the handshake fails, there are several possible causes; if it is
6837nothing obvious like no client certificate, then the 6839nothing obvious like no client certificate, then the
6838.Fl bugs , ssl3 , tls1 , no_ssl3 , 6840.Fl bugs , ssl3 , tls1 , no_ssl3 , no_tls1 , no_tls1_1 ,
6839and 6841and
6840.Fl no_tls1 6842.Fl no_tls1_2
6841options can be tried in case it is a buggy server. 6843options can be tried in case it is a buggy server.
6842In particular these options should be tried 6844In particular these options should be tried
6843.Em before 6845.Em before
@@ -6921,6 +6923,8 @@ We should really report information whenever a session is renegotiated.
6921.Op Fl no_dhe 6923.Op Fl no_dhe
6922.Op Fl no_ssl3 6924.Op Fl no_ssl3
6923.Op Fl no_tls1 6925.Op Fl no_tls1
6926.Op Fl no_tls1_1
6927.Op Fl no_tls1_2
6924.Op Fl no_tmp_rsa 6928.Op Fl no_tmp_rsa
6925.Op Fl nocert 6929.Op Fl nocert
6926.Op Fl psk Ar key 6930.Op Fl psk Ar key
@@ -7069,7 +7073,7 @@ Tests non-blocking I/O.
7069If this option is set, no DH parameters will be loaded, effectively 7073If this option is set, no DH parameters will be loaded, effectively
7070disabling the ephemeral DH cipher suites. 7074disabling the ephemeral DH cipher suites.
7071.It Xo 7075.It Xo
7072.Fl no_ssl3 | no_tls1 | 7076.Fl no_ssl3 | no_tls1 | no_tls1_1 | no_tls1_2 |
7073.Fl ssl3 | tls1 7077.Fl ssl3 | tls1
7074.Xc 7078.Xc
7075These options disable the use of certain SSL or TLS protocols. 7079These options disable the use of certain SSL or TLS protocols.