JDK 8 Code Review Request for 7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException (original) (raw)
Sean Mullan sean.mullan at oracle.com
Sat Sep 15 21:59:20 UTC 2012
- Previous message (by thread): hg: jdk8/tl/jdk: 7189926: Reduce test size for default run. Add additional run enabling alternative hashing.
- Next message (by thread): JDK 8 Code Review Request for 7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is a fix for an SQE test that is failing where the root certificate contains a DSA PublicKey without any parameters. These root certs should be skipped over during a CertPath build, rather than trying them, which causes a NullPointerException on Solaris when the PKCS11 provider is used.
bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7195409 webrev: http://cr.openjdk.java.net/~mullan/webrevs/7195409/webrev.00/
No regression test (noreg-sqe).
Thanks, Sean
- Previous message (by thread): hg: jdk8/tl/jdk: 7189926: Reduce test size for default run. Add additional run enabling alternative hashing.
- Next message (by thread): JDK 8 Code Review Request for 7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]