summaryrefslogtreecommitdiffstats
path: root/doc/apps/s_time.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/s_time.pod')
-rw-r--r--doc/apps/s_time.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/apps/s_time.pod b/doc/apps/s_time.pod
index 50ac0e09fa..2c244c83c1 100644
--- a/doc/apps/s_time.pod
+++ b/doc/apps/s_time.pod
@@ -14,6 +14,8 @@ B<openssl> B<s_time>
[B<-key filename>]
[B<-CApath directory>]
[B<-CAfile filename>]
+[B<-no-CAfile>]
+[B<-no-CApath>]
[B<-reuse>]
[B<-new>]
[B<-verify depth>]
@@ -75,6 +77,14 @@ also used when building the client certificate chain.
A file containing trusted certificates to use during server authentication
and to use when attempting to build the client certificate chain.
+=item B<-no-CAfile>
+
+Do not load the trusted CA certificates from the default file location
+
+=item B<-no-CApath>
+
+Do not load the trusted CA certificates from the default directory location
+
=item B<-new>
performs the timing test using a new session ID for each connection.