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

update rustls to latest version #2107

Closed
wants to merge 4 commits into from

Conversation

ibigbug
Copy link
Contributor

@ibigbug ibigbug commented Dec 8, 2023

the ring has been updated to 0.17, however the rustls 0.21 still relies on sct which adds older version of ring to the deps

@@ -50,7 +50,7 @@ dns-over-https-rustls = ["dns-over-https"]
dns-over-https = ["bytes", "h2", "http", "dns-over-rustls", "tokio-runtime"]
dns-over-quic = [
"quinn",
"rustls/quic",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ibigbug ibigbug marked this pull request as draft December 8, 2023 16:41
Copy link
Member

@bluejekyll bluejekyll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. @djc, any reason to wait on this in your opinion?

edit: oops, I spoke too soon, looks like there are some test failures.

@ibigbug
Copy link
Contributor Author

ibigbug commented Dec 9, 2023

looks liek we need this too quinn-rs/quinn#1723 quinn-rs/quinn#1715

@ibigbug
Copy link
Contributor Author

ibigbug commented May 16, 2024

h3-quiin needs an update and quinn-rs/quinn#1783 (comment)

@djc
Copy link
Collaborator

djc commented May 16, 2024

Waiting on hyperium/h3#238.

@aumetra
Copy link

aumetra commented May 20, 2024

New release with quinn v0.11 just landed: https://github.com/hyperium/h3/releases/tag/h3-quinn-v0.0.6

@djc
Copy link
Collaborator

djc commented May 21, 2024

Started afresh in #2217 to try and clean things up a bit.

@ibigbug
Copy link
Contributor Author

ibigbug commented May 22, 2024

closing in favor of #2217

@ibigbug ibigbug closed this May 22, 2024
@ibigbug ibigbug deleted the ibigbug-patch-1 branch May 23, 2024 15:58
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.

None yet

4 participants