[openssl-commits] [openssl] OpenSSL_1_0_1-stable update
Kurt Roeckx
kurt at openssl.org
Sun Jan 10 12:14:56 UTC 2016
The branch OpenSSL_1_0_1-stable has been updated
via ff9cef026633798801780c43a88093a297f0ca32 (commit)
from 737d57d0725551e473d4da176c3c431f1f9d36df (commit)
- Log -----------------------------------------------------------------
commit ff9cef026633798801780c43a88093a297f0ca32
Author: Kurt Roeckx <kurt at roeckx.be>
Date: Sat Jan 2 20:42:27 2016 +0100
File is about s_time, not s_client
Reviewed-by: Dr. Stephen Henson <steve at openssl.org>
(cherry picked from commit 1918e01c9f915e2eba31a5e2f86f0a5daa4fafb6)
-----------------------------------------------------------------------
Summary of changes:
doc/apps/s_time.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/apps/s_time.pod b/doc/apps/s_time.pod
index 5a38aa2..9082d87 100644
--- a/doc/apps/s_time.pod
+++ b/doc/apps/s_time.pod
@@ -26,7 +26,7 @@ B<openssl> B<s_time>
=head1 DESCRIPTION
-The B<s_client> command implements a generic SSL/TLS client which connects to a
+The B<s_time> command implements a generic SSL/TLS client which connects to a
remote host using SSL/TLS. It can request a page from the server and includes
the time to transfer the payload data in its timing measurements. It measures
the number of connections within a given timeframe, the amount of data
@@ -127,7 +127,7 @@ and the link speed determine how many connections B<s_time> can establish.
=head1 NOTES
-B<s_client> can be used to measure the performance of an SSL connection.
+B<s_time> can be used to measure the performance of an SSL connection.
To connect to an SSL HTTP server and get the default page the command
openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commoncipher [-ssl3]
More information about the openssl-commits
mailing list