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

reject ClientHellos that offer TLS versions older than 1.3 (for Go 1.20) #4129

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

marten-seemann
Copy link
Member

Depends on #4125.

Here's the fix: quic-go/qtls-go1-20@49f389c

For Go 1.21, we'll need the standard library fix for golang/go#63723.

@marten-seemann marten-seemann added this to the v0.40 milestone Oct 25, 2023
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #4129 (bcde53c) into no-0rtt-on-dial (0794d11) will increase coverage by 0.02%.
The diff coverage is n/a.

@@                 Coverage Diff                 @@
##           no-0rtt-on-dial    #4129      +/-   ##
===================================================
+ Coverage            83.73%   83.74%   +0.02%     
===================================================
  Files                  150      150              
  Lines                15429    15429              
===================================================
+ Hits                 12918    12921       +3     
+ Misses                2012     2010       -2     
+ Partials               499      498       -1     

see 1 file with indirect coverage changes

@marten-seemann marten-seemann merged commit 4f52dfd into no-0rtt-on-dial Oct 25, 2023
32 checks passed
@marten-seemann
Copy link
Member Author

I didn't mean to merge this. Will have to recreate.

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

2 participants