diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-14 08:08:27 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-14 08:08:27 +0000 |
commit | 3f22cd85261b1b1b5fa1172ca65e54d2e3ab3927 (patch) | |
tree | 3d868d7839f38de3793c7dfad9e2523b7d3fc165 /usr.bin/openssl | |
parent | e45032fdf687bf0781c88c261ba8618f82630e7e (diff) |
Document openssl ciphers -s
ok beck jsing
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 6b701609c22..83accd3ee1a 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.137 2022/03/31 17:27:26 naddy Exp $ +.\" $OpenBSD: openssl.1,v 1.138 2022/07/14 08:08:26 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: March 31 2022 $ +.Dd $Mdocdate: July 14 2022 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -910,7 +910,7 @@ Specify the directories to process. .Tg ciphers .Sh CIPHERS .Nm openssl ciphers -.Op Fl hVv +.Op Fl hsVv .Op Ar control .Pp The @@ -930,6 +930,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl h , \&? Print a brief usage message. +.It Fl s +Only list ciphers that are supported by the TLS method. .It Fl V Verbose. List ciphers with cipher suite code in hex format, |