RFR: 8349492: Update sun/security/pkcs12/KeytoolOpensslInteropTest.java to use a recent Openssl version [v4]
Weijun Wang
weijun at openjdk.org
Tue Feb 18 14:39:20 UTC 2025
On Mon, 17 Feb 2025 11:06:09 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:
>> This updates the OpenSSL version that is used by test `sun/security/pkcs12/KeytoolOpensslInteropTest.java` to the current LTS version (3.0 series).
>> There are some differences between the 1.1.x and the current OpenSSL version:
>> - RC4 is not longer enabled by default, therefore adding the `-legacy` flag when needed to enable it. Additionally, It is also required to specify the path location of the legacy provider.
>> - Unlike the old version that throws an error if the MAC was absent from the PKCS12, the 3.0 series shows a warning instead.
>
> Fernando Guallini has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:
>
> - Merge branch 'master' into JDK-8349492
> - updated wording in KeytoolOpensslInteropTest
> - updated wording
> - provider path depends on platform
> - typo
> - it should be isX64 rather than is64bit
> - refactoring
> - using openssl 3.0.14
Thanks. I see no issue, but I'll leave it to somebody more familiar with the artifact mechanism to approve the PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23613#issuecomment-2665900336
More information about the security-dev
mailing list