commit | 3147a52a75dda54ac3a611ef8978640d85188a2a | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Tue Mar 15 11:56:56 2022 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Tue Mar 15 16:07:06 2022 +0000 |
tree | 127b7778fbf8c8aaf40ee87fbc57d3a18536b9ad | |
parent | 5d542ad81a58c89581d596f49d0ba5d435481bcf [diff] |
ssh: support rsa-sha2-256/512 for client certificates The server-sig-algs logic was not working for certificate algorithms. Follow-up on CL 392394. Tested with OpenSSH 8.8 configured with PubkeyAcceptedKeyTypes -ssh-rsa-cert-v01@openssh.com Updates golang/go#39885 For golang/go#49952 Change-Id: Ic230dd6f98e96b7938acbd0128ab37d33b70abe5 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/392974 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@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.