=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.1,v retrieving revision 1.91 retrieving revision 1.92 diff -c -r1.91 -r1.92 *** src/usr.bin/openssl/openssl.1 2018/03/30 23:03:31 1.91 --- src/usr.bin/openssl/openssl.1 2018/03/31 12:46:12 1.92 *************** *** 1,4 **** ! .\" $OpenBSD: openssl.1,v 1.91 2018/03/30 23:03:31 schwarze Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: openssl.1,v 1.92 2018/03/31 12:46:12 schwarze Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" *************** *** 110,116 **** .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" ! .Dd $Mdocdate: March 30 2018 $ .Dt OPENSSL 1 .Os .Sh NAME --- 110,116 ---- .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" ! .Dd $Mdocdate: March 31 2018 $ .Dt OPENSSL 1 .Os .Sh NAME *************** *** 837,843 **** .Sh CIPHERS .Nm openssl ciphers .Op Fl hVv - .Op Fl tls1 .Op Ar cipherlist .Pp The --- 837,842 ---- *************** *** 851,864 **** .Bl -tag -width Ds .It Fl h , \&? Print a brief usage message. - .It Fl tls1 - Only include TLS v1 ciphers. .It Fl V Verbose. ! List ciphers with a complete description of protocol version, ! key exchange, authentication, encryption and mac algorithms, ! any key size restrictions, ! and cipher suite codes (hex format). .It Fl v Like .Fl V , --- 850,860 ---- .Bl -tag -width Ds .It Fl h , \&? Print a brief usage message. .It Fl V Verbose. ! List ciphers with cipher suite code in hex format, ! cipher name, and a complete description of protocol version, ! key exchange, authentication, encryption, and mac algorithms. .It Fl v Like .Fl V ,