We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_client_hello_cb.html
This new api replaces the older HostNameCallback.
HostNameCallback
Should support yielding via
A callback may also return a negative value to suspend the handshake, and the handshake function will return immediately.
Thanks to @drwilco for letting me know about this API.
The text was updated successfully, but these errors were encountered:
See also SSL_CTX_set_cert_cb
SSL_CTX_set_cert_cb
Sorry, something went wrong.
No branches or pull requests
https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_client_hello_cb.html
This new api replaces the older
HostNameCallback
.Should support yielding via
Thanks to @drwilco for letting me know about this API.
The text was updated successfully, but these errors were encountered: