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/x509: respect GODEBUG changes during program lifetime [1.18 backport] #56437

Closed
gopherbot opened this issue Oct 26, 2022 · 2 comments
Closed
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@gopherbot
Copy link

@rsc requested issue #56436 to be considered for backport to the next 1.18 minor release.

@gopherbot please backport

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Oct 26, 2022
@gopherbot gopherbot modified the milestones: Go1.18.8, Go1.18.9 Oct 26, 2022
@gopherbot
Copy link
Author

Change https://go.dev/cl/445656 mentions this issue: [release-branch.go1.18] crypto/x509: respect GODEBUG changes for allowing SHA1 certificates

@heschi heschi added the CherryPickApproved Used during the release process for point releases label Nov 2, 2022
@gopherbot gopherbot removed the CherryPickCandidate Used during the release process for point releases label Nov 2, 2022
@gopherbot
Copy link
Author

Closed by merging db5cb5f to release-branch.go1.18.

gopherbot pushed a commit that referenced this issue Nov 8, 2022
…wing SHA1 certificates

This allows programs that want SHA1 support to call os.Setenv at startup
instead of insisting that users set the environment variable themselves.

For #41682.
Fixes #56436.
Fixes #56437.

Change-Id: Idcb96212a1d8c560e1dd8eaf7c80b6266f16431e
Reviewed-on: https://go-review.googlesource.com/c/go/+/445496
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-on: https://go-review.googlesource.com/c/go/+/445656
@golang golang locked and limited conversation to collaborators Nov 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants