OpenSearch/libs
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
..
cli Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
core Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00
dissect Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
geo Geo: Adds a set of no dependency geo classes for JDBC driver (#36477) 2019-01-15 10:52:46 -05:00
grok Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00
nio Extract message serialization from `TcpTransport` (#37034) 2019-01-21 14:14:18 -07:00
plugin-classloader Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
secure-sm Testing conventions now checks for tests in main (#37321) 2019-01-24 17:30:50 +02:00
ssl-config Remove TLS 1.0 as a default SSL protocol (#37512) 2019-01-25 15:46:39 +11:00
x-content Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00
build.gradle Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00