$21 GRAYBYTE WORDPRESS FILE MANAGER $45

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/cpanel/ea-openssl11/share/doc/openssl/html/man1/

HOME
Current File : /opt/cpanel/ea-openssl11/share/doc/openssl/html/man1//s_time.html
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>s_time</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body>



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#OPTIONS">OPTIONS</a></li>
  <li><a href="#NOTES">NOTES</a></li>
  <li><a href="#BUGS">BUGS</a></li>
  <li><a href="#SEE-ALSO">SEE ALSO</a></li>
  <li><a href="#COPYRIGHT">COPYRIGHT</a></li>
</ul>

<h1 id="NAME">NAME</h1>

<p>openssl-s_time, s_time - SSL/TLS performance timing program</p>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<p><b>openssl</b> <b>s_time</b> [<b>-help</b>] [<b>-connect host:port</b>] [<b>-www page</b>] [<b>-cert filename</b>] [<b>-key filename</b>] [<b>-CApath directory</b>] [<b>-CAfile filename</b>] [<b>-no-CAfile</b>] [<b>-no-CApath</b>] [<b>-reuse</b>] [<b>-new</b>] [<b>-verify depth</b>] [<b>-nameopt option</b>] [<b>-time seconds</b>] [<b>-ssl3</b>] [<b>-bugs</b>] [<b>-cipher cipherlist</b>] [<b>-ciphersuites val</b>]</p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>The <b>s_time</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 transferred (if any), and calculates the average time spent for one connection.</p>

<h1 id="OPTIONS">OPTIONS</h1>

<dl>

<dt id="help"><b>-help</b></dt>
<dd>

<p>Print out a usage message.</p>

</dd>
<dt id="connect-host:port"><b>-connect host:port</b></dt>
<dd>

<p>This specifies the host and optional port to connect to.</p>

</dd>
<dt id="www-page"><b>-www page</b></dt>
<dd>

<p>This specifies the page to GET from the server. A value of &#39;/&#39; gets the index.htm[l] page. If this parameter is not specified, then <b>s_time</b> will only perform the handshake to establish SSL connections but not transfer any payload data.</p>

</dd>
<dt id="cert-certname"><b>-cert certname</b></dt>
<dd>

<p>The certificate to use, if one is requested by the server. The default is not to use a certificate. The file is in PEM format.</p>

</dd>
<dt id="key-keyfile"><b>-key keyfile</b></dt>
<dd>

<p>The private key to use. If not specified then the certificate file will be used. The file is in PEM format.</p>

</dd>
<dt id="verify-depth"><b>-verify depth</b></dt>
<dd>

<p>The verify depth to use. This specifies the maximum length of the server certificate chain and turns on server certificate verification. Currently the verify operation continues after errors so all the problems with a certificate chain can be seen. As a side effect the connection will never fail due to a server certificate verify failure.</p>

</dd>
<dt id="nameopt-option"><b>-nameopt option</b></dt>
<dd>

<p>Option which determines how the subject or issuer names are displayed. The <b>option</b> argument can be a single option or multiple options separated by commas. Alternatively the <b>-nameopt</b> switch may be used more than once to set multiple options. See the <a href="../man1/x509.html">x509(1)</a> manual page for details.</p>

</dd>
<dt id="CApath-directory"><b>-CApath directory</b></dt>
<dd>

<p>The directory to use for server certificate verification. This directory must be in &quot;hash format&quot;, see <b>verify</b> for more information. These are also used when building the client certificate chain.</p>

</dd>
<dt id="CAfile-file"><b>-CAfile file</b></dt>
<dd>

<p>A file containing trusted certificates to use during server authentication and to use when attempting to build the client certificate chain.</p>

</dd>
<dt id="no-CAfile"><b>-no-CAfile</b></dt>
<dd>

<p>Do not load the trusted CA certificates from the default file location</p>

</dd>
<dt id="no-CApath"><b>-no-CApath</b></dt>
<dd>

<p>Do not load the trusted CA certificates from the default directory location</p>

</dd>
<dt id="new"><b>-new</b></dt>
<dd>

<p>Performs the timing test using a new session ID for each connection. If neither <b>-new</b> nor <b>-reuse</b> are specified, they are both on by default and executed in sequence.</p>

</dd>
<dt id="reuse"><b>-reuse</b></dt>
<dd>

<p>Performs the timing test using the same session ID; this can be used as a test that session caching is working. If neither <b>-new</b> nor <b>-reuse</b> are specified, they are both on by default and executed in sequence.</p>

</dd>
<dt id="ssl3"><b>-ssl3</b></dt>
<dd>

<p>This option disables the use of SSL version 3. By default the initial handshake uses a method which should be compatible with all servers and permit them to use SSL v3 or TLS as appropriate.</p>

<p>The timing program is not as rich in options to turn protocols on and off as the <a href="../man1/s_client.html">s_client(1)</a> program and may not connect to all servers. Unfortunately there are a lot of ancient and broken servers in use which cannot handle this technique and will fail to connect. Some servers only work if TLS is turned off with the <b>-ssl3</b> option.</p>

