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

Use hyper-rustls instead of hyper-tls #5

Merged
merged 4 commits into from
Nov 10, 2020
Merged

Use hyper-rustls instead of hyper-tls #5

merged 4 commits into from
Nov 10, 2020

Conversation

djc
Copy link
Owner

@djc djc commented Nov 9, 2020

Since this project already depends on rustls for other things, I think it
makes sense to use it for the actual TLS connections, too. This also helps
when building containers, since you don't have to deal with the openssl build.

Since this project already depends on rustls for other things, I think it
makes sense to use it for the actual TLS connections, too. This also helps
when building containers, since you don't have to deal with the openssl build.
@hrvolapeter
Copy link
Collaborator

Thank you for the contribution @djc and for bringing your knowledge about TLS

@hrvolapeter hrvolapeter merged commit 38b93b0 into djc:master Nov 10, 2020
@hrvolapeter
Copy link
Collaborator

Available in v1.0.7

@djc
Copy link
Owner Author

djc commented Nov 10, 2020

Thanks for writing this code! It's a very nicely minimal API which achieves exactly what I was looking for.

simon-4242 pushed a commit to juicebox-systems/gcp_auth that referenced this pull request Apr 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants