RFR JDK-8200403: javax/net/ssl/sanity/interop/ClientJSSEServerJSSE.java needs to clarify the relation between cipher suites and protocols
sha.jiang at oracle.com
sha.jiang at oracle.com
Mon Apr 2 13:18:12 UTC 2018
Hi,
This fix introduces a couple of common classes, such as CipherSuite.java
and Protocol.java, to indicate the relation between cipher suites and
SSL/TLS protocols clearly.
It would be easier to add cases for new cipher suites and protocols with
this fix.
It also improves some logic on filtering test cases.
Webrev: http://cr.openjdk.java.net/~jjiang/8200403/webrev.00/
Issue: https://bugs.openjdk.java.net/browse/JDK-8200403
Best regards,
John Jiang
More information about the security-dev
mailing list