[jdk17u-dev] RFR: 8350498: Remove two Camerfirma root CA certificates
Matthias Baesken
mbaesken at openjdk.org
Thu May 8 07:51:55 UTC 2025
On Wed, 7 May 2025 08:49:18 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 17.0.18-oracle.
>
> I had to adapt location and the test, as it is always the case with changes to the certs.
Looks good, but still the different CHECKSUM might be worth looking into !
test/jdk/sun/security/lib/cacerts/VerifyCACerts.java line 55:
> 53: // shasum -a 256 cacerts | sed -e 's/../&:/g' | tr '[:lower:]' '[:upper:]' | cut -c1-95
> 54: private static final String CHECKSUM
> 55: = "07:21:E0:F8:EA:55:CC:93:24:2E:74:07:4B:6B:CE:F3:81:C3:BB:47:5B:85:A2:F1:9E:44:CD:C0:99:55:D7:5F";
Strange that the CHECKSUM is different in 17u-dev before and after the change , compared to e.g. 21 and head ; but the number of certs (111 -> 109) seems to be the same.
Is there some other backport coming/missing ?
-------------
Marked as reviewed by mbaesken (Reviewer).
PR Review: https://git.openjdk.org/jdk17u-dev/pull/3557#pullrequestreview-2824149328
PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/3557#discussion_r2079103170
More information about the jdk-updates-dev
mailing list