<p>Note that this option may not be available, depending on how OpenSSL was built.</p>

</dd>
<dt id="bugs"><b>-bugs</b></dt>
<dd>

<p>There are several known bugs in SSL and TLS implementations. Adding this option enables various workarounds.</p>

</dd>
<dt id="cipher-cipherlist"><b>-cipher cipherlist</b></dt>
<dd>

<p>This allows the TLSv1.2 and below cipher list sent by the client to be modified. This list will be combined with any TLSv1.3 ciphersuites that have been configured. Although the server determines which cipher suite is used it should take the first supported cipher in the list sent by the client. See <a href="../man1/ciphers.html">ciphers(1)</a> for more information.</p>

</dd>
<dt id="ciphersuites-val"><b>-ciphersuites val</b></dt>
<dd>

<p>This allows the TLSv1.3 ciphersuites sent by the client to be modified. This list will be combined with any TLSv1.2 and below ciphersuites that have been configured. Although the server determines which cipher suite is used it should take the first supported cipher in the list sent by the client. See <a href="../man1/ciphers.html">ciphers(1)</a> for more information. The format for this list is a simple colon (&quot;:&quot;) separated list of TLSv1.3 ciphersuite names.</p>

</dd>
<dt id="time-length"><b>-time length</b></dt>
<dd>

<p>Specifies how long (in seconds) <b>s_time</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>s_time</b> can establish.</p>

</dd>
</dl>

<h1 id="NOTES">NOTES</h1>

<p><b>s_time</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</p>

<pre><code> openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commoncipher [-ssl3]</code></pre>

<p>would typically be used (https uses port 443). &#39;commoncipher&#39; is a cipher to which both client and server can agree, see the <a href="../man1/ciphers.html">ciphers(1)</a> command for details.</p>

<p>If the handshake fails then there are several possible causes, if it is nothing obvious like no client certificate then the <b>-bugs</b> and <b>-ssl3</b> options can be tried in case it is a buggy server. In particular you should play with these options <b>before</b> submitting a bug report to an OpenSSL mailing list.</p>

<p>A frequent problem when attempting to get client certificates working is that a web client complains it has no certificates or gives an empty list to choose from. This is normally because the server is not sending the clients certificate authority in its &quot;acceptable CA list&quot; when it requests a certificate. By using <a href="../man1/s_client.html">s_client(1)</a> the CA list can be viewed and checked. However, some servers only request client authentication after a specific URL is requested. To obtain the list in this case it is necessary to use the <b>-prexit</b> option of <a href="../man1/s_client.html">s_client(1)</a> and send an HTTP request for an appropriate page.</p>

<p>If a certificate is specified on the command line using the <b>-cert</b> option it will not be used unless the server specifically requests a client certificate. Therefore, merely including a client certificate on the command line is no guarantee that the certificate works.</p>

<h1 id="BUGS">BUGS</h1>

<p>Because this program does not have all the options of the <a href="../man1/s_client.html">s_client(1)</a> program to turn protocols on and off, you may not be able to measure the performance of all protocols with all servers.</p>

<p>The <b>-verify</b> option should really exit if the server verification fails.</p>

<h1 id="SEE-ALSO">SEE ALSO</h1>

<p><a href="../man1/s_client.html">s_client(1)</a>, <a href="../man1/s_server.html">s_server(1)</a>, <a href="../man1/ciphers.html">ciphers(1)</a></p>

<h1 id="COPYRIGHT">COPYRIGHT</h1>

<p>Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.</p>

<p>Licensed under the OpenSSL license (the &quot;License&quot;). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <a href="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</a>.</p>


</body>

