JDK 8 Code Review Request for 7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException
Sean Mullan
sean.mullan at oracle.com
Sat Sep 15 21:59:20 UTC 2012
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
More information about the security-dev
mailing list