vault/command/server
Michel Vocks 9617832784
Print warning when 'tls_cipher_suites' includes blacklisted cipher suites (#6300)
* Implemented a warning when tls_cipher_suites includes only cipher suites which are not supprted by the HTTP/2 spec

* Added test for cipher suites

* Added hard fail on startup when all defined cipher suites are blacklisted. Added warning when some ciphers are blacklisted.

* Replaced hard failure with warning. Removed bad cipher util function and replaced it by external library.

* Added missing dependency. Fixed renaming of package name.
2019-03-01 16:48:06 +01:00
..
seal Transit Autounseal (#5995) 2019-02-28 13:13:56 -08:00
test-fixtures fixing command server tests (#6242) 2019-02-15 09:06:20 -08:00
config_test.go fixing command server tests (#6242) 2019-02-15 09:06:20 -08:00
config.go Prometheus support on v1/sys/metrics endpoint (#5308) 2019-02-14 12:46:59 -08:00
listener_tcp_test.go go vet fixes 2018-02-05 14:26:31 -05:00
listener_tcp.go Vault Agent Cache (#6220) 2019-02-14 20:10:36 -05:00
listener_test.go Add tests. This actually adds the initial tests for the TLS listener, 2016-03-11 14:05:52 -05:00
listener.go Print warning when 'tls_cipher_suites' includes blacklisted cipher suites (#6300) 2019-03-01 16:48:06 +01:00