Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit

Permalink
8259338: Add expiry exception for identrustdstx3 alias to VerifyCACer…
Browse files Browse the repository at this point in the history
…ts.java test

Backport-of: b836b83
  • Loading branch information
rhalade committed Jun 16, 2021
1 parent 2c7e47e commit 54f5ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ public class VerifyCACerts {
add("luxtrustglobalrootca [jdk]");
// Valid until: Wed Mar 17 11:33:33 PDT 2021
add("quovadisrootca [jdk]");
// Valid until: Thu Sep 30 14:01:15 GMT 2021
add("identrustdstx3 [jdk]");
}
};

Expand Down

1 comment on commit 54f5ffe

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.