commit | 0709b304e793a5edb4a2c0145f281ecdc20838a4 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Fri Aug 31 15:38:59 2018 -0700 |
committer | Adam Langley <agl@golang.org> | Tue Sep 04 16:38:35 2018 +0000 |
tree | 9f46c5cf38a843e891d9c715145d1e64091dbcea | |
parent | 182538f80094b6a8efaade63a8fd8e0d9d5843dd [diff] |
ssh: don't panic if a key is too short. Change-Id: I810eb1c5d4cacc710a427e2ce031db1e9c292454 Reviewed-on: https://go-review.googlesource.com/132656 Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@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.