diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-19 16:08:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-19 16:08:10 +0000 |
commit | e5937386960f1501378591065849fcda62b29ca8 (patch) | |
tree | f505198bdf435b8cdc22bd1b7c6a781223b37c54 /usr.bin | |
parent | 13d8595d17928adcff23310f4c998aad2b4a90e6 (diff) |
Document -tls1_{1,2,3} in openssl ciphers
ok jsing
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 83accd3ee1a..419fbe4d108 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.138 2022/07/14 08:08:26 tb Exp $ +.\" $OpenBSD: openssl.1,v 1.139 2022/07/19 16:08:09 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: July 14 2022 $ +.Dd $Mdocdate: July 19 2022 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -911,6 +911,10 @@ Specify the directories to process. .Sh CIPHERS .Nm openssl ciphers .Op Fl hsVv +.Op Fl tls1 +.Op Fl tls1_1 +.Op Fl tls1_2 +.Op Fl tls1_3 .Op Ar control .Pp The @@ -932,6 +936,11 @@ The options are as follows: Print a brief usage message. .It Fl s Only list ciphers that are supported by the TLS method. +.It Fl tls1 | tls1_1 | tls1_2 | tls1_3 +In combination with the +.Fl s +option, list the ciphers which could be used +if the specified protocol version were negotiated. .It Fl V Verbose. List ciphers with cipher suite code in hex format, |