commit | 7d6d3f5d4adbee52131e89d4465c8cdf88d80aad | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Mon Apr 17 12:30:28 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Apr 17 17:20:41 2023 +0000 |
tree | 09bd4b1f370a798c76fe2eea8272886eabb2f974 | |
parent | 1faeef9713563c936e077b84e4c3a0f3cac0fbe4 [diff] |
ssh/test: skip TestValidTerminalMode on non-Bourne shells Fixes golang/go#38037. Change-Id: Ide77dddc9f57b3f0318a419a1474e11215623b64 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/485175 Run-TryBot: Bryan Mills <bcmills@google.com> Commit-Queue: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@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.