moby--moby/registry
Vincent Batts a368e064a9 registry: don't iterate through certs
the golang tls.Conn does a fine job of that.
http://golang.org/src/pkg/crypto/tls/handshake_client.go?#L334

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2014-11-04 16:12:23 -05:00
..
MAINTAINERS update go import path and libcontainer 2014-07-24 22:19:50 +00:00
auth.go Fix error on successful login. 2014-10-28 17:42:03 -07:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
endpoint.go Do not verify certificate when using --insecure-registry on an HTTPS registry 2014-10-30 19:44:09 -04:00
endpoint_test.go Do not verify certificate when using --insecure-registry on an HTTPS registry 2014-10-30 19:44:09 -04:00
httpfactory.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00
registry.go registry: don't iterate through certs 2014-11-04 16:12:23 -05:00
registry_mock_test.go Use logrus everywhere for logging 2014-10-24 15:03:06 -07:00
registry_test.go Do not verify certificate when using --insecure-registry on an HTTPS registry 2014-10-30 19:44:09 -04:00
service.go Fix login command 2014-10-30 19:44:44 -04:00
session.go Do not verify certificate when using --insecure-registry on an HTTPS registry 2014-10-30 19:44:09 -04:00
session_v2.go Use logrus everywhere for logging 2014-10-24 15:03:06 -07:00
types.go Update manifest format to rename blobsums and use arrays of dictionaries 2014-10-10 16:04:29 -07:00