minio/pkg/http
Andreas Auernhammer dd202a1a5f restrict TLS cipher suites of the server (#5245)
This change restircts the supported cipher suites of the minio server.
The server only supports AEAD ciphers (Chacha20Poly1305 and 
AES-GCM)

The supported cipher suites are:
 - tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
 - tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
 - tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
 - tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
 - tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
 - tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384

Fixes #5244 and #5291
2018-01-13 09:12:11 +05:30
..
bufconn.go go1.8: Changes to support golang 1.8 (#4759) 2017-08-06 11:27:33 -07:00
bufconn_test.go fix: bufconn and listener tests for megacheck (#4827) 2017-08-20 12:25:08 -07:00
conn_bug_21133.go go1.8: Changes to support golang 1.8 (#4759) 2017-08-06 11:27:33 -07:00
listener.go fix: Ignore logging some tcp routine errors (#5097) 2017-11-28 13:51:17 -08:00
listener_test.go fix: Ignore logging some tcp routine errors (#5097) 2017-11-28 13:51:17 -08:00
server.go restrict TLS cipher suites of the server (#5245) 2018-01-13 09:12:11 +05:30
server_test.go restrict TLS cipher suites of the server (#5245) 2018-01-13 09:12:11 +05:30