summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 12:16:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 12:16:03 +0000
commit0e368252286aa2b32965950588ac9e89368107ff (patch)
tree626d20df70521a329844551defaa92b70be6752b /apps/s_client.c
parent95a8f1469f05b9110cfba829b146e1df6ca9f2d6 (diff)
Update docs.
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 602275ba09..4f502158ab 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -236,6 +236,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
}