kubernetes/pkg/client
k8s-merge-robot 0fc573296d Merge pull request #26169 from victorgp/master
Automatic merge from submit-queue

Setting TLS1.2 minimum because TLS1.0 and TLS1.1 are vulnerable

TLS1.0 is known as vulnerable since it can be downgraded to SSL
https://blog.varonis.com/ssl-and-tls-1-0-no-longer-acceptable-for-pci-compliance/

TLS1.1 can be vulnerable if cipher RC4-SHA is used, and in Kubernetes it is, you can check it with
`
openssl s_client -cipher RC4-SHA -connect apiserver.k8s.example.com:443
`

https://www.globalsign.com/en/blog/poodle-vulnerability-expands-beyond-sslv3-to-tls/

Test suites like Qualys are reporting this Kubernetes issue as a level 3 vulnerability, they recommend to upgrade to TLS1.2 that is not affected, quoting Qualys:

`
RC4 should not be used where possible. One reason that RC4 was still being used was BEAST and Lucky13 attacks against CBC mode ciphers in
SSL and
TLS. However, TLSv 1.2 or later address these issues.
`
2016-05-29 13:24:46 -07:00
..
cache Merge pull request #25599 from caesarxuchao/orphaning-finalizer 2016-05-26 13:19:19 -07:00
chaosclient Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
clientset_generated Merge pull request #25634 from ericchiang/rbac_api_group 2016-05-26 12:36:53 -07:00
leaderelection Fixing all the "composite literal uses unkeyed fields" Vet errors. 2016-03-25 15:25:09 -07:00
metrics HTTP Client request metrics: consolidating + client->server endpoint label, cleanups 2015-11-05 18:12:22 -05:00
record Make fake event recorder thread safe. 2016-05-04 14:20:13 +02:00
restclient Reset input buffer on retry 2016-05-19 09:08:57 -04:00
testdata Added test cases for NewKubeletClient with TLS enabled 2014-12-18 00:57:33 -08:00
testing/core Remove runtime.Typer, reduce to ObjectKinds(1) (3) 2016-05-21 23:55:42 -04:00
transport Setting TLS1.2 minimum because TLS1.0 and TLS1.1 are vulnerable 2016-05-25 18:14:20 +02:00
typed Merge pull request #26007 from smarterclayton/watch_opt 2016-05-28 06:27:00 -07:00
unversioned Merge pull request #26007 from smarterclayton/watch_opt 2016-05-28 06:27:00 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00