diff options
| author | Filippo Valsorda <filippo@golang.org> | 2025-05-20 20:51:11 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-21 15:09:45 -0700 |
| commit | 0aeaa6a495b7273f7a2190bc9857710190808e54 (patch) | |
| tree | 24de43b54ab412d87b8e746e71ad14b124702dbc /src/runtime | |
| parent | 88679da4a396de98e975deb0e007b1d888a55676 (diff) | |
| download | go-0aeaa6a495b7273f7a2190bc9857710190808e54.tar.xz | |
crypto/x509: use truncated SHA-256 for SubjectKeyId
Fixes #71746
Change-Id: I6a6a46568b092933d8ac2039df99ee9f0edf6e56
Reviewed-on: https://go-review.googlesource.com/c/go/+/674477
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/metrics/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index 7ef09be2fc..32fc436e1a 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -384,6 +384,10 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509rsacrt=... setting. + /godebug/non-default-behavior/x509sha256skid:events + The number of non-default behaviors executed by the crypto/x509 + package due to a non-default GODEBUG=x509sha256skid=... setting. + /godebug/non-default-behavior/x509usefallbackroots:events The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509usefallbackroots=... |
