-
Notifications
You must be signed in to change notification settings - Fork 18.1k
doc/go1.21: document changes in crypto/x509 #60984
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
This PR (HEAD: ba04a5c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/505935 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/505935. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+2 TryBot-Bypass+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/505935. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/505935. |
This PR (HEAD: a9f6949) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/505935 to see it. Tip: You can toggle comments from me using the |
Message from Dmitri Shuralyov: Patch Set 3: Auto-Submit+1 Code-Review+2 TryBot-Bypass+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505935. |
RevocationList.RevokedCertificates has been deprecated and replaced with the new RevocationList.RevokedCertificateEntries field, not RevocationList.Entries. Change-Id: I36053e0d67a9997264483d1e04e31774fbab8702 GitHub-Last-Rev: a9f6949 GitHub-Pull-Request: #60984 Reviewed-on: https://go-review.googlesource.com/c/go/+/505935 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]>
This PR is being closed because golang.org/cl/505935 has been merged. |
RevocationList.RevokedCertificates has been deprecated and replaced with the new RevocationList.RevokedCertificateEntries field, not RevocationList.Entries. Change-Id: I36053e0d67a9997264483d1e04e31774fbab8702 GitHub-Last-Rev: a9f6949 GitHub-Pull-Request: golang#60984 Reviewed-on: https://go-review.googlesource.com/c/go/+/505935 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]>
RevocationList.RevokedCertificates has been deprecated and
replaced with the new RevocationList.RevokedCertificateEntries field,
not RevocationList.Entries.