DockerCLI/vendor/golang.org/x/crypto
Sebastiaan van Stijn 34806a8b4c
bump golang.org/x/crypto 38d8ce5564a5b71b2e3a00553993f1b9a7ae852f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-13 03:09:30 +02:00
..
curve25519 vendor github.com/docker/docker to bcaa613d823 2019-04-03 20:57:18 +00:00
ed25519 build: add SSH agent socket forwarder (`docker build --ssh $SSHMOUNTID=$SSH_AUTH_SOCK`) 2018-10-05 19:56:32 +09:00
internal vendor github.com/docker/docker to bcaa613d823 2019-04-03 20:57:18 +00:00
otr vendor github.com/docker/docker to bcaa613d823 2019-04-03 20:57:18 +00:00
pbkdf2 vendor: upgrade notary version for docker trust 2017-09-25 09:34:52 -07:00
poly1305 vendor github.com/docker/docker to bcaa613d823 2019-04-03 20:57:18 +00:00
ssh bump golang.org/x/crypto 38d8ce5564a5b71b2e3a00553993f1b9a7ae852f 2019-04-13 03:09:30 +02:00
LICENSE Add vendor 2017-04-17 18:12:58 -04:00
PATENTS Add vendor 2017-04-17 18:12:58 -04:00
README.md revendor logrus and x/crypto 2017-09-29 15:32:42 +02:00

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

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.

Report Issues / Send Patches

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.