[jdk13u-dev] RFR: 8202343: Disable TLS 1.0 and 1.1

David Alvarez github.com+12403364+alvdavi at openjdk.java.net
Wed Mar 24 00:43:02 UTC 2021


I'd like to backport 8202343 to jdk13u. All other jdk versions are disabling TLS 1.0 and TLS 1.1 in 2021 April CPU.

The patch did not apply cleanly. I had to account for JDK-8235710 missing in 13u, affecting the java.security file. Additionally, JDK-8243029 is also missing, so some of the tests modified do not exist in 13u.

-------------

Commit messages:
 - Backport 3a4b90f0863571dd372af6afab71862f3946a78f

Changes: https://git.openjdk.java.net/jdk13u-dev/pull/143/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk13u-dev&pr=143&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8202343
  Stats: 381 lines in 18 files changed: 260 ins; 97 del; 24 mod
  Patch: https://git.openjdk.java.net/jdk13u-dev/pull/143.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk13u-dev pull/143/head:pull/143

PR: https://git.openjdk.java.net/jdk13u-dev/pull/143


More information about the jdk-updates-dev mailing list