[jdk11u-dev] RFR: 8361212: Remove AffirmTrust root CAs [v2]

Antonio Vieiro avieiro at openjdk.org
Tue Aug 26 17:44:46 UTC 2025


On Tue, 26 Aug 2025 12:48:49 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> Antonio Vieiro has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Missing line in CAInterop.java
>>   
>>   Signed-off-by: Antonio Vieiro <avieirov at redhat.com>
>
> Almost good to go. Since the `CAInterop.java` tests are `/manual` in JDK 11+ they don't run unless specifically asked. Please run touched tests as much as you can.

Thanks @jerboaa . Greatly appreciated. I always forget about these "manual" tests!

This now passes like so:


==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR   
   jtreg:test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
>>                                                      46    44     2     0 <<
==============================
TEST FAILURE


With the following ones failing:


- security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#actalisauthenticationrootca:  Interoperability tests with Actalis CA
- security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlsrsarootg5: Interoperability tests with DigiCert TLS RSA4096 Root G5


And which are unrelated.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3075#issuecomment-3225125179


More information about the jdk-updates-dev mailing list