elasticsearch/libs
Tim Vernum cfcd1c61ef
Remove TLSv1.1 from default protocols (#121731) (#122159)
This commit removes "TLSv1.1" from the list of default protocols in
Elasticsearch (starting with ES9.0)

TLSv1.1 has been deprecated by the IETF since March 2021

This affects a variety of TLS contexts, include
 - The HTTP Server (Rest API)
 - Transport protocol (including CCS and CCR)
 - Outgoing connections for features that have configurable SSL
   settings. This includes
    - reindex
    - watcher
    - security realms (SAML, OIDC, LDAP, etc)
    - monitoring exporters
    - inference services

In practice, however, TLSv1.1 has been disabled in most Elasticsearch
deployments since around 7.12 because most JDK releases have disabled
TLSv1.1 (by default) starting in April 2021

That is, if you run a default installation of Elasticsearch (for any
currently supported version of ES) that uses the bundled JVM then
TLSv1.1 is already disabled.
And, since ES9+ requires JDK21+, all supported JDKs ship with TLSv1.1
disabled by default.

In addition, incoming HTTP connections to Elastic Cloud deployments
have required TLSv1.2 or higher since April 2020

This change simply makes it clear that Elasticsearch does not
attempt to enable TLSv1.1 and administrators who wish to use that
protocol will need to explicitly enable it in both the JVM and in
Elasticsearch.

Resolves: #108057
2025-02-10 20:21:36 +11:00
..
cli Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00
core Entitlement tests using reflection (#121436) (#121454) 2025-02-01 06:25:55 +11:00
dissect Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00
entitlement Use dynamic policy for entitled test plugin (#121852) (#122096) 2025-02-08 08:54:43 +11:00
geo Optimize ST_EXTENT_AGG for geo_shape and cartesian_shape (#119889) 2025-01-16 19:43:51 +01:00
grok Fix a bunch of non-final static fields (#119185) 2024-12-26 19:14:36 +01:00
h3 Reapply "[Build] Do not invalidate configuration cache when branch is switched (#118894)" (#119300) (#119325) 2024-12-30 08:54:42 +01:00
log4j Patch log4j JAR to remove JndiLookup class (#81629) 2021-12-10 15:51:38 -08:00
logging Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00
logstash-bridge Fix a bunch of non-final static fields (#119185) 2024-12-26 19:14:36 +01:00
lz4 Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00
native [Entitlements] Add native checks support and tests for Java 21 (preview) (#121881) (#122050) 2025-02-08 04:13:37 +11:00
plugin-analysis-api [Build] Remove deprecated BuildParams (#116984) 2024-11-22 16:30:57 +01:00
plugin-api Add AGPLv3 as a supported license 2024-09-13 15:29:46 -07:00
plugin-scanner Update ASM 9.7 -> 9.7.1 to support JDK 24 (#118094) 2024-12-06 08:16:46 +01:00
secure-sm Do not try to enable SecurityManager on JDK 24 (#117999) 2024-12-10 18:00:58 +01:00
simdvec Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00
ssl-config Remove TLSv1.1 from default protocols (#121731) (#122159) 2025-02-10 20:21:36 +11:00
tdigest Reapply "[Build] Do not invalidate configuration cache when branch is switched (#118894)" (#119300) (#119325) 2024-12-30 08:54:42 +01:00
x-content Added query param ?include_source_on_error for ingest requests (#120725) 2025-01-28 09:33:22 +01:00
build.gradle Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00