[jdk8u-dev] Integrated: 8316138: Add GlobalSign 2 TLS root certificates
Zdenek Zambersky
zzambers at openjdk.org
Wed May 22 16:03:10 UTC 2024
On Mon, 20 May 2024 13:13:37 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:
> Backport adds CA certificates. It is not clean, some changes were needed for jdk8u (cacerts file checksum, modified switch cases, in addition to different paths). Also test cases with `-Dcom.sun.security.ocsp.useget=false` parameter were removed in `CAInterop.java`, as property was introduced by [JDK-8328638](https://bugs.openjdk.org/browse/JDK-8328638) and is only JDK17+.
>
> Testing:
> Tests look OK. There are these 3 failures in CAInterop.java:
>
> security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlseccrootg5
> security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlsrsarootg5
> security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#quovadisrootca1g3
>
> these are not caused by this backport, I can see same 3 failures on [master](https://github.com/zzambers/jdk8u-dev/actions/runs/9158176705/job/25176394629) (probably appeared recently).
This pull request has now been integrated.
Changeset: 012f59c7
Author: Zdenek Zambersky <zzambers at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/012f59c7f63fc44c1949d905203ea3f449087cd4
Stats: 92 lines in 4 files changed: 89 ins; 0 del; 3 mod
8316138: Add GlobalSign 2 TLS root certificates
Reviewed-by: andrew
Backport-of: 4083255440cfbf39b9683ea88a433d71ec6111e7
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/502
More information about the jdk8u-dev
mailing list