Lines Matching refs:callback
5 SSL_CTX_set_cert_cb, SSL_set_cert_cb - handle certificate callback function
17 SSL_CTX_set_cert_cb() and SSL_set_cert_cb() sets the I<cert_cb> callback,
18 I<arg> value is pointer which is passed to the application callback.
20 When I<cert_cb> is NULL, no callback function is used.
22 I<cert_cb> is the application defined callback. It is called before a
23 certificate will be used by a client or server. The callback can then inspect
25 the callback is successful it B<MUST> return 1 even if no certificates have
45 The certificate callback functionality supersedes the (largely broken)
46 functionality provided by the old client certificate callback interface.
47 It is B<always> called even is a certificate is already set so the callback
50 A more advanced callback might examine the handshake parameters and set
57 by the callback. So if an EC chain is set for a curve the client does not