Lines Matching refs:callback
21 - get and set X509_STORE_CTX components such as verification callback
55 X509_STORE_CTX_set_verify_cb() sets the verification callback of B<ctx> to
56 B<verify_cb> overwriting any existing callback.
58 The verification callback can be used to customise the operation of certificate
62 However, a verification callback is B<not> essential and the default operation
65 The B<ok> parameter to the callback indicates the value the callback should
71 The B<ctx> parameter to the callback is the B<X509_STORE_CTX> structure that
72 is performing the verification operation. A callback can examine this
75 be passed to the callback via the B<ex_data> mechanism.
77 X509_STORE_CTX_print_verify_cb() is a verification callback function that,
83 X509_STORE_CTX_get_verify_cb() returns the value of the current callback
103 X509_STORE_CTX_get_crl_fn. The X509_STORE_CTX_get_crl_fn callback must
109 In general a verification callback should B<NOT> unconditionally return 1 in
117 The verification callback can be set and inherited from the parent structure
120 only way to set a custom verification callback is by inheriting it from the
129 Default callback operation:
161 Full featured logging callback. In this case the B<bio_err> is assumed to be