commit | e04a8579fee6e9c8fa0b5a41b7d9db85262e2f57 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Tue Dec 14 12:06:28 2021 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Wed Jan 26 17:37:29 2022 +0000 |
tree | 64c882b942bf060b29d4d734e584537ce6bcf0c3 | |
parent | 5e0467b6c7cee3ce8969a8b584d9e6ab01d074f7 [diff] |
ssh/agent: fix TestMalformedRequests Use a net.Pipe, rather than setting up a local TCP connection, for testing malformed SSH requests, since we don't need the complex intricacies of a real connection to test this protocol behavior. Fixes golang/go#50161 Change-Id: I5e46c42041ddd03b06725469216b82b801990e64 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/371874 Reviewed-by: Bryan Mills <bcmills@google.com> Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: 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.