moby--moby/vendor/golang.org/x/crypto
Sebastiaan van Stijn 73571e4689
vendor: github.com/moby/buildkit v0.8.0-rc2
full diff: 6861f17f15...v0.8.0-rc2

- dockerfile: rename experimental channel to labs
- dockerfile build: fix not exit when meet error in load config metadata
- copy containerd.UnknownExitStatus to local const to reduce dependency graph in client
- executor: switch to docker seccomp profile
- add retry handlers to push/pull
- SSH-based auth for llb.Git operations
- Allow gateway exec-ing into a failed solve with an exec op
- Fix parsing ssh-based git sources
- Fix sshkeyscan to work with ipv6
- fix assumption that ssh port must be 2 digits
- vendor: github.com/Microsoft/go-winio v0.4.15
- vendor: github.com/tonistiigi/fsutil v0.0.0-20201103201449-0834f99b7b85
- vendor: containerd v1.4.1-0.20201117152358-0edc412565dc
- vendor: golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-19 10:31:35 +01:00
..
blowfish vendor: github.com/moby/buildkit v0.8.0-rc2 2020-11-19 10:31:35 +01:00
chacha20 vendor: github.com/moby/buildkit v0.8.0-rc2 2020-11-19 10:31:35 +01:00
cryptobyte vendor golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 2020-08-14 14:14:19 +08:00
curve25519 vendor: github.com/moby/buildkit v0.8.0-rc2 2020-11-19 10:31:35 +01:00
ed25519 vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1 2020-01-29 18:36:06 +01:00
internal/subtle Bump a bunch of dependencies to more recent versions 2018-08-01 10:37:27 +02:00
nacl vendor buildkit 6861f17f15364de0fe1fd1e6e8da07598a485123 2020-11-14 03:57:36 +00:00
ocsp vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-11-19 10:30:16 +01:00
otr Update golang.org/x/crypto 2019-03-21 16:48:45 +00:00
pbkdf2 Bump SwarmKit to f74983e7c015a38a81c8642803a78b8322cf7eac 2018-02-09 18:39:49 -08:00
pkcs12 vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-11-19 10:30:16 +01:00
poly1305 vendor golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 2020-08-14 14:14:19 +08:00
salsa20/salsa Update golang.org/x/crypto 2019-03-21 16:48:45 +00:00
ssh vendor: github.com/moby/buildkit v0.8.0-rc2 2020-11-19 10:31:35 +01:00
LICENSE project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
PATENTS project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
README.md revendor logrus and x/crypto 2017-09-14 11:05:47 -05:00
go.mod vendor: golang.org/x/crypto c1f2f97bffc9c53fc40a1a28a5b460094c0050d9 2020-11-19 10:30:16 +01: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.