Skip to content

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

Reviewed-by: shade
Backport-of: 54f5ffe
  • Loading branch information
RealCLanger committed Jul 5, 2021
1 parent c61cfb5 commit 65b215a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Expand Up @@ -264,6 +264,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 65b215a

@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.