aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/s_time.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-22 19:43:59 +0100
committerMatt Caswell <matt@openssl.org>2015-09-25 14:49:59 +0100
commit40e2d76becd095c7cb2749ee1b33a7a336c8c17d (patch)
tree784a418e406af79c1f9f390d5daf24131baed111 /doc/apps/s_time.pod
parent2b6bcb702d237171ec5217956a42c8dce031ea51 (diff)
downloadopenssl-40e2d76becd095c7cb2749ee1b33a7a336c8c17d.tar.gz
Document -no-CApath and -no-CAfile
Add documentation to all the appropriate apps for the new -no-CApath and -no-CAfile options. Reviewed-by: Andy Polyakov <appro@openssl.org>
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.