RFR[15] JDK-8245005: javax/net/ssl/compatibility/BasicConnectTest.java failed with No enum constant

sha.jiang at oracle.com sha.jiang at oracle.com
Fri May 15 12:38:16 UTC 2020


Hi,
Possibly run the manual test 
javax/net/ssl/compatibility/BasicConnectTest.java
with JDK builds supporting TLS_KRB5 cipher suites. However these cipher 
suites
are not in test/jdk/javax/net/ssl/TLSCommon/ChpherSuite.java. When convert a
TLS_KRB5 cipher suite name to a ChpherSuite enum, IllegalArgumentException
will be raised. This patch just adds TLS_KRB5 cipher suites to 
ChpherSuite.java.

In addition, test/jdk/javax/net/ssl/compatibility/Compatibility.java was 
already
removed, so test/jdk/javax/net/ssl/compatibility/README should be updated
accordingly.

Issue: https://bugs.openjdk.java.net/browse/JDK-8245005
Webrev: http://cr.openjdk.java.net/~jjiang/8245005/webrev.00/

Best regards,
John Jiang



More information about the security-dev mailing list