summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-03-31 12:46:12 +0000
committerschwarze <>2018-03-31 12:46:12 +0000
commit305fd53b371c0bfd8018f8401c64f25853e8b475 (patch)
tree2d855a93ff1b606b4b1f8e93b8c88fd49ca48616
parenteed214bb1282ee79bbfbbddd2214c69c2c363542 (diff)
downloadopenbsd-305fd53b371c0bfd8018f8401c64f25853e8b475.tar.gz
openbsd-305fd53b371c0bfd8018f8401c64f25853e8b475.tar.bz2
openbsd-305fd53b371c0bfd8018f8401c64f25853e8b475.zip
Improve description of openssl(1) ciphers.
* Remove -tls1 option which has no effect. * For -V, sort the fields in the order they are printed, and do not talk about key size restrictions, nothing like that is printed.
-rw-r--r--src/usr.bin/openssl/openssl.114
1 files changed, 5 insertions, 9 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index c46c18e166..f371a8b178 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.91 2018/03/30 23:03:31 schwarze Exp $ 1.\" $OpenBSD: openssl.1,v 1.92 2018/03/31 12:46:12 schwarze 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 30 2018 $ 113.Dd $Mdocdate: March 31 2018 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -837,7 +837,6 @@ The same as
837.Sh CIPHERS 837.Sh CIPHERS
838.Nm openssl ciphers 838.Nm openssl ciphers
839.Op Fl hVv 839.Op Fl hVv
840.Op Fl tls1
841.Op Ar cipherlist 840.Op Ar cipherlist
842.Pp 841.Pp
843The 842The
@@ -851,14 +850,11 @@ The options are as follows:
851.Bl -tag -width Ds 850.Bl -tag -width Ds
852.It Fl h , \&? 851.It Fl h , \&?
853Print a brief usage message. 852Print a brief usage message.
854.It Fl tls1
855Only include TLS v1 ciphers.
856.It Fl V 853.It Fl V
857Verbose. 854Verbose.
858List ciphers with a complete description of protocol version, 855List ciphers with cipher suite code in hex format,
859key exchange, authentication, encryption and mac algorithms, 856cipher name, and a complete description of protocol version,
860any key size restrictions, 857key exchange, authentication, encryption, and mac algorithms.
861and cipher suite codes (hex format).
862.It Fl v 858.It Fl v
863Like 859Like
864.Fl V , 860.Fl V ,