diff options
Diffstat (limited to 'src')
-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 , |