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 qtls to restrict RSA keys in certificates to <= 8192 bits #4012

Merged
merged 1 commit into from Aug 3, 2023

Conversation

marten-seemann
Copy link
Member

This is a backport of the Go standard library fix that triggered the Go 1.20.7 release. It's only needed for the quic-go version built with Go 1.20, as Go 1.21 uses the standard library crypto/tls.

@mholt Just a heads-up, there will be a v0.37.2 patch release very soon.

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #4012 (61b7ad7) into master (1c47ebe) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4012      +/-   ##
==========================================
+ Coverage   82.80%   82.82%   +0.02%     
==========================================
  Files         147      147              
  Lines       14758    14758              
==========================================
+ Hits        12220    12223       +3     
+ Misses       2036     2033       -3     
  Partials      502      502              

see 1 file with indirect coverage changes

@mholt
Copy link
Contributor

mholt commented Aug 3, 2023

Thanks Marten. I really had to cut a Caddy release yesterday but we will likely cut another one soon-ish, so I'll be sure to include this then.

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