commit | 9e8e0b390897c84cad53ebe9ed2d1d331a5394d9 | [log] [tgz] |
---|---|---|
author | Aidan Coyle <packrat386@gmail.com> | Wed Oct 14 15:02:37 2020 +0000 |
committer | Filippo Valsorda <filippo@golang.org> | Fri Oct 16 22:06:09 2020 +0000 |
tree | 5e0c48d269274a2f68b066461948c2b58e9f368f | |
parent | 84dcc777aaee85807c99afb056f496a3a8b3d8de [diff] |
ssh: improve error message for KeyboardInteractiveChallenge Fixes golang/go#41823 Change-Id: I4653f23239bdf2ab472d3d15c6653b89ebf7ccd4 GitHub-Last-Rev: 179b3ee0efc7b4733da9fbbd8e5ec73a72ef8156 GitHub-Pull-Request: golang/crypto#158 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/259902 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@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.