FRF[14] JDK-8228967: Trust/Key store and SSL context utilities for tests
Sean Mullan
sean.mullan at oracle.com
Fri Aug 2 11:26:01 UTC 2019
Not a full review but there is already a utility class for creating
certificates, etc in test/jdk/java/security/testlibrary/CertUtils.java
Could you combine/merge that with your new CertUtils class?
--Sean
On 8/2/19 4:29 AM, sha.jiang at oracle.com wrote:
> Hi,
> This enhancement provides a set of utilities for creating certificate,
> trust/key store and SSL context.
> It provides the default trust and key stores with RSA, ECDSA, RSASSA-PSS
> and DSA certificates, and also the default TLS and DTLS contexts with
> the default trust and key stores.
> Three tests are modified for demonstrating the usages.
>
> Webrev: http://cr.openjdk.java.net/~jjiang/8228967/webrev.00/
> Issue: https://bugs.openjdk.java.net/browse/JDK-8228967
>
> Best regards,
> John Jiang
>
More information about the security-dev
mailing list