-
Bug
-
Resolution: Unresolved
-
P4
-
23
Few tests use hardcoded certificates. When these certificates expire, test fails. This bug is filed to update these test certificates to either be generated at run time or updated to have extended expiry date.
Two ways this can be achieved:
- Set system clock to future date and run tests as suggested by Sean C. This would cause krb tests to fail with clock skew error so those should be ignored.
- Other option would be to look for certificates in the test with grep (BEGIN etc.)
Two ways this can be achieved:
- Set system clock to future date and run tests as suggested by Sean C. This would cause krb tests to fail with clock skew error so those should be ignored.
- Other option would be to look for certificates in the test with grep (BEGIN etc.)
- relates to
-
JDK-8031674 Update MD5 signed certificate to SHA-2 algorithm
-
- Open
-
-
JDK-8325096 Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/18958
-
Review(master) openjdk/jdk/23700