[jdk21u-dev] RFR: 8316138: Add GlobalSign 2 TLS root certificates
Severin Gehwolf
sgehwolf at openjdk.org
Fri May 17 11:53:03 UTC 2024
On Fri, 17 May 2024 10:10:47 GMT, María Arias de Reyna <duke at openjdk.org> wrote:
>> Backport from https://bugs.openjdk.org/browse/JDK-8316138
>
> @jerboaa Can you review this? There is still a test running in MacOS that failed yesterday, but I think it is not related to my change.
>
> The test that checks the certificates runs properly on my local machine:
>
> $ make test TEST="test/jdk/sun/security/lib/cacerts/VerifyCACerts.java"
> Building target 'test' in configuration 'linux-x86_64-server-release'
> 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/jdk21u-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/jdk21u-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'
@Delawen Please also run the CA tests in `CertPathValidator/certification` test. Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/581#issuecomment-2117425132
More information about the jdk-updates-dev
mailing list