[jdk8u-dev] RFR: 8319187: Add three eMudhra emSign roots [v3]

Andrew John Hughes andrew at openjdk.org
Wed Dec 13 00:55:44 UTC 2023


On Tue, 12 Dec 2023 09:25:50 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> Clean backport of the JDK 11u patch of 
>> some more `cacert` additions (modulo path adjustments). Please review!
>> 
>> Testing:
>> - GHA (still running). Includes `cacerts` testing these days.
>> - cacerts tests locally on Linux x86_64. All pass (including the new tests).
>
> Severin Gehwolf has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   Backport 0bda467f6e29c866c661e88a76a9fe3efc0a0d19

I see some contextual differences:
~~~
-@@ -586,6 +606,13 @@ public class CAInterop {
-                     return new CATestURLs("https://validpremiumecc.affirmtrust.com",
-                             "https://revokedpremiumecc.affirmtrust.com");
+@@ -532,6 +552,13 @@ private CATestURLs getTestURLs(String alias) {
+                     return new CATestURLs("https://juolukka.cover.telia.fi:10600",
+                             "https://juolukka.cover.telia.fi:10601");
~~~
It seems [JDK-8268916](https://bugs.openjdk.org/browse/JDK-8268916) should go in first and make this a cleaner backport.

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

PR Review: https://git.openjdk.org/jdk8u-dev/pull/401#pullrequestreview-1778661529


More information about the jdk8u-dev mailing list