commit | 0c6587e931a935f573efb6988c8470cd8c0a58de | [log] [tgz] |
---|---|---|
author | Mahdi Hosseini Moghaddam <seyed.mahdi.hosseini.moghaddam@ibm.com> | Tue Nov 10 19:44:30 2020 -0800 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Thu Nov 12 15:50:50 2020 +0000 |
tree | 3874d4d897f7febe59f100809af353e98150b392 | |
parent | 9e8e0b390897c84cad53ebe9ed2d1d331a5394d9 [diff] |
ssh/terminal: add support for zos Fixes golang/go#42496 Change-Id: Iae2ddb916904d9b3947bec9638c9fbf892df7b7c Reviewed-on: https://go-review.googlesource.com/c/crypto/+/269177 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Trust: Tobias Klauser <tobias.klauser@gmail.com> Trust: Michael Munday <mike.munday@ibm.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <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.