commit | 376eb1400636d0d687bee5520daadb5fdeac3311 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Feb 26 12:18:35 2025 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Thu Mar 13 16:44:06 2025 -0700 |
tree | e561de6fc6d3cc01fd3d821dfe924f2573fd9465 | |
parent | b369b723c8ad46b179f3a49d57bfc7d6a2740cdf [diff] |
x509roots: support constrained roots Adds support for roots with the distrust-after bit set. The constraint function construction is a little funky, but I couldn't think of an obvious better way to do it. Fixes golang/go#70777 Fixes golang/go#70623 Change-Id: I780f866416b626360eaee9368185768da7bc75ef Reviewed-on: https://go-review.googlesource.com/c/crypto/+/652996 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds supplementary Go cryptography packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/crypto.
The main issue tracker for the crypto repository is located at https://go.dev/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.