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

Switching to rustls #219

Open
auronandace opened this issue Mar 14, 2023 · 1 comment
Open

Switching to rustls #219

auronandace opened this issue Mar 14, 2023 · 1 comment
Assignees

Comments

@auronandace
Copy link
Contributor

I was just wondering if you had considered using rustls as an alternative to rust-native-tls?

Here is their project: https://github.com/rustls/rustls

Not sure what your thoughts are regarding how pure-rust you want the project to be. Thought I'd offer this as a suggestion if you want less non-rust dependencies in your project.

Feel free to close this if you feel it does not add any value. Thanks for your project and your time and effort.

@jansc
Copy link
Owner

jansc commented Mar 16, 2023

Thanks for the feedback! rustls would be nice, because it supports TLS 1.3 whereas rust-native-tls only supports up to TLS 1.2. I've look into this earlier, but at that time something I needed was not supported by native-tls, can't remember what it was. I'll look into this once again, it's on my list!

@jansc jansc self-assigned this Dec 3, 2023
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

2 participants