Integrated: 8257083: Security infra test failures caused by JDK-8202343

Sean Mullan mullan at openjdk.java.net
Mon Nov 30 13:34:56 UTC 2020


On Wed, 25 Nov 2020 20:24:52 GMT, Sean Mullan <mullan at openjdk.org> wrote:

> There are several infra test failures that were caused by the fix for JDK-8202343 (Disable TLS 1.0 and 1.1).
> 
> The problem is that test/jdk/javax/net/ssl/TLSCommon/interop/JdkProcClient.java is designed to be run with different versions of the JDK such as JDK 8 but now calls SecurityUtils.removeFromDisabledTlsAlgs() which calls APIs such as List.of() that are not available in JDK 8.
> 
> The fix is to create a private method which does the same thing as SecurityUtils.removeFromDisabledTlsAlgs() but doesn't depend on newer APIs.

This pull request has now been integrated.

Changeset: c0719605
Author:    Sean Mullan <mullan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c0719605
Stats:     24 lines in 1 file changed: 21 ins; 2 del; 1 mod

8257083: Security infra test failures caused by JDK-8202343

Reviewed-by: xuelei

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

PR: https://git.openjdk.java.net/jdk/pull/1442



More information about the security-dev mailing list