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

crypto/tls: add GODEBUG to control max RSA key size [1.19 backport] #61968

Closed
rolandshoemaker opened this issue Aug 11, 2023 · 2 comments
Closed
Labels
CherryPickApproved Used during the release process for point releases release-blocker
Milestone

Comments

@rolandshoemaker
Copy link
Member

Backport issue for #61965 for 1.19 (manually created)

@rolandshoemaker rolandshoemaker added release-blocker CherryPickCandidate Used during the release process for point releases labels Aug 11, 2023
@rolandshoemaker rolandshoemaker added this to the Go1.19.13 milestone Aug 11, 2023
@gopherbot
Copy link

Change https://go.dev/cl/518536 mentions this issue: [release-branch.go1.19] crypto/tls: add GODEBUG to control max RSA key size

@dmitshur dmitshur added CherryPickApproved Used during the release process for point releases and removed CherryPickCandidate Used during the release process for point releases labels Aug 16, 2023
gopherbot pushed a commit that referenced this issue Aug 16, 2023
…y size

Add a new GODEBUG setting, tlsmaxrsasize, which allows controlling the
maximum RSA key size we will accept during TLS handshakes.

Fixes #61968

Change-Id: I52f060be132014d219f4cd438f59990011a35c96
Reviewed-on: https://go-review.googlesource.com/c/go/+/517495
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-on: https://go-review.googlesource.com/c/go/+/518536
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
@gopherbot
Copy link

Closed by merging caca5f1 to release-branch.go1.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPickApproved Used during the release process for point releases release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants