Latest update.
This commit is contained in:
@@ -26,7 +26,7 @@ SSL_CTX_set_client_hello_cb, SSL_client_hello_cb_fn, SSL_client_hello_isv2, SSL_
|
||||
SSL_CTX_set_client_hello_cb() sets the callback function, which is automatically
|
||||
called during the early stages of ClientHello processing on the server.
|
||||
The argument supplied when setting the callback is passed back to the
|
||||
callback at runtime. A callback that returns failure (0) will cause the
|
||||
callback at run time. A callback that returns failure (0) will cause the
|
||||
connection to terminate, and callbacks returning failure should indicate
|
||||
what alert value is to be sent in the B<al> parameter. A callback may
|
||||
also return a negative value to suspend the handshake, and the handshake
|
||||
|
||||
Reference in New Issue
Block a user