[jdk17u-dev] RFR: 8334335: [TESTBUG] Backport of 8279164 to 11u & 17u includes elements of JDK-8163327

Martin Doerr mdoerr at openjdk.org
Mon Jun 17 09:02:20 UTC 2024


On Sat, 15 Jun 2024 16:16:28 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> 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.

Thanks for fixing it!

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk17u-dev/pull/2593#pullrequestreview-2122319322


More information about the jdk-updates-dev mailing list