Integrated: 8275252: Migrate cacerts from JKS to password-less PKCS12

Weijun Wang weijun at openjdk.java.net
Tue Oct 19 20:52:43 UTC 2021


On Thu, 14 Oct 2021 13:36:19 GMT, Weijun Wang <weijun at openjdk.org> wrote:

> The cacerts file is now a password-less PKCS12 file. This make sure old code that uses a JKS KeyStore object can continuously load it using a null password (in fact, any password) and see all certificates inside.

This pull request has now been integrated.

Changeset: bd2b41dd
Author:    Weijun Wang <weijun at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bd2b41dd7062c50f3aaebec2137d5fdd9546c120
Stats:     82 lines in 3 files changed: 2 ins; 69 del; 11 mod

8275252: Migrate cacerts from JKS to password-less PKCS12

Reviewed-by: erikj, ihse, mullan

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

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



More information about the security-dev mailing list