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

Andrew John Hughes andrew at openjdk.org
Tue Jun 18 12:28:19 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.

This pull request has now been integrated.

Changeset: 5c3fc1d7
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/5c3fc1d795a760e4cce55045cbcd2384d9007356
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

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

Reviewed-by: mdoerr

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

PR: https://git.openjdk.org/jdk17u-dev/pull/2593


More information about the jdk-updates-dev mailing list