Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8259312: VerifyCACerts.java fails as soneraclass2ca cert will expire …
…in 90 days

Backport-of: f1bc4e0
  • Loading branch information
Yuri Nesterenko committed Jun 17, 2021
1 parent 26ba787 commit 7135eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Expand Up @@ -27,7 +27,7 @@
* @bug 8189131 8198240 8191844 8189949 8191031 8196141 8204923 8195774 8199779
* 8209452 8209506 8210432 8195793 8216577 8222089 8222133 8222137 8222136
* 8223499 8225392 8232019 8234245 8233223 8225068 8225069 8243321 8243320
* 8243559 8225072 8258630
* 8243559 8225072 8258630 8259312
* @summary Check root CA entries in cacerts file
*/
import java.io.ByteArrayInputStream;
Expand Down Expand Up @@ -262,6 +262,8 @@ public class VerifyCACerts {
add("luxtrustglobalrootca [jdk]");
// Valid until: Wed Mar 17 11:33:33 PDT 2021
add("quovadisrootca [jdk]");
// Valid until: Tue Apr 06 00:29:40 PDT 2021
add("soneraclass2ca [jdk]");
}
};

Expand Down

1 comment on commit 7135eb9

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