RFR: 8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing
Weijun Wang
weijun at openjdk.org
Wed Mar 19 02:13:07 UTC 2025
On Wed, 19 Mar 2025 01:54:19 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> A certificate created in the test will expire on 2026-03-20. This change adds another 2000 days to it.
The start date probably cannot change, because we have a rule `SHA1 denyAfter 2019-01-01` in `java.security` that only denies SHA1 signatures since 2019. That said, we can calculate the days between 2018-01-01 and today next year. Is that worth doing? I just want to fix this ASAP.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24107#issuecomment-2735142343
More information about the security-dev
mailing list