From: Kurt Roeckx Date: Sat, 2 Jan 2016 19:42:27 +0000 (+0100) Subject: File is about s_time, not s_client X-Git-Tag: OpenSSL_1_1_0-pre2~84 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1918e01c9f915e2eba31a5e2f86f0a5daa4fafb6 File is about s_time, not s_client Reviewed-by: Dr. Stephen Henson --- diff --git a/doc/apps/s_time.pod b/doc/apps/s_time.pod index 2c244c83c1..06e3b1ea1a 100644 --- a/doc/apps/s_time.pod +++ b/doc/apps/s_time.pod @@ -27,7 +27,7 @@ B B =head1 DESCRIPTION -The B command implements a generic SSL/TLS client which connects to a +The B 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 @@ -135,7 +135,7 @@ and the link speed determine how many connections B can establish. =head1 NOTES -B can be used to measure the performance of an SSL connection. +B 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]