RFR: 8275252: Migrate cacerts from JKS to password-less PKCS12 [v2]

Weijun Wang weijun at openjdk.java.net
Tue Oct 19 20:21:23 UTC 2021


On Tue, 19 Oct 2021 18:49:11 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   use a standard name
>
> make/jdk/src/classes/build/tools/generatecacerts/GenerateCacerts.java line 54:
> 
>> 52:     public static void store(String dir, OutputStream stream) throws Exception {
>> 53: 
>> 54:         CertificateFactory cf = CertificateFactory.getInstance("X509");
> 
> Nit: better to use the standard name here: "X.509".

OK.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5948



More information about the security-dev mailing list