]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: properly pouplate the RevocationList.AuthorityKeyId field
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Wed, 22 May 2024 18:38:37 +0000 (18:38 +0000)
committerRoland Shoemaker <roland@golang.org>
Wed, 22 May 2024 21:00:16 +0000 (21:00 +0000)
commit6db272d2dd65202e97058cb0c4909151eed05ae6
treea6561cff2bb6fd202e54ab353f6a530d79a3e8ae
parentac6dea7aa1ccc3fa2b07be05ba71714e686f928a
crypto/x509: properly pouplate the RevocationList.AuthorityKeyId field

This looks like a oversight in CL 416354.

Fixes #67571
Fixes #57461

Change-Id: I564c008989fecf84b437e123d27121ac907642fa
GitHub-Last-Rev: fec88bbf39a397cc43ff650db9bf0b7ad28e42a0
GitHub-Pull-Request: golang/go#67576
Reviewed-on: https://go-review.googlesource.com/c/go/+/587455
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/x509/parser.go
src/crypto/x509/x509_test.go