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

rustls alternative ssl feature #315

Closed
DoumanAsh opened this issue Feb 14, 2020 · 3 comments · Fixed by #321
Closed

rustls alternative ssl feature #315

DoumanAsh opened this issue Feb 14, 2020 · 3 comments · Fixed by #321

Comments

@DoumanAsh
Copy link
Contributor

This would be a good alternative on non-linux platforms

@AlexPikalov
Copy link
Owner

@DoumanAsh

You are absolutely right. It would be great to start using native Rust rustls crate.
Do you think you'd like to give it a shot and prepare some PR? Let me know if you need any help with it.

@DoumanAsh
Copy link
Contributor Author

Ok, do you want it as separate feature fom ssl?
Also, do you want ot allow both ssl and rustls to be present at the same time?

@AlexPikalov
Copy link
Owner

I think another feature like native-ssl would be a good point to start. Later on, when the implementation will be stabilised we ca deprecate existing ssl feature based on open-ssl crate in favour of native-ssl based on rustls.

To start the development you can easily check what is included into ssl feature and implement similar structures leveraging rustls.

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

Successfully merging a pull request may close this issue.

2 participants