Skip to content

Commit 123e786

Browse files
author
Rajan Halade
committed
8239105: Add exception for expiring Digicert root certificates to VerifyCACerts test
"8239105: added verisigntsaca and thawtepremiumserverca to EXPIRY_EXC_ENTRIES list" Reviewed-by: mullan
1 parent 22f0916 commit 123e786

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/jdk/sun/security/lib/cacerts/VerifyCACerts.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ public class VerifyCACerts {
267267
add("addtrustexternalca [jdk]");
268268
// Valid until: Sat May 30 10:44:50 GMT 2020
269269
add("addtrustqualifiedca [jdk]");
270+
// Valid until: Fri Jan 01 15:59:59 PST 2021
271+
add("verisigntsaca [jdk]");
272+
// Valid until: Fri Jan 01 15:59:59 PST 2021
273+
add("thawtepremiumserverca [jdk]");
270274
}
271275
};
272276

0 commit comments

Comments
 (0)