1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Derek McGowan 959b35d974 Update auth client configuration to use proper tls config
Currently the http clients used by auth use the default tls config.  The config needs to be updated to only support TLS1.0 and newer as well as respect registry insecure configuration.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-03-18 14:52:49 -07:00
..
v2 Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
auth.go Update auth client configuration to use proper tls config 2015-03-18 14:52:49 -07:00
auth_test.go Fix format calls as suggested by vet 2015-01-14 14:12:03 -08:00
authchallenge.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
config.go Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters. 2015-03-14 16:45:44 -04:00
config_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
endpoint.go Use request factory for registry ping 2015-03-16 14:21:00 -07:00
endpoint_test.go Fix some go vet errors 2015-02-02 14:53:20 -08:00
httpfactory.go Removing -X flag option and autogenerated code to create Dockerversion.go functionality 2015-02-20 05:40:12 +00:00
registry.go Rename package timeout to timeoutconn. 2015-02-25 20:52:37 +01:00
registry_mock_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
registry_test.go Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters. 2015-03-14 16:45:44 -04:00
service.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
session.go Quote registry error strings 2015-03-16 15:32:47 -07:00
session_v2.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
token.go Fix token basic auth header issue 2015-01-31 15:12:34 -08:00
types.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00