aboutsummaryrefslogtreecommitdiff
path: root/doc/apps
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-25 12:34:38 +0100
committerMatt Caswell <matt@openssl.org>2015-07-07 21:57:11 +0100
commit79a55b1f2796bf6471360e8b6ab131cdedca256e (patch)
tree5a262ba2e21fb826305d524003de50baf83fe6c5 /doc/apps
parentaae41f8c54257d9fa6904d3a9aa09c5db6cefd0d (diff)
downloadopenssl-79a55b1f2796bf6471360e8b6ab131cdedca256e.zip
openssl-79a55b1f2796bf6471360e8b6ab131cdedca256e.tar.gz
openssl-79a55b1f2796bf6471360e8b6ab131cdedca256e.tar.bz2
Add documentation for some missing verify options
Fills in a couple of verify options that were lacking documentation. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/verify.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index 9407fae..242b9ee 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -12,6 +12,7 @@ B<openssl> B<verify>
[B<-attime timestamp>]
[B<-check_ss_sig>]
[B<-CRLfile file>]
+[B<-crl_download>]
[B<-crl_check>]
[B<-crl_check_all>]
[B<-explicit_policy>]
@@ -32,6 +33,7 @@ B<openssl> B<verify>
[B<-trusted_first>]
[B<-no_alt_chains>]
[B<-untrusted file>]
+[B<-trusted file>]
[B<-use_deltas>]
[B<-verbose>]
[B<-verify_depth num>]
@@ -80,6 +82,10 @@ because it doesn't add any security.
File containing one or more CRL's (in PEM format) to load.
+=item B<-crl_download>
+
+Attempt to download CRL information for this certificate.
+
=item B<-crl_check>
Checks end entity certificate validity by attempting to look up a valid CRL.
@@ -178,6 +184,11 @@ behaviour to match that of OpenSSL versions prior to 1.1.0.
A file of untrusted certificates. The file should contain multiple certificates
in PEM format concatenated together.
+=item B<-trusted file>
+
+A file of additional trusted certificates. The file should contain multiple
+certificates in PEM format concatenated together.
+
=item B<-use_deltas>
Enable support for delta CRLs.