aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 23:20:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 23:20:40 +0000
commit7c8ac5050473ec938f2c2e3e5c9063d680be36a1 (patch)
treeb20d963cfcea299fc1866c4e15ff3256ac439de5 /apps/s_client.c
parent095db6bdb81500857a0016b6284b9733c4cd547e (diff)
downloadopenssl-7c8ac5050473ec938f2c2e3e5c9063d680be36a1.tar.gz
update usage messages
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index ba76a0e3bd..7d22c070f5 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -293,6 +293,9 @@ static void sc_usage(void)
BIO_printf(bio_err," -host host - use -connect instead\n");
BIO_printf(bio_err," -port port - use -connect instead\n");
BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
+ BIO_printf(bio_err," -checkhost host - check peer certificate matches \"host\"\n");
+ BIO_printf(bio_err," -checkemail email - check peer certificate matches \"email\"\n");
+ BIO_printf(bio_err," -checkip ipaddr - check peer certificate matches \"ipaddr\"\n");
BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n");
BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");