Bugzilla – Bug 642
Key Usage present but keyCertSign not asserted
Last modified: 2005-12-05 17:00:52
You need to log in before you can comment on or make changes to this bug.
[java] org.globus.gsi.proxy.ProxyPathValidatorException: [Root error message: Key Usage present but keyCertSign not asserted] [Root exception is COM.claymoresystems.cert.CertificateVerifyException: Key Usage present but keyCertSign not asserted] [java] COM.claymoresystems.cert.CertificateVerifyException: Key Usage present but keyCertSign not asserted [java] at COM.claymoresystems.cert.X509Cert.checkKeyUsage(X509Cert.java:551)
KeyUsage extension (and BasicConstraint extension) checking was moved from the PureTLS code to ProxyPathValidator code. The PureTLS extension checking code did not take proxy certificates into account.