[jdk8u] RFR: 8321408: Add Certainly roots R1 and E1

Severin Gehwolf sgehwolf at openjdk.org
Fri Mar 22 09:43:29 UTC 2024


On Fri, 22 Mar 2024 03:21:27 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Clean backport (with path shuffling) to add two new root certificates.
> 
> New tests fail before patching and succeed after:
> ~~~
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyroote1
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyrootr1
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyroote1
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyrootr1
> ~~~
> 
> The following failures are common to both runs:
> ~~~
> FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#globalsigneccrootcar4
> FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootcar1
> FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootcar2
> FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootecccar3
> FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootecccar4
> ~~~
> 
> which are believe are caused by [/JDK-8324583](https://bugs.openjdk.org/browse/JDK-8324583) and unrelated to this change.

Looks good.

-------------

Marked as reviewed by sgehwolf (Reviewer).

PR Review: https://git.openjdk.org/jdk8u/pull/54#pullrequestreview-1954363370


More information about the jdk8u-dev mailing list