</html>




Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 8.38 PM
root / root
0755
CA.pl.html
9.313 KB
4 Dec 2023 4.34 PM
root / root
0644
asn1parse.html
8.19 KB
4 Dec 2023 4.34 PM
root / root
0644
c_rehash.html
5.646 KB
4 Dec 2023 4.34 PM
root / root
0644
ca.html
30.877 KB
4 Dec 2023 4.34 PM
root / root
0644
ciphers.html
35.075 KB
4 Dec 2023 4.34 PM
root / root
0644
cms.html
29.813 KB
4 Dec 2023 4.34 PM
root / root
0644
crl.html
4.668 KB
4 Dec 2023 4.34 PM
root / root
0644
crl2pkcs7.html
4.177 KB
4 Dec 2023 4.34 PM
root / root
0644
dgst.html
8.785 KB
4 Dec 2023 4.34 PM
root / root
0644
dhparam.html
6.182 KB
4 Dec 2023 4.34 PM
root / root
0644
dsa.html
7.002 KB
4 Dec 2023 4.34 PM
root / root
0644
dsaparam.html
4.873 KB
4 Dec 2023 4.34 PM
root / root
0644
ec.html
7.849 KB
4 Dec 2023 4.34 PM
root / root
0644
ecparam.html
7.1 KB
4 Dec 2023 4.34 PM
root / root
0644
enc.html
16.571 KB
4 Dec 2023 4.34 PM
root / root
0644
engine.html
4.234 KB
4 Dec 2023 4.34 PM
root / root
0644
errstr.html
1.853 KB
4 Dec 2023 4.34 PM
root / root
0644
gendsa.html
4.001 KB
4 Dec 2023 4.34 PM
root / root
0644
genpkey.html
13.752 KB
4 Dec 2023 4.34 PM
root / root
0644
genrsa.html
5.12 KB
4 Dec 2023 4.34 PM
root / root
0644
list.html
3.373 KB
4 Dec 2023 4.34 PM
root / root
0644
nseq.html
3.231 KB
4 Dec 2023 4.34 PM
root / root
0644
ocsp.html
20.826 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-asn1parse.html
8.19 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-c_rehash.html
5.646 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-ca.html
30.877 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-ciphers.html
35.075 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-cms.html
29.813 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-crl.html
4.668 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-crl2pkcs7.html
4.177 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-dgst.html
8.785 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-dhparam.html
6.182 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-dsa.html
7.002 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-dsaparam.html
4.873 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-ec.html
7.849 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-ecparam.html
7.1 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-enc.html
16.571 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-engine.html
4.234 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-errstr.html
1.853 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-gendsa.html
4.001 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-genpkey.html
13.752 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-genrsa.html
5.12 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-list.html
3.373 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-nseq.html
3.231 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-ocsp.html
20.826 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-passwd.html
4.226 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-pkcs12.html
15.472 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-pkcs7.html
4.182 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-pkcs8.html
13.173 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-pkey.html
6.16 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-pkeyparam.html
3.353 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-pkeyutl.html
13.781 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-prime.html
2.274 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-rand.html
3.831 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-rehash.html
5.646 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-req.html
28.049 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-rsa.html
7.71 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-rsautl.html
7.825 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-s_client.html
34.622 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-s_server.html
32.674 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-s_time.html
9.467 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-sess_id.html
5.953 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-smime.html
20.694 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-speed.html
3.933 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-spkac.html
5.588 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-srp.html
2.66 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-storeutl.html
4.597 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-ts.html
26.558 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-tsget.html
8.245 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-verify.html
31.808 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-version.html
2.311 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl-x509.html
36.496 KB
4 Dec 2023 4.34 PM
root / root
0644
openssl.html
20.977 KB
4 Dec 2023 4.34 PM
root / root
0644
passwd.html
4.226 KB
4 Dec 2023 4.34 PM
root / root
0644
pkcs12.html
15.472 KB
4 Dec 2023 4.34 PM
root / root
0644
pkcs7.html
4.182 KB
4 Dec 2023 4.34 PM
root / root
0644
pkcs8.html
13.173 KB
4 Dec 2023 4.34 PM
root / root
0644
pkey.html
6.16 KB
4 Dec 2023 4.34 PM
root / root
0644
pkeyparam.html
3.353 KB
4 Dec 2023 4.34 PM
root / root
0644
pkeyutl.html
13.781 KB
4 Dec 2023 4.34 PM
root / root
0644
prime.html
2.274 KB
4 Dec 2023 4.34 PM
root / root
0644
rand.html
3.831 KB
4 Dec 2023 4.34 PM
root / root
0644
rehash.html
5.646 KB
4 Dec 2023 4.34 PM
root / root
0644
req.html
28.049 KB
4 Dec 2023 4.34 PM
root / root
0644
rsa.html
7.71 KB
4 Dec 2023 4.34 PM
root / root
0644
rsautl.html
7.825 KB
4 Dec 2023 4.34 PM
root / root
0644
s_client.html
34.622 KB
4 Dec 2023 4.34 PM
root / root
0644
s_server.html
32.674 KB
4 Dec 2023 4.34 PM
root / root
0644
s_time.html
9.467 KB
4 Dec 2023 4.34 PM
root / root
0644
sess_id.html
5.953 KB
4 Dec 2023 4.34 PM
root / root
0644
smime.html
20.694 KB
4 Dec 2023 4.34 PM
root / root
0644
speed.html
3.933 KB
4 Dec 2023 4.34 PM
root / root
0644
spkac.html
5.588 KB
4 Dec 2023 4.34 PM
root / root
0644
srp.html
2.66 KB
4 Dec 2023 4.34 PM
root / root
0644
storeutl.html
4.597 KB
4 Dec 2023 4.34 PM
root / root
0644
ts.html
26.558 KB
4 Dec 2023 4.34 PM
root / root
0644
tsget.html
8.245 KB
4 Dec 2023 4.34 PM
root / root
0644
verify.html
31.808 KB
4 Dec 2023 4.34 PM
root / root
0644
version.html
2.311 KB
4 Dec 2023 4.34 PM
root / root
0644
x509.html
36.496 KB
4 Dec 2023 4.34 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF