podman/vendor/golang.org/x/crypto
Daniel J Walsh 838df4eec4 Vendor in latest containers/image
Some more features.
    docker-archive generates docker legacy compatible images
    Do not create $DiffID subdirectories for layers with no configs
    Ensure the layer IDs in legacy docker/tarfile metadata are unique
    docker-archive: repeated layers are symlinked in the tar file
    sysregistries: remove all trailing slashes
    Improve docker/* error messages
    Fix failure to make auth directory
    Create a new slice in Schema1.UpdateLayerInfos
    Drop unused storageImageDestination.{image,systemContext}
    Load a *storage.Image only once in storageImageSource
    Support gzip for docker-archive files
    Remove .tar extension from blob and config file names
    ostree, src: support copy of compressed layers
    ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
    image: fix docker schema v1 -> OCI conversion
    Add /etc/containers/certs.d as default certs directory

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #569
Approved by: mheon
2018-04-03 14:48:52 +00:00
..
cast5 Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
curve25519 Vendor in lots of kubernetes stuff to shrink image size 2018-03-27 18:09:12 +00:00
openpgp Vendor in lots of kubernetes stuff to shrink image size 2018-03-27 18:09:12 +00:00
ssh/terminal Vendor in lots of kubernetes stuff to shrink image size 2018-03-27 18:09:12 +00:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
PATENTS Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
README.md Vendor in lots of kubernetes stuff to shrink image size 2018-03-27 18:09:12 +00: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.