Lines Matching refs:policy
44 ASN1_OBJECT *policy);
100 X509_VERIFY_PARAM_add0_policy() enables policy checking (it is disabled
101 by default) and adds B<policy> to the acceptable policy set.
103 X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled
104 by default) and sets the acceptable policy set to B<policies>. Any existing
105 policy set is cleared. The B<policies> parameter can be B<NULL> to clear
106 an existing policy set.
264 B<X509_V_FLAG_POLICY_CHECK> enables certificate policy checking, by default
265 no policy checking is performed. Additional information is sent to the
266 verification callback relating to policy checking.
269 B<X509_V_FLAG_INHIBIT_MAP> set the B<require explicit policy>, B<inhibit any
270 policy> and B<inhibit policy mapping> flags respectively as defined in
274 If B<X509_V_FLAG_NOTIFY_POLICY> is set and the policy checking is successful
276 to examine the valid policy tree and perform additional checks or simply