]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: switch default policy field to Policies
authorRoland Shoemaker <roland@golang.org>
Tue, 19 Nov 2024 22:05:38 +0000 (14:05 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 02:29:32 +0000 (02:29 +0000)
commit918765b619b87a603c40b331bd5f5e2335d265f0
treeea9317ad6ccfe738b5c4b692a19d3efe50491151
parentfb432782f0017f59f6f2c5f620dfd8c67b5e35e3
crypto/x509: switch default policy field to Policies

Switch from Certificate.PolicyIdentifiers to Certificate.Policies when
marshalling.

Fixes #67620

Change-Id: Ib627135a569f53d344b4ee2f892ba139506ce0d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/629855
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>
doc/godebug.md
doc/next/6-stdlib/99-minor/crypto/x509/67620.md [new file with mode: 0644]
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go
src/internal/godebugs/table.go