summaryrefslogtreecommitdiff
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 11:34:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 11:34:48 +0000
commitd24a9c8f5a087357e5cfcde9f1de52fda9b5321f (patch)
tree360ec3faa9f43972bc93f1c5b06a481d1fc4489b /apps/s_client.c
parent42fe218b9f17219aa807296a02dff3c55128719b (diff)
downloadopenssl-new-d24a9c8f5a087357e5cfcde9f1de52fda9b5321f.tar.gz
Docs and usage messages for RFC4507bis support.
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index 59a4daa98a..21a3a71fc0 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -326,6 +326,8 @@ static void sc_usage(void)
BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
#ifndef OPENSSL_NO_TLSEXT
BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n");
+ BIO_printf(bio_err," -tlsextdebug - hex dump of all TLS extensions received\n");
+ BIO_printf(bio_err," -no_ticket - disable use of RFC4507bis session tickets\n");
#endif
}