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

Passing vendored feature to native-tls #118

Closed
TJRoh01 opened this issue May 2, 2020 · 1 comment
Closed

Passing vendored feature to native-tls #118

TJRoh01 opened this issue May 2, 2020 · 1 comment

Comments

@TJRoh01
Copy link

TJRoh01 commented May 2, 2020

It is sometimes necessary to statically link OpenSSL when compiling which is achieved by activating the "venodred" feature in the openssl crate. For this reason native-tls, that you use as a dependency, also has this feature that it simply passes to openssl when compiling.

I would really appreciate it if you could add similar functionality in tungstenite.

0cv pushed a commit to 0cv/tungstenite-rs that referenced this issue Jun 17, 2020
Solving snapview#118 by using `features= ["tls-vendored"]` in the toml file
@daniel-abramov
Copy link
Member

Seems to be solved now.

a-miyashita pushed a commit to givery-technology/tungstenite-rs that referenced this issue Jul 20, 2023
Solving snapview#118 by using `features= ["tls-vendored"]` in the toml file
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

2 participants