[jdk17u-dev] RFR: 8316138: Add GlobalSign 2 TLS root certificates
María Arias de Reyna
duke at openjdk.org
Fri May 17 11:13:14 UTC 2024
On Fri, 17 May 2024 11:04:55 GMT, María Arias de Reyna <duke at openjdk.org> wrote:
> Backport for https://bugs.openjdk.org/browse/JDK-8316138
>
> Related to https://github.com/openjdk/jdk21u-dev/pull/581
>
> Changes since the original commit: the checksum for the certificates and the folder where the certs are stored.
@TheRealMDoerr redid #2478 because force pushing does not suit well with the jdk bot :) But here we are.
$ make test TEST="test/jdk/sun/security/lib/cacerts/VerifyCACerts.java"
Building target 'test' in configuration 'linux-x86_64-server-release'
Creating jdk image
Creating CDS archive for jdk image
Creating CDS-NOCOOPS archive for jdk image
Test selection 'test/jdk/sun/security/lib/cacerts/VerifyCACerts.java', will run:
* jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Running test 'jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java'
Passed: sun/security/lib/cacerts/VerifyCACerts.java
Test results: passed: 1
Report written to /home/delawen/git/jdk17u-dev/build/linux-x86_64-server-release/test-results/jtreg_test_jdk_sun_security_lib_cacerts_VerifyCACerts_java/html/report.html
Results written to /home/delawen/git/jdk17u-dev/build/linux-x86_64-server-release/test-support/jtreg_test_jdk_sun_security_lib_cacerts_VerifyCACerts_java
Finished running test 'jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java'
Test report is stored in build/linux-x86_64-server-release/test-results/jtreg_test_jdk_sun_security_lib_cacerts_VerifyCACerts_java
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
1 1 0 0
==============================
TEST SUCCESS
Finished building target 'test' in configuration 'linux-x86_64-server-release'
@jerboaa Here is the backport of the certificates for JDK17
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2479#issuecomment-2117332487
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2479#issuecomment-2117337099
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2479#issuecomment-2117339910
More information about the jdk-updates-dev
mailing list