-
Bug
-
Resolution: Fixed
-
P3
-
16
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8257543 | 11.0.11-oracle | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8258678 | 11.0.11 | Severin Gehwolf | P3 | Resolved | Fixed | b01 |
JDK-8258677 | openjdk8u292 | Martin Balao Alonso | P3 | New | Unresolved | |
JDK-8257629 | 8u291 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8262620 | emb-8u291 | Sean Coffey | P3 | Resolved | Fixed | team |
There are several infra test failures that were caused by the fix for JDK-8202343.
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.
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.
- backported by
-
JDK-8257543 Security infra test failures caused by JDK-8202343
- Resolved
-
JDK-8257629 Security infra test failures caused by JDK-8202343
- Resolved
-
JDK-8258678 Security infra test failures caused by JDK-8202343
- Resolved
-
JDK-8262620 Security infra test failures caused by JDK-8202343
- Resolved
-
JDK-8258677 Security infra test failures caused by JDK-8202343
- New
- relates to
-
JDK-8202343 Disable TLS 1.0 and 1.1
- Resolved
(1 relates to, 2 links to)