OpenSearch/libs/ssl-config
Tim Vernum 03690d12b2
Remove TLS 1.0 as a default SSL protocol (#37512)
The default value for ssl.supported_protocols no longer includes TLSv1
as this is an old protocol with known security issues.
Administrators can enable TLSv1.0 support by configuring the
appropriate `ssl.supported_protocols` setting, for example:

xpack.security.http.ssl.supported_protocols: ["TLSv1.2","TLSv1.1","TLSv1"]

Relates: #36021
2019-01-25 15:46:39 +11:00
..
src Remove TLS 1.0 as a default SSL protocol (#37512) 2019-01-25 15:46:39 +11:00
build.gradle Add SSL Configuration Library (#37287) 2019-01-16 21:52:17 +11:00