X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_CTX_set_client_hello_cb.pod;h=f70b147fc5ecfb10f0dea1c2fa8aeca98b9438f5;hp=74e168dc93ff5c0c79f6e10d78407deb403c9a0a;hb=7674e92324648b59786d86d8e9014bbaed4e6d07;hpb=6fda11ae5a06e28fd9463e5afb60735d074904b3 diff --git a/doc/man3/SSL_CTX_set_client_hello_cb.pod b/doc/man3/SSL_CTX_set_client_hello_cb.pod index 74e168dc93..f70b147fc5 100644 --- a/doc/man3/SSL_CTX_set_client_hello_cb.pod +++ b/doc/man3/SSL_CTX_set_client_hello_cb.pod @@ -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 parameter. A callback may also return a negative value to suspend the handshake, and the handshake @@ -110,7 +110,7 @@ SSL_client_hello_get1_extensions_present() returns 1 on success and 0 on failure =head1 SEE ALSO L, L, -L +L =head1 HISTORY