summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/s_client.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-08-07 18:56:10 +0000
committerjkim <jkim@FreeBSD.org>2014-08-07 18:56:10 +0000
commit3299c3be1ad20ab974be3dd97789e20b68dfa949 (patch)
tree466b55a31fe1a87db4dfcbef9e5d2f3e8aec65e1 /crypto/openssl/apps/s_client.c
parentc934f5fd2852ea5ed2fcbb043e6cf7316daa7e7e (diff)
parent8bd1d6691f94efdce2338dffd823889f6c6b8ed2 (diff)
downloadFreeBSD-src-3299c3be1ad20ab974be3dd97789e20b68dfa949.zip
FreeBSD-src-3299c3be1ad20ab974be3dd97789e20b68dfa949.tar.gz
Merge OpenSSL 1.0.1i.
Diffstat (limited to 'crypto/openssl/apps/s_client.c')
-rw-r--r--crypto/openssl/apps/s_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/apps/s_client.c b/crypto/openssl/apps/s_client.c
index 3ba6605..4625467 100644
--- a/crypto/openssl/apps/s_client.c
+++ b/crypto/openssl/apps/s_client.c
@@ -290,6 +290,7 @@ static void sc_usage(void)
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," -verify arg - turn on peer certificate verification\n");
+ BIO_printf(bio_err," -verify_return_error - return verification errors\n");
BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");
BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n");
BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n");
@@ -300,6 +301,7 @@ static void sc_usage(void)
BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n");
BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n");
BIO_printf(bio_err," -pause - sleep(1) after each read(2) and write(2) system call\n");
+ BIO_printf(bio_err," -prexit - print session information even on connection failure\n");
BIO_printf(bio_err," -showcerts - show all certificates in the chain\n");
BIO_printf(bio_err," -debug - extra output\n");
#ifdef WATT32
OpenPOWER on IntegriCloud