Skip to content

Fails to build on systems with OpenSSL 1.1.1 #189

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

Closed
Fanael opened this issue Sep 19, 2018 · 3 comments
Closed

Fails to build on systems with OpenSSL 1.1.1 #189

Fanael opened this issue Sep 19, 2018 · 3 comments

Comments

@Fanael
Copy link

Fanael commented Sep 19, 2018

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.

@vi
Copy link
Member

vi commented Sep 21, 2018

It would be good it rust-websocket also supported native (non-C) crypto like rustls.

@hweom
Copy link

hweom commented Sep 23, 2018

Looks like there is a pull request already?
/pull/186

@artursapek
Copy link

It looks like master now uses native-tls = { version = "0.2.1", optional = true }. @Fanael maybe you can close this issue?

I strongly agree with @vi about adding rustls support. It would make it easier to cross-compile code that uses this library.

@Fanael Fanael closed this as completed Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants