RFR: 8362894: PKCS12 KeyStore PBMAC1 interoperability testing

Mikhail Yankelevich myankelevich at openjdk.org
Thu Nov 6 14:27:49 UTC 2025


On Wed, 5 Nov 2025 12:43:25 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

> With the integration of JDK-8343232, this PR updates the Keytool/OpenSSL interop test to include a test case using PBMAC1.

test/jdk/sun/security/pkcs12/KeytoolOpensslInteropTest.java line 142:

> 140:                 .shouldHaveExitValue(0);
> 141: 
> 142:         ProcessTools.executeCommand(opensslPath, "pkcs12", "-export", "-in",

nit: do you think it might be a good idea to bump the timeout by 10? As this command can take up to 10 seconds. Just to prevent future timeouts

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28150#discussion_r2499147790


More information about the security-dev mailing list