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.
2 parents e52db2f + 9ffe868 commit 7b3f7dcCopy full SHA for 7b3f7dc
test/jdk/sun/security/tools/jarsigner/TimestampCheck.java
@@ -888,7 +888,7 @@ static void prepare() throws Exception {
888
}
889
890
gencert("tsold", "-ext eku:critical=ts -startdate -40d -validity 500");
891
- gencert("tsbefore2019", "-ext eku:critical=ts -startdate 2018/01/01 -validity 3000");
+ gencert("tsbefore2019", "-ext eku:critical=ts -startdate 2018/01/01 -validity 5000");
892
893
gencert("tsweak", "-ext eku:critical=ts");
894
gencert("tsdisabled", "-ext eku:critical=ts");
0 commit comments