Lines Matching refs:callback
57 SSL_CTX_set_alpn_select_cb() sets the application callback B<cb> used by a
60 the application callback.
62 B<cb> is the application defined callback. The B<in>, B<inlen> parameters are a
71 is called from the application callback B<cb>. The protocol data in B<server>,
78 function can also be used in the NPN callback.
80 SSL_CTX_set_next_proto_select_cb() sets a callback B<cb> that is called when a
82 user-defined pointer argument B<arg> which will be passed to this callback.
83 For the callback itself, B<out>
87 callback can assume that B<in> is syntactically valid. The client must
88 select a protocol. It is fatal to the connection if this callback returns
92 SSL_CTX_set_next_protos_advertised_cb() sets a callback B<cb> that is called
98 reference to it. The callback should return B<SSL_TLSEXT_ERR_OK> if it
112 provided by the callback.
130 The ALPN callback is executed after the servername callback; as that servername
131 callback may update the SSL_CTX, and subsequently, the ALPN callback.
133 If there is no ALPN proposed in the ClientHello, the ALPN callback is not
156 The ALPN select callback B<cb>, must return one of the following:
176 The callback set using SSL_CTX_set_next_proto_select_cb() should return
179 The callback set using SSL_CTX_set_next_protos_advertised_cb() should return