[jdk11u-dev] RFR: 8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output
Christoph Langer
clanger at openjdk.org
Thu Aug 25 05:38:48 UTC 2022
Backport does not apply cleanly which unveils a shortcoming of the fix
https://bugs.openjdk.org/browse/JDK-8267880
https://github.com/openjdk/jdk11u-dev/commit/9cf9879a4e4a78ed8e6d9b1f979de1eb7f75badf
The test had been adapted at various places from sha1->sha256 but the two modified locations are still at sha1.
We see the test failing on a few systems which should be fixed herewith.
I will also backport the follow-up https://bugs.openjdk.org/browse/JDK-8279385
-------------
Commit messages:
- Backport 8b5ff4bdffc8f32317d67b00c085071d6c772b30
Changes: https://git.openjdk.org/jdk11u-dev/pull/1343/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1343&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8278344
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1343.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1343/head:pull/1343
PR: https://git.openjdk.org/jdk11u-dev/pull/1343
More information about the jdk-updates-dev
mailing list