moby--moby/registry
Eric Windisch 37846bff58 Remove RC4 from the list of registry cipher suites
The registry client's TLS configuration used the
default cipher list, including RC4. This change
copies the default cipher list from Golang 1.4 and
removes RC4 from that list. RC4 ciphers are considered
weak and vulnerable to a number of attacks.

Uses the tlsconfig package to define allowed ciphers.

Signed-off-by: Eric Windisch <eric@windisch.us>
2015-06-29 09:15:13 -04:00
..
auth.go Make the v2 logic fallback on v1 when v2 requests cannot be authorized. 2015-06-02 21:22:59 -07:00
auth_test.go
authchallenge.go
config.go Use distribution's ValidateRepositoryName for remote name validation. 2015-06-17 15:15:16 -04:00
config_test.go
endpoint.go Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
endpoint_test.go Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
registry.go Remove RC4 from the list of registry cipher suites 2015-06-29 09:15:13 -04:00
registry_mock_test.go Only pulling single repository tag on pull for a specific tag. extending TestGetRemoteTags unit test 2015-06-16 07:10:09 +00:00
registry_test.go Remove dead code 2015-06-20 19:14:15 +02:00
service.go Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
session.go Unconditionally add AuthTransport. 2015-06-19 10:12:52 -07:00
session_v2.go Properly verify manifests and layer digests on pull 2015-05-29 15:20:28 -07:00
token.go Registry: remove unwanted return variable name 2015-06-09 10:58:33 +08:00
types.go