RFR: 8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12 [v7]
Sean Mullan
mullan at openjdk.org
Fri Oct 27 15:36:35 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
test/jdk/sun/security/ssl/SSLSocketImpl/NotifyHandshakeTest.java line 1:
> 1: /*
>Security Manager won't let you explicitly set the type here for some
reason
This is because `NotifyHandshakeTest.policy` (in the same directory as this test) does not grant permission to set those properties. But as noted earlier, you don't need to set these properties as they default to PKCS12.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16159#discussion_r1374746877
More information about the security-dev
mailing list