We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e67796 commit b2255b9Copy full SHA for b2255b9
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");
1 commit comments
openjdk-notifier[bot] commentedon Mar 20, 2025
Review
Issues