Lines Matching full:checking
103 policy checking.
105 X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled
248 B<X509_V_FLAG_CRL_CHECK> enables CRL checking for the certificate chain leaf
251 B<X509_V_FLAG_CRL_CHECK_ALL> enables CRL checking for the entire certificate
254 B<X509_V_FLAG_IGNORE_CRITICAL> disables critical extension checking. By default
266 B<X509_V_FLAG_POLICY_CHECK> enables certificate policy checking, by default
267 no policy checking is performed. Additional information is sent to the
268 verification callback relating to policy checking.
273 B<RFC3280>. Policy checking is automatically enabled if any of these flags
276 If B<X509_V_FLAG_NOTIFY_POLICY> is set and the policy checking is successful
288 B<X509_V_FLAG_CHECK_SS_SIGNATURE> requests checking the signature of
294 check the signature anyway. A side effect of not checking the self-signature
308 to suppress checking for alternative chains.
330 The B<X509_V_FLAG_NO_CHECK_TIME> flag suppresses checking the validity period
365 Delta CRL checking is currently primitive. Only a single delta can be used and
369 If CRLs checking is enable CRLs are expected to be available in the
375 Enable CRL checking when performing certificate verification during SSL
405 enabling policy checking however the implementation has never done this.