commit | ae814b36b87190c757eede9bc2d32ed77df88551 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon Nov 15 09:41:01 2021 -0800 |
committer | Damien Neil <dneil@google.com> | Wed Nov 17 18:39:48 2021 +0000 |
tree | ac23d84cb6d682c6fd0851bdced5416688a0ced4 | |
parent | b4de73f9ece8163b492578e101e4ef8923ac2c5c [diff] |
all: upgrade x/net to latest Update acme/autocert test to not depend on whether idna.Lookup uses transitional processing (Go 1.17 and earlier) or nontransitional processing (Go 1.18 and later). Change-Id: I29ca0aaca0ac75a932919a4c7cf8e9fca033b497 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/364014 Trust: Damien Neil <dneil@google.com> Reviewed-by: Ian Lance Taylor <iant@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.