commit | 0b431c7de36a66b1b5c54f6219ad1413824cd1fd | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Mon Jun 03 16:01:22 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Jun 03 23:40:54 2024 +0000 |
tree | 9f30210ed6201a81ff28c75b6725239767c56810 | |
parent | 349231f7e4e437ea89847c5dfce63eed67949f86 [diff] |
x509roots/fallback: update bundle This is an automated CL which updates the NSS root bundle. Change-Id: I8a1b9637e83214674e6fe82ebf584e9b90446ca3 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/589875 Reviewed-by: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@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.