RFR[12] JDK-8211978: move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary

Weijun Wang weijun.wang at oracle.com
Mon Oct 15 02:53:58 UTC 2018


Hi John

I see testkeys is directly referenced in AbstractSSLTubeTest.java and FlowTest.java by an inner class also named SimpleSSLContext. Is it very different from the one in SimpleSSLContext.java? Can they be combined?

If so, then we have a chance to ASCII-fy the testkeys file and directly include it inside SimpleSSLContext.java. This way we can delete one more binary file and do not need to care about file permissions. What a marvelous gain would that be!

Thanks
Max

> On Oct 15, 2018, at 10:36 AM, sha.jiang at oracle.com wrote:
> 
> Hi,
> This patch moves test/jdk/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java to test/lib/jdk/test/lib/net/SimpleSSLContext.java.
> 
> Webrev: http://cr.openjdk.java.net/~jjiang/8211978/webrev.00/
> Issue: https://bugs.openjdk.java.net/browse/JDK-8211978
> 
> Best regards,
> John Jiang
> 




More information about the security-dev mailing list