RFR[15] JDK-8237977: Further update javax/net/ssl/compatibility/Compatibility.java

2020-03-24 Thread sha . jiang
Hi, This patch updates the manual test javax/net/ssl/compatibility/Compatibility.java on the following points: 1. Covers SSLv3 2. The server side doesn't limit/specify protocols and cipher suites anymore. Only the client side specifies these parameters. 3. Only focus on the testing JDK specifie

Re: RFR[15] JDK-8237977: Further update javax/net/ssl/compatibility/Compatibility.java

2020-03-24 Thread Rajan Halade
Hi John, Thanks for taking care of this fix. Your changes look good me. I have couple of suggestions: - consider changing header for last column from “Why negative case” to “Reason” - for a failed test case (a testcase that succeeds when expected to fail or a testcase that fails when expected