Commit f1bc4e0 1 parent 4a5786b commit f1bc4e0 Copy full SHA for f1bc4e0
File tree 1 file changed +3
-1
lines changed
test/jdk/sun/security/lib/cacerts
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 27
27
* @bug 8189131 8198240 8191844 8189949 8191031 8196141 8204923 8195774 8199779
28
28
* 8209452 8209506 8210432 8195793 8216577 8222089 8222133 8222137 8222136
29
29
* 8223499 8225392 8232019 8234245 8233223 8225068 8225069 8243321 8243320
30
- * 8243559 8225072 8258630
30
+ * 8243559 8225072 8258630 8259312
31
31
* @summary Check root CA entries in cacerts file
32
32
*/
33
33
import java .io .ByteArrayInputStream ;
@@ -262,6 +262,8 @@ public class VerifyCACerts {
262
262
add ("luxtrustglobalrootca [jdk]" );
263
263
// Valid until: Wed Mar 17 11:33:33 PDT 2021
264
264
add ("quovadisrootca [jdk]" );
265
+ // Valid until: Tue Apr 06 00:29:40 PDT 2021
266
+ add ("soneraclass2ca [jdk]" );
265
267
}
266
268
};
267
269
You can’t perform that action at this time.
0 commit comments