diff options
author | jmc <> | 2016-02-12 13:03:19 +0000 |
---|---|---|
committer | jmc <> | 2016-02-12 13:03:19 +0000 |
commit | 208f3180dd0afc800e46028ff567226eb4efd4c7 (patch) | |
tree | 79f7854fce620c9f330080407cc7684812d4c9e4 | |
parent | 6b65bd37575cc6f797493de817a5500962f066b3 (diff) | |
download | openbsd-208f3180dd0afc800e46028ff567226eb4efd4c7.tar.gz openbsd-208f3180dd0afc800e46028ff567226eb4efd4c7.tar.bz2 openbsd-208f3180dd0afc800e46028ff567226eb4efd4c7.zip |
word fix from previous; ok sthen
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 6d3775181c..8c3140de68 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.31 2016/02/08 19:29:57 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.32 2016/02/12 13:03:19 jmc 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: February 8 2016 $ | 115 | .Dd $Mdocdate: February 12 2016 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -6659,7 +6659,7 @@ If this option is set, no DH parameters will be loaded, effectively | |||
6659 | disabling the ephemeral DH cipher suites. | 6659 | disabling the ephemeral DH cipher suites. |
6660 | .It Fl no_tls1 | no_tls1_1 | no_tls1_2 | 6660 | .It Fl no_tls1 | no_tls1_1 | no_tls1_2 |
6661 | By default, the initial handshake uses a method which should be compatible | 6661 | By default, the initial handshake uses a method which should be compatible |
6662 | with servers supporting any version of TLS. | 6662 | with clients supporting any version of TLS. |
6663 | These options disable the use of TLS1.0, 1.1, and 1.2, respectively. | 6663 | These options disable the use of TLS1.0, 1.1, and 1.2, respectively. |
6664 | .It Fl no_tmp_rsa | 6664 | .It Fl no_tmp_rsa |
6665 | Certain export cipher suites sometimes use a temporary RSA key; this option | 6665 | Certain export cipher suites sometimes use a temporary RSA key; this option |