summaryrefslogtreecommitdiffstats
path: root/doc/apps/ocsp.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-27 11:15:15 +0000
committerMatt Caswell <matt@openssl.org>2015-02-25 09:15:10 +0000
commitfa7b01115bc33d9b40936688bb3c952dc93b645a (patch)
treec9543477cbbba73f0ce84a3c190279e7a2bfb7c0 /doc/apps/ocsp.pod
parent25690b7f5f3d78a52c1377b823b40c6a0e12022b (diff)
Add documentation for the -no_alt_chains option for various apps, as well as
the X509_V_FLAG_NO_ALT_CHAINS flag. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'doc/apps/ocsp.pod')
-rw-r--r--doc/apps/ocsp.pod13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod
index b32086cd2a..d5565c9361 100644
--- a/doc/apps/ocsp.pod
+++ b/doc/apps/ocsp.pod
@@ -48,6 +48,7 @@ B<openssl> B<ocsp>
[B<-suiteB_128_only>]
[B<-suiteB_192>]
[B<-trusted_first>]
+[B<-no_alt_chains>]
[B<-use_deltas>]
[B<-verify_depth num>]
[B<-verify_email email>]
@@ -173,9 +174,9 @@ the signature on the OCSP response.
B<explicit_policy>, B<-extended_crl>, B<-ignore_critical>, B<-inhibit_any>,
B<-inhibit_map>, B<-issuer_checks>, B<-partial_chain>, B<-policy>,
B<-policy_check>, B<-policy_print>, B<-purpose>, B<-suiteB_128>,
-B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>,
-B<-verify_depth>, B<-verify_email>, B<-verify_hostname>, B<-verify_ip>,
-B<-verify_name>, B<-x509_strict>
+B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-no_alt_chains>,
+B<-use_deltas>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
+B<-verify_ip>, B<-verify_name>, B<-x509_strict>
Set different certificate verification options.
See L<B<verify>|verify(1)> manual page for details.
@@ -416,3 +417,9 @@ second file.
openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
-reqin req.der -respout resp.der
+
+=head1 HISTORY
+
+The -no_alt_chains options was first added to OpenSSL 1.1.0.
+
+=cut