[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Wed Jan 20 23:53:10 UTC 2016
The branch OpenSSL_1_0_2-stable has been updated
via 78a140ecb3e443b52b644297e7509e5254ae0933 (commit)
from f73c737c7ac908c5d6407c419769123392a3b0a9 (commit)
- Log -----------------------------------------------------------------
commit 78a140ecb3e443b52b644297e7509e5254ae0933
Author: Rich Salz <rsalz at openssl.org>
Date: Wed Jan 20 18:52:18 2016 -0500
GH issue 572: Error in help message
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/s_client.c | 2 +-
apps/s_server.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/s_client.c b/apps/s_client.c
index f80711f..caf76d3 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -308,7 +308,7 @@ static void sc_usage(void)
" -connect host:port - who to connect to (default is %s:%s)\n",
SSL_HOST_NAME, PORT_STR);
BIO_printf(bio_err,
- " -verify_host host - check peer certificate matches \"host\"\n");
+ " -verify_hostname host - check peer certificate matches \"host\"\n");
BIO_printf(bio_err,
" -verify_email email - check peer certificate matches \"email\"\n");
BIO_printf(bio_err,
diff --git a/apps/s_server.c b/apps/s_server.c
index f19532b..65cbaaf 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -498,7 +498,7 @@ static void sv_usage(void)
BIO_printf(bio_err,
" -accept arg - port to accept on (default is %d)\n", PORT);
BIO_printf(bio_err,
- " -verify_host host - check peer certificate matches \"host\"\n");
+ " -verify_hostname host - check peer certificate matches \"host\"\n");
BIO_printf(bio_err,
" -verify_email email - check peer certificate matches \"email\"\n");
BIO_printf(bio_err,
More information about the openssl-commits
mailing list