commit | db638375bc3a8f7001553e4583d33aa9585a3c8d | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Jan 27 19:54:47 2022 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Wed Feb 09 19:56:52 2022 +0000 |
tree | 96f2654232fb7aabe46f3f14edd9723145b75ddf | |
parent | dad33157f4bf4f89d0a15a28ea3ccee0bf2f48a5 [diff] |
ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKey Fixes golang/go#50805 Change-Id: Icdd2835b1626240faf61936288f279570c873158 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/381614 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> 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.