Lines Matching full:verification
21 - X509 verification parameters
75 a certificate verification operation.
78 it with B<flags>. See L</VERIFICATION FLAGS> for a complete
84 which specifies how verification flags are copied from one structure to
90 X509_VERIFY_PARAM_set_purpose() sets the verification purpose in B<param>
98 X509_VERIFY_PARAM_set_time() sets the verification time in B<param> to
110 X509_VERIFY_PARAM_set_depth() sets the maximum verification depth to B<depth>.
151 certificate verification automatically invokes L<X509_check_host(3)>
157 be suppressed as appropriate when DANE verification is enabled.
197 is specified, certificate verification automatically invokes
206 address is specified, certificate verification automatically invokes
229 X509_VERIFY_PARAM_get_flags() returns the current verification flags.
238 X509_VERIFY_PARAM_get_depth() returns the current verification depth.
243 =head1 VERIFICATION FLAGS
245 The verification flags consists of zero or more of the following flags
259 supported can be performed in the verification callback.
262 certificates and makes the verification strictly apply B<X509> rules.
264 B<X509_V_FLAG_ALLOW_PROXY_CERTS> enables proxy certificate verification.
268 verification callback relating to policy checking.
277 a special status code is set to the verification callback. This permits it
332 is used to specify a verification time, the check is not suppressed.
358 The above functions should be used to manipulate verification parameters
375 Enable CRL checking when performing certificate verification during SSL