-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/x509: properly pouplate the RevocationList.AuthorityKeyId field #67576
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
Conversation
Change-Id: I75733d9771cd6c100455ebdb928d0d65f40c0f99
This PR (HEAD: 877b497) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587455. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-22T17:29:56Z","revision":"74b19634a7b06df951e0151401f0ccd9e18857f2"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Roland Shoemaker: Patch Set 1: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Change-Id: I53f7995e973b8180193b2dd31f7f75dd0c749e4b
This PR (HEAD: 697b009) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587455. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Mateusz Poliwczak: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-22T18:03:37Z","revision":"8769fe169baec042e96e66ffdf4fdb57a09ba3af"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Mateusz Poliwczak: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Change-Id: I2f14c9c343f3555b689b991443fdc00b26b99e65
This PR (HEAD: fec88bb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/587455. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-22T18:38:58Z","revision":"d5d3b00df66990758eed7946b115d61c42e11ffd"} Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Mateusz Poliwczak: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/587455. |
This looks like a oversight in CL 416354. Fixes #67571 Fixes #57461 Change-Id: I564c008989fecf84b437e123d27121ac907642fa GitHub-Last-Rev: fec88bb GitHub-Pull-Request: #67576 Reviewed-on: https://go-review.googlesource.com/c/go/+/587455 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]>
This PR is being closed because golang.org/cl/587455 has been merged. |
This looks like a oversight in CL 416354.
Fixes #67571
Fixes #57461