Skip to content

Commit 54f5ffe

Browse files
committedJun 16, 2021
8259338: Add expiry exception for identrustdstx3 alias to VerifyCACerts.java test
Backport-of: b836b83
1 parent 2c7e47e commit 54f5ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

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

+2
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ public class VerifyCACerts {
268268
add("luxtrustglobalrootca [jdk]");
269269
// Valid until: Wed Mar 17 11:33:33 PDT 2021
270270
add("quovadisrootca [jdk]");
271+
// Valid until: Thu Sep 30 14:01:15 GMT 2021
272+
add("identrustdstx3 [jdk]");
271273
}
272274
};
273275

0 commit comments

Comments
 (0)
Please sign in to comment.