summaryrefslogtreecommitdiffstats
path: root/doc/perlvars.pm
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-01-24 13:32:34 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-01-29 18:42:31 +0100
commit68581885cba2a64c47bae7fdd8674be852d0c74c (patch)
tree4a33f7833846d01199653abe23b5e1bcde8fd1e3 /doc/perlvars.pm
parent65718c516ec69ff2314d12c7ce57b242ccc3021d (diff)
Add -issuer_checks to verify options
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10873)
Diffstat (limited to 'doc/perlvars.pm')
-rw-r--r--doc/perlvars.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/perlvars.pm b/doc/perlvars.pm
index b2047bdca0..c20f4aedaa 100644
--- a/doc/perlvars.pm
+++ b/doc/perlvars.pm
@@ -38,7 +38,8 @@ $OpenSSL::safe::opt_v_synopsis = ""
. "[B<-verify_hostname> I<hostname>]\n"
. "[B<-verify_ip> I<ip>]\n"
. "[B<-verify_name> I<name>]\n"
-. "[B<-x509_strict>]\n";
+. "[B<-x509_strict>]\n"
+. "[B<-issuer_checks>]\n";
$OpenSSL::safe::opt_v_item = ""
. "=item B<-allow_proxy_certs>, B<-attime>, B<-no_check_time>,\n"
. "B<-check_ss_sig>, B<-crl_check>, B<-crl_check_all>,\n"
@@ -47,7 +48,7 @@ $OpenSSL::safe::opt_v_item = ""
. "B<-policy_check>, B<-policy_print>, B<-purpose>, B<-suiteB_128>,\n"
. "B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>,\n"
. "B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,\n"
-. "B<-verify_ip>, B<-verify_name>, B<-x509_strict>\n"
+. "B<-verify_ip>, B<-verify_name>, B<-x509_strict> B<-issuer_checks>\n"
. "\n"
. "Set various options of certificate chain verification.\n"
. "See L<openssl(1)/Verification Options> for details.";