#! /usr/bin/env perl # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. # # Licensed under the Apache License 2.0 (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy # in the file LICENSE in the source distribution or at # Set some Perl variables for use by util/dofile.pl when processing # POD files (mainly man1). use configdata; # Verify options $OpenSSL::safe::opt_v_synopsis = "" . "[B<-allow_proxy_certs>]\n" . "[B<-attime> I]\n" . "[B<-no_check_time>]\n" . "[B<-check_ss_sig>]\n" . "[B<-crl_check>]\n" . "[B<-crl_check_all>]\n" . "[B<-explicit_policy>]\n" . "[B<-extended_crl>]\n" . "[B<-ignore_critical>]\n" . "[B<-inhibit_any>]\n" . "[B<-inhibit_map>]\n" . "[B<-partial_chain>]\n" . "[B<-policy> I]\n" . "[B<-policy_check>]\n" . "[B<-policy_print>]\n" . "[B<-purpose> I]\n" . "[B<-suiteB_128>]\n" . "[B<-suiteB_128_only>]\n" . "[B<-suiteB_192>]\n" . "[B<-trusted_first>]\n" . "[B<-no_alt_chains>]\n" . "[B<-use_deltas>]\n" . "[B<-auth_level> I]\n" . "[B<-verify_depth> I]\n" . "[B<-verify_email> I]\n" . "[B<-verify_hostname> I]\n" . "[B<-verify_ip> I]\n" . "[B<-verify_name> I]\n" . "[B<-x509_strict>]\n" . "[B<-issuer_checks>]"; $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" . "B<-explicit_policy>, B<-extended_crl>, B<-ignore_critical>, B<-inhibit_any>,\n" . "B<-inhibit_map>, B<-no_alt_chains>, B<-partial_chain>, B<-policy>,\n" . "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> B<-issuer_checks>\n" . "\n" . "Set various options of certificate chain verification.\n" . "See L for details."; # Extended validation options. $OpenSSL::safe::opt_x_synopsis = "" . "[B<-xkey> I]\n" . "[B<-xcert> I]\n" . "[B<-xchain> I]\n" . "[B<-xchain_build> I]\n" . "[B<-xcertform> B|B]>\n" . "[B<-xkeyform> B|B]>"; $OpenSSL::safe::opt_x_item = "" . "=item B<-xkey> I, B<-xcert> I, B<-xchain> I,\n" . "B<-xchain_build> I, B<-xcertform> B|B,\n" . "B<-xkeyform> B|B\n" . "\n" . "Set extended certificate verification options.\n" . "See L for details."; # Name output options $OpenSSL::safe::opt_name_synopsis = "" . "[B<-nameopt> I