Lines Matching refs:callback
5 …sent, SSL_client_hello_get_extension_order, SSL_client_hello_get0_ext - callback functions for ear…
28 SSL_CTX_set_client_hello_cb() sets the callback function, which is automatically
30 The argument supplied when setting the callback is passed back to the
31 callback at run time. A callback that returns failure (0) will cause the
33 what alert value is to be sent in the B<al> parameter. A callback may
37 It is the job of the ClientHello callback to store information about the state
39 function, the ClientHello callback will be called again, and, if it returns
89 The ClientHello callback provides a vast window of possibilities for application
90 code to affect the TLS handshake. A primary use of the callback is to
99 It is also recommended that applications utilize a ClientHello callback and
100 not use a servername callback, in order to avoid unexpected behavior that
102 resumption and the historical servername callback.
105 within a ClientHello callback.
109 The application's supplied ClientHello callback returns
135 The SSL ClientHello callback, SSL_client_hello_isv2(),