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