diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-02-12 13:03:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-02-12 13:03:20 +0000 |
commit | 65fd82471618dc49cbb6b86e2dc562a57e73ade1 (patch) | |
tree | 98455ae6066639e221ddb651989ab8ba44100567 /usr.bin | |
parent | 01adbbfef3e02832dc102c97ba52cc03695adc1d (diff) |
word fix from previous; ok sthen
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 6d3775181cf..8c3140de681 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.31 2016/02/08 19:29:57 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.32 2016/02/12 13:03:19 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: February 8 2016 $ +.Dd $Mdocdate: February 12 2016 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -6659,7 +6659,7 @@ If this option is set, no DH parameters will be loaded, effectively disabling the ephemeral DH cipher suites. .It Fl no_tls1 | no_tls1_1 | no_tls1_2 By default, the initial handshake uses a method which should be compatible -with servers supporting any version of TLS. +with clients supporting any version of TLS. These options disable the use of TLS1.0, 1.1, and 1.2, respectively. .It Fl no_tmp_rsa Certain export cipher suites sometimes use a temporary RSA key; this option |