RFR: 8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12 [v7]
Weijun Wang
weijun at openjdk.org
Fri Oct 27 13:54:36 UTC 2023
On Fri, 27 Oct 2023 04:21:01 GMT, Kevin Driver <kdriver at openjdk.org> wrote:
>> JDK-8308453: JSSE regression test keystore migration from JKS to PKCS12
>
> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>
> Security Manager won't let you explicitly set the type here for some
> reason
I have 2 comments:
1. For those system properties. If you don't set them explicitly to `pkcs12`, will there by any failure? In my understanding, the default type is already pkcs12 now.
2. For those `getInstance("JKS")` calls. Is it possible to rewrite them with `getInstance(File)`?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16159#issuecomment-1782957361
More information about the security-dev
mailing list