Bugzilla – Bug 6870
GlobusCredential.verify() only checks certificate expiration
Last modified: 2009-10-22 14:10:54
You need to log in before you can comment on or make changes to this bug.
Here is a patch to make this method perform full path validation instead of just checking certificate expiration (as suggested by the TODO): http://www.ncsa.illinois.edu/~jsiwek/verifyglobuscred_3.patch The old error code for certificate expiration is detected and used when applicable, except the DN info is now provided by the subsumed ProxyPathValidatorException.
Patch committed to CVS: http://lists.globus.org/pipermail/jglobus-commit/2009-October/000514.html http://lists.globus.org/pipermail/jglobus-commit/2009-October/000515.html Thanks Jon.