[jdk11u-dev] RFR: 8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output [v2]
Christoph Langer
clanger at openjdk.org
Thu Aug 25 07:40:45 UTC 2022
On Thu, 25 Aug 2022 07:24:35 GMT, Christoph Langer <clanger at openjdk.org> wrote:
>> 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
>
> Christoph Langer has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>
> Backport 8b5ff4bdffc8f32317d67b00c085071d6c772b30
I took the chance to fix some minor nits to match the code up with head, incorporating diffs from
https://bugs.openjdk.org/browse/JDK-8153005
https://bugs.openjdk.org/browse/JDK-8076190
See: https://github.com/openjdk/jdk/blame/master/test/jdk/sun/security/pkcs12/KeytoolOpensslInteropTest.java
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1343
More information about the jdk-updates-dev
mailing list