Skip to content

Commit

Permalink
8239105: Add exception for expiring Digicert root certificates to Ver…
Browse files Browse the repository at this point in the history
…ifyCACerts test

"8239105: added verisigntsaca and thawtepremiumserverca to EXPIRY_EXC_ENTRIES list"

Reviewed-by: mullan
  • Loading branch information
rhalade committed Oct 2, 2020
1 parent 22f0916 commit 123e786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Expand Up @@ -267,6 +267,10 @@ public class VerifyCACerts {
add("addtrustexternalca [jdk]");
// Valid until: Sat May 30 10:44:50 GMT 2020
add("addtrustqualifiedca [jdk]");
// Valid until: Fri Jan 01 15:59:59 PST 2021
add("verisigntsaca [jdk]");
// Valid until: Fri Jan 01 15:59:59 PST 2021
add("thawtepremiumserverca [jdk]");
}
};

Expand Down

1 comment on commit 123e786

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 123e786 Oct 2, 2020

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.