mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
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> Upstream-commit: 37846bff586e6f3d6bf35b66cce560ce4c57a619 Component: engine