diff options
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 83accd3ee1..419fbe4d10 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.138 2022/07/14 08:08:26 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.139 2022/07/19 16:08:09 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: July 14 2022 $ | 113 | .Dd $Mdocdate: July 19 2022 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -911,6 +911,10 @@ Specify the directories to process. | |||
911 | .Sh CIPHERS | 911 | .Sh CIPHERS |
912 | .Nm openssl ciphers | 912 | .Nm openssl ciphers |
913 | .Op Fl hsVv | 913 | .Op Fl hsVv |
914 | .Op Fl tls1 | ||
915 | .Op Fl tls1_1 | ||
916 | .Op Fl tls1_2 | ||
917 | .Op Fl tls1_3 | ||
914 | .Op Ar control | 918 | .Op Ar control |
915 | .Pp | 919 | .Pp |
916 | The | 920 | The |
@@ -932,6 +936,11 @@ The options are as follows: | |||
932 | Print a brief usage message. | 936 | Print a brief usage message. |
933 | .It Fl s | 937 | .It Fl s |
934 | Only list ciphers that are supported by the TLS method. | 938 | Only list ciphers that are supported by the TLS method. |
939 | .It Fl tls1 | tls1_1 | tls1_2 | tls1_3 | ||
940 | In combination with the | ||
941 | .Fl s | ||
942 | option, list the ciphers which could be used | ||
943 | if the specified protocol version were negotiated. | ||
935 | .It Fl V | 944 | .It Fl V |
936 | Verbose. | 945 | Verbose. |
937 | List ciphers with cipher suite code in hex format, | 946 | List ciphers with cipher suite code in hex format, |