We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
See sfackler/rust-openssl#994.
rust-websocket pulls in native-tls 0.1, which depends on an old version of openssl that doesn't build on systems with OpenSSL 1.1.1.
The text was updated successfully, but these errors were encountered:
It would be good it rust-websocket also supported native (non-C) crypto like rustls.
Sorry, something went wrong.
Looks like there is a pull request already? /pull/186
It looks like master now uses native-tls = { version = "0.2.1", optional = true }. @Fanael maybe you can close this issue?
native-tls = { version = "0.2.1", optional = true }
I strongly agree with @vi about adding rustls support. It would make it easier to cross-compile code that uses this library.
No branches or pull requests
See sfackler/rust-openssl#994.
rust-websocket pulls in native-tls 0.1, which depends on an old version of openssl that doesn't build on systems with OpenSSL 1.1.1.
The text was updated successfully, but these errors were encountered: