-
Notifications
You must be signed in to change notification settings - Fork 32
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
Tracking issue for rustls 0.21 support #294
Comments
Here are a couple other issues that I think will need to be handled:
I proposed fix patches in the first two issues (but haven't opened a PR since it's an "all or nothing" type thing to get the build green). I think I might be able to make some progress on #297 if that would be helpful. |
Yeah, if you'd like to start in on #297 that would be great! I'll start a rustls-0.21.0 branch to accumulate fixes. |
Here's the initial commit on the rustls-0.21.0 branch. From here let's do pull requests against it. I intended to make this first commit a PR but accidentally pushed straight to it. I've enabled branch protection on it now. |
I made a quick branch on top of The results were promising, only one task of the Windows CMake, Debug configuration job failed for "check static library list":
|
Here's a potential fix: #307 That was the last change required to get the branch passing. |
We're done! 🎉 |
Yay! Thanks for all your work on this. |
[ ] Implement client session storage #293The text was updated successfully, but these errors were encountered: