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

handshake: set MinVersion on the Config returned by GetConfigForClient #4134

Merged
merged 1 commit into from Oct 27, 2023

Conversation

marten-seemann
Copy link
Member

Depends on #4133. Fixes #4131.

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #4134 (24f5f52) into master (d309060) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4134      +/-   ##
==========================================
+ Coverage   83.75%   83.77%   +0.02%     
==========================================
  Files         150      150              
  Lines       15430    15432       +2     
==========================================
+ Hits        12922    12927       +5     
+ Misses       2010     2007       -3     
  Partials      498      498              
Files Coverage Δ
internal/handshake/crypto_setup.go 58.44% <100.00%> (+0.18%) ⬆️

... and 1 file with indirect coverage changes

@marten-seemann marten-seemann changed the base branch from dont-modify-getconfigforclient-config to master October 27, 2023 05:22
@marten-seemann marten-seemann merged commit ef800d6 into master Oct 27, 2023
34 checks passed
@marten-seemann marten-seemann deleted the getconfigforclient-minversion branch October 27, 2023 05:36
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.

missing tls.Config.MinVersion on configs returned by GetConfigForClient
2 participants