Skip to content
New issue

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

Bind SSL_CTX_set_client_hello_cb #113

Open
daurnimator opened this issue Oct 27, 2017 · 1 comment
Open

Bind SSL_CTX_set_client_hello_cb #113

daurnimator opened this issue Oct 27, 2017 · 1 comment

Comments

@daurnimator
Copy link
Collaborator

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

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.

@daurnimator
Copy link
Collaborator Author

See also SSL_CTX_set_cert_cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant