[jdk17u-dev] RFR: 8334335: [TESTBUG] Backport of 8279164 to 11u & 17u includes elements of JDK-8163327
Andrew John Hughes
andrew at openjdk.org
Sat Jun 15 16:21:49 UTC 2024
https://github.com/openjdk/jdk17u-dev/pull/2559 accidentally included some elements of [JDK-8163327](https://bugs.openjdk.org/browse/JDK-8163327) which removed 3DES from the default enabled cipher list in OpenJDK 19 and later.
This patch removes the additional cipher added to the list, `SSL_RSA_WITH_3DES_EDE_CBC_SHA` and updates the comment accurately. The test fails as expected without the 8279164 backport (ECDH ciphers still being enabled) and passes on the latest 17u-dev.
-------------
Commit messages:
- 8334335: [TESTBUG] Backport of 8279164 to 11u & 17u includes elements of JDK-8163327
Changes: https://git.openjdk.org/jdk17u-dev/pull/2593/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2593&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8334335
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/2593.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2593/head:pull/2593
PR: https://git.openjdk.org/jdk17u-dev/pull/2593
More information about the jdk-updates-dev
mailing list