commit | 833695f0a57b3037385dc9c0073bc88773cae6f3 | [log] [tgz] |
---|---|---|
author | Nicola Murino <nicola.murino@gmail.com> | Thu Aug 31 14:41:07 2023 +0200 |
committer | Filippo Valsorda <filippo@golang.org> | Wed Oct 04 16:04:50 2023 +0000 |
tree | ca40d17e63b8b74af47c3708e4e92c0b88fac36c | |
parent | ec07f4e35b9ef2fcfd790dd9437ef46bd64b3a4b [diff] |
ssh: add server side support for ping@openssh.com protocol extension Fixes golang/go#62390 Change-Id: Ie4dc577fb55b45a0c26a9e2dc5903af2bd382e00 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/524775 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Nicola Murino <nicola.murino@gmail.com> 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.