commit | d08e19beaccde615f2f1458b1b0df8fe75e20c8a | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Mon Jul 24 16:01:23 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Jul 25 17:50:45 2023 +0000 |
tree | 80964b4f9fd2b7c4dfa160102e75e21089d9794b | |
parent | 12e1fcd8c0e66f2ad293bd33dc6cb973fb4ca7f4 [diff] |
x509roots/fallback: update bundle This is an automated CL which updates the NSS root bundle. Change-Id: Ic70152e674c60e48e85d96eab244add9b4fa5eb8 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/512595 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
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.