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
Is this possible? If yes, what I need to consider while doing this? Thank you in advance.
The text was updated successfully, but these errors were encountered:
I don't understand the question. rust-openssl and rustls are separate TLS implementations that don't interact.
Sorry, something went wrong.
Sorry,I mean to say. Is it possible to use TLS from rustls and cryptoprovider from rust-openssl binding ?
What happens when you try?
Yes, it's possible. I made a rustls crypto provider that uses rust-openssl at https://github.com/tofay/rustls-openssl.
The main thing missing was TLS PRF API, for which I raised #2329
No branches or pull requests
Is this possible?
If yes, what I need to consider while doing this?
Thank you in advance.
The text was updated successfully, but these errors were encountered: