We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b6307 commit f08dd7fCopy full SHA for f08dd7f
jdk/test/sun/security/tools/jarsigner/TimestampCheck.java
@@ -1037,7 +1037,7 @@ static void prepare() throws Exception {
1037
}
1038
1039
gencert("tsold", "-ext eku:critical=ts -startdate -40d -validity 500");
1040
- gencert("tsbefore2019", "-ext eku:critical=ts -startdate 2018/01/01 -validity 3000");
+ gencert("tsbefore2019", "-ext eku:critical=ts -startdate 2018/01/01 -validity 5000");
1041
1042
gencert("tsweak", "-ext eku:critical=ts");
1043
gencert("tsdisabled", "-ext eku:critical=ts");
0 commit comments