diff options
author | tb <> | 2022-07-14 08:08:26 +0000 |
---|---|---|
committer | tb <> | 2022-07-14 08:08:26 +0000 |
commit | df2f79bc87c8cf2c4da55daebba22c88ab578d3e (patch) | |
tree | f98033db301b33c5ddb41a2e4dadb3181a7d066c /src/usr.bin | |
parent | dc36ee8ca5f18dac8cf20bf35adb100e7341117e (diff) | |
download | openbsd-df2f79bc87c8cf2c4da55daebba22c88ab578d3e.tar.gz openbsd-df2f79bc87c8cf2c4da55daebba22c88ab578d3e.tar.bz2 openbsd-df2f79bc87c8cf2c4da55daebba22c88ab578d3e.zip |
Document openssl ciphers -s
ok beck jsing
Diffstat (limited to 'src/usr.bin')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 6b701609c2..83accd3ee1 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.137 2022/03/31 17:27:26 naddy Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.138 2022/07/14 08:08:26 tb 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 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: March 31 2022 $ | 113 | .Dd $Mdocdate: July 14 2022 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -910,7 +910,7 @@ Specify the directories to process. | |||
910 | .Tg ciphers | 910 | .Tg ciphers |
911 | .Sh CIPHERS | 911 | .Sh CIPHERS |
912 | .Nm openssl ciphers | 912 | .Nm openssl ciphers |
913 | .Op Fl hVv | 913 | .Op Fl hsVv |
914 | .Op Ar control | 914 | .Op Ar control |
915 | .Pp | 915 | .Pp |
916 | The | 916 | The |
@@ -930,6 +930,8 @@ The options are as follows: | |||
930 | .Bl -tag -width Ds | 930 | .Bl -tag -width Ds |
931 | .It Fl h , \&? | 931 | .It Fl h , \&? |
932 | Print a brief usage message. | 932 | Print a brief usage message. |
933 | .It Fl s | ||
934 | Only list ciphers that are supported by the TLS method. | ||
933 | .It Fl V | 935 | .It Fl V |
934 | Verbose. | 936 | Verbose. |
935 | List ciphers with cipher suite code in hex format, | 937 | List ciphers with cipher suite code in hex format, |