commit | b92bf9480d25521fc2b8965f86fe152bdfb43f28 | [log] [tgz] |
---|---|---|
author | Nicola Murino <nicola.murino@gmail.com> | Wed Apr 03 11:21:09 2024 +0200 |
committer | Gopher Robot <gobot@golang.org> | Thu Apr 04 14:49:27 2024 +0000 |
tree | 287bfb7662f815c0f393cd0ac05ad3bf93149704 | |
parent | 6f79b5a20cd106b083a02ec17482450d25a1a8f3 [diff] |
ssh: respect MaxAuthTries also for "none" auth attempts Only the first "none" auth attempt is allowed without penality Change-Id: Ibe776e968ba406445eeb94e8f1959383b88c98f7 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/575995 Reviewed-by: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Nicola Murino <nicola.murino@gmail.com> Commit-Queue: Nicola Murino <nicola.murino@gmail.com> Reviewed-by: Than McIntosh <thanm@google.com>
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.