commit | 913d3ae7415ace5edad6750b7c9192ac7518e9df | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Mon Feb 05 16:01:22 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Feb 07 17:47:05 2024 +0000 |
tree | 31487b251111bc27f540ee4b31c61e1f2db1e834 | |
parent | dbb6ec16ecef7a66638d8514be54b13660551b0a [diff] |
x509roots/fallback: update bundle This is an automated CL which updates the NSS root bundle. Change-Id: I6d9163026799e5d134f6bb6819e22448d7ebe719 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/561395 Reviewed-by: Roland Shoemaker <roland@golang.org> Auto-Submit: Gopher Robot <gobot@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.