commit | 62c9f1799c91aef0744179032e30fda3761e79f7 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Feb 07 10:41:04 2024 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Thu Feb 08 16:32:26 2024 +0000 |
tree | 57e6f7ae719646c2e9240e9e47a650d6e78682c8 | |
parent | 405cb3bdea78b1b48ee79096733841247a944de0 [diff] |
x509roots/nss: manually exclude a confusingly constrained root Fixes golang/go#61963 Change-Id: I16920d160af74772ef5aa650d1274e07c3ca9adc Reviewed-on: https://go-review.googlesource.com/c/crypto/+/562475 Reviewed-by: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/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.