commit | eb61739cd99fb244c7cd188d3c5bae54824e781d | [log] [tgz] |
---|---|---|
author | Nicola Murino <[email protected]> | Tue Jul 18 19:01:21 2023 +0200 |
committer | Gopher Robot <[email protected]> | Wed Nov 08 19:10:19 2023 +0000 |
tree | 0e6aa46d6604aba25c8a7e0953423cae584502ea | |
parent | 42c83fffffc70640068263e765db9c9b09cd2ba2 [diff] |
ssh: allow to configure public key auth algorithms on the server side Fixes golang/go#61244 Change-Id: I29b43e379cf0cdb07b0d6935666491b997157e73 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/510775 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Commit-Queue: Nicola Murino <[email protected]> Run-TryBot: Nicola Murino <[email protected]> Auto-Submit: Nicola Murino <[email protected]> Reviewed-by: Han-Wen Nienhuys <[email protected]>
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.