diff options
| author | schwarze <> | 2018-03-31 12:46:12 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-31 12:46:12 +0000 |
| commit | fd23e46da856d00343d92965373b3cdb9875d6af (patch) | |
| tree | 2d855a93ff1b606b4b1f8e93b8c88fd49ca48616 | |
| parent | 709ff9259269d71aef8b64cb255c8e4521dd0587 (diff) | |
| download | openbsd-fd23e46da856d00343d92965373b3cdb9875d6af.tar.gz openbsd-fd23e46da856d00343d92965373b3cdb9875d6af.tar.bz2 openbsd-fd23e46da856d00343d92965373b3cdb9875d6af.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.
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/openssl.1 | 14 |
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 |
| 843 | The | 842 | The |
| @@ -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 , \&? |
| 853 | Print a brief usage message. | 852 | Print a brief usage message. |
| 854 | .It Fl tls1 | ||
| 855 | Only include TLS v1 ciphers. | ||
| 856 | .It Fl V | 853 | .It Fl V |
| 857 | Verbose. | 854 | Verbose. |
| 858 | List ciphers with a complete description of protocol version, | 855 | List ciphers with cipher suite code in hex format, |
| 859 | key exchange, authentication, encryption and mac algorithms, | 856 | cipher name, and a complete description of protocol version, |
| 860 | any key size restrictions, | 857 | key exchange, authentication, encryption, and mac algorithms. |
| 861 | and cipher suite codes (hex format). | ||
| 862 | .It Fl v | 858 | .It Fl v |
| 863 | Like | 859 | Like |
| 864 | .Fl V , | 860 | .Fl V , |
