diff options
author | guenther <> | 2014-11-23 04:49:46 +0000 |
---|---|---|
committer | guenther <> | 2014-11-23 04:49:46 +0000 |
commit | 1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f (patch) | |
tree | 71754cc35e576aef03edb58e431822a9d6664b93 | |
parent | decd1a3fda5df667877917bcbb91802be5541056 (diff) | |
download | openbsd-1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f.tar.gz openbsd-1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f.tar.bz2 openbsd-1f94b5ec3433707aa3c72ab3fa5a81f5311d3c0f.zip |
Mention the -no_tls1_[12] options
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 16 |
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 |
6730 | Tests non-blocking I/O. | 6732 | Tests 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 |
6735 | These options disable the use of certain SSL or TLS protocols. | 6737 | These options disable the use of certain SSL or TLS protocols. |
@@ -6835,9 +6837,9 @@ to retrieve a web page. | |||
6835 | .Pp | 6837 | .Pp |
6836 | If the handshake fails, there are several possible causes; if it is | 6838 | If the handshake fails, there are several possible causes; if it is |
6837 | nothing obvious like no client certificate, then the | 6839 | nothing 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 , |
6839 | and | 6841 | and |
6840 | .Fl no_tls1 | 6842 | .Fl no_tls1_2 |
6841 | options can be tried in case it is a buggy server. | 6843 | options can be tried in case it is a buggy server. |
6842 | In particular these options should be tried | 6844 | In 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. | |||
7069 | If this option is set, no DH parameters will be loaded, effectively | 7073 | If this option is set, no DH parameters will be loaded, effectively |
7070 | disabling the ephemeral DH cipher suites. | 7074 | disabling 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 |
7075 | These options disable the use of certain SSL or TLS protocols. | 7079 | These options disable the use of certain SSL or TLS protocols. |