On Thu, 12 Oct 2023 17:36:49 GMT, Kevin Driver <kdri...@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: > > JDK-8308453: JSSE regression test keystore migration from JKS to PKCS12 There are other tests under `test/jdk/sun/security/ssl` that are instantiating the keystores in `test/jdk/javax/net/ssl/etc` as "JKS". For example, see `test/jdk/javax/net/ssl/SSLSession/SSLCtxAccessToSessCtx.java`. Although the compatibility mode by default allows JKS keystores to load PKCS12 keystores (and vice-versa), I think it would be better/cleaner to change all of these tests to load them as "PKCS12". ------------- PR Comment: https://git.openjdk.org/jdk/pull/16159#issuecomment-1761462843