From 9cde81c2ddfcb3dfdd1001a21429892ce154deef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 8 Jan 2004 07:39:33 +0000 Subject: [PATCH] Updates to s_time manual page PR: #570 Submitted by: Martin Witzel --- doc/apps/s_time.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/apps/s_time.pod b/doc/apps/s_time.pod index a7e3c3e5bc..5a38aa2e03 100644 --- a/doc/apps/s_time.pod +++ b/doc/apps/s_time.pod @@ -117,6 +117,12 @@ the server determines which cipher suite is used it should take the first supported cipher in the list sent by the client. See the L command for more information. +=item B<-time length> + +specifies how long (in seconds) B should establish connections and +optionally transfer payload data from a server. Server and client performance +and the link speed determine how many connections B can establish. + =back =head1 NOTES @@ -127,7 +133,7 @@ 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] would typically be used (https uses port 443). 'commoncipher' is a cipher to -which both client and server can agree, see the L command +which both client and server can agree, see the L command for details. If the handshake fails then there are several possible causes, if it is -- 2.25.1