summaryrefslogtreecommitdiff
path: root/src/usr.bin
diff options
context:
space:
mode:
authortb <>2022-07-19 16:08:09 +0000
committertb <>2022-07-19 16:08:09 +0000
commitf8770fbab0106066dcf0c03c9742ba98cda1785f (patch)
tree0b67636cad98b44b82227df9bb47dd75b2167c1c /src/usr.bin
parent0aecb4d519c70c00b5f9c6f955ac8ccee66a1f44 (diff)
downloadopenbsd-f8770fbab0106066dcf0c03c9742ba98cda1785f.tar.gz
openbsd-f8770fbab0106066dcf0c03c9742ba98cda1785f.tar.bz2
openbsd-f8770fbab0106066dcf0c03c9742ba98cda1785f.zip
Document -tls1_{1,2,3} in openssl ciphers
ok jsing
Diffstat (limited to 'src/usr.bin')
-rw-r--r--src/usr.bin/openssl/openssl.113
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
916The 920The
@@ -932,6 +936,11 @@ The options are as follows:
932Print a brief usage message. 936Print a brief usage message.
933.It Fl s 937.It Fl s
934Only list ciphers that are supported by the TLS method. 938Only list ciphers that are supported by the TLS method.
939.It Fl tls1 | tls1_1 | tls1_2 | tls1_3
940In combination with the
941.Fl s
942option, list the ciphers which could be used
943if the specified protocol version were negotiated.
935.It Fl V 944.It Fl V
936Verbose. 945Verbose.
937List ciphers with cipher suite code in hex format, 946List ciphers with cipher suite code in hex format,