commit | 5e0467b6c7cee3ce8969a8b584d9e6ab01d074f7 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Wed Jan 12 12:48:33 2022 -0500 |
committer | Bryan Mills <bcmills@google.com> | Wed Jan 12 18:07:41 2022 +0000 |
tree | 957e5bd5abe90ae37694f0190ec39cdc013ced7c | |
parent | e495a2d5b3d3be43468d0ebb413f46eeaedf7eb3 [diff] |
acme: in TestFetchCertCancel, do not reply before the cancellation propagates Fixes golang/go#44611 Change-Id: I81b3c3b7be25fe4e492695fa5935e70aa7b96c07 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/378074 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@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.