=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/openssl/openssl.1 2014/10/01 13:15:40 1.4 --- src/usr.bin/openssl/openssl.1 2014/11/07 13:13:08 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: openssl.1,v 1.4 2014/10/01 13:15:40 sthen Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: openssl.1,v 1.5 2014/11/07 13:13:08 jsing Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" *************** *** 112,118 **** .\" .\" OPENSSL .\" ! .Dd $Mdocdate: October 1 2014 $ .Dt OPENSSL 1 .Os .Sh NAME --- 112,118 ---- .\" .\" OPENSSL .\" ! .Dd $Mdocdate: November 7 2014 $ .Dt OPENSSL 1 .Os .Sh NAME *************** *** 6617,6622 **** --- 6617,6623 ---- .Op Fl psk_identity Ar identity .Op Fl quiet .Op Fl reconnect + .Op Fl servername Ar name .Op Fl showcerts .Op Fl ssl3 .Op Fl starttls Ar protocol *************** *** 6773,6778 **** --- 6774,6783 ---- .It Fl reconnect Reconnects to the same server 5 times using the same session ID; this can be used as a test that session caching is working. + .It Fl servername Ar name + Include the TLS Server Name Indication (SNI) extension in the ClientHello + message, using the specified server + .Ar name . .It Fl showcerts Display the whole server certificate chain: normally only the server certificate itself is displayed.