JDK 8 Code Review Request for 7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException (original) (raw)

Xuelei Fan xuelei.fan at oracle.com
Sun Sep 16 01:49:05 UTC 2012


Looks fine to me.

Xuelei

On 9/16/2012 5:59 AM, Sean Mullan wrote:

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/viewbug.do?bugid=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