Lines Matching refs:function

127 The callback assigned with this function becomes a default for the one
131 X509_STORE_set_verify() sets the final chain verification function for
138 I<If no chain verification function is provided, the internal default
139 function will be used instead.>
143 and is accepted by the I<check_issued> function in I<ctx>.
146 If the function returns 1 the caller is responsible for freeing I<*issuer>.
149 X509_STORE_set_get_issuer() sets the function I<get_issuer> that is used
157 X509_STORE_set_check_issued() sets the function to check that a given
159 This function must return 0 on failure (among others if I<x> hasn't
161 I<If no function to get the issuer is provided, the internal default
162 function will be used instead.>
165 function.
169 I<If no function to get the issuer is provided, the internal default
170 function will be used instead.>
172 X509_STORE_set_get_crl() sets the function to get the crl for a given
175 This function must return 0 on failure and 1 on success.
176 I<If no function to get the issuer is provided, the internal default
177 function will be used instead.>
179 X509_STORE_set_check_crl() sets the function to check the validity of
181 This function must return 0 on failure and 1 on success.
182 I<If no function to get the issuer is provided, the internal default
183 function will be used instead.>
185 X509_STORE_set_cert_crl() sets the function to check the revocation
187 This function must return 0 on failure and 1 on success.
188 I<If no function to get the issuer is provided, the internal default
189 function will be used instead.>
191 X509_STORE_set_check_policy() sets the function to check the policies
193 This function must return 0 on failure and 1 on success.
194 I<If no function to get the issuer is provided, the internal default
195 function will be used instead.>
203 I<If no function to get the issuer is provided, the internal default
204 function will be used instead.>
206 X509_STORE_set_cleanup() sets the final cleanup function, which is
208 This function doesn't return any value.
209 I<If no function to get the issuer is provided, the internal default
210 function will be used instead.>
219 the function pointer assigned with X509_STORE_set_check_issued(),
240 The macro version of this function was the only one available before
248 function type.
261 The X509_STORE_set_verify_cb() function was added in OpenSSL 1.0.0.