jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Trustmanager does not reload CRLs #80

Closed bbockelm closed 11 years ago

bbockelm commented 11 years ago

The trustmanager uses a static CertStore (SimpleMemoryStore) and does not reload CRLs. That's just ... wrong.

We should convert to a CertificateRevocationLists object for the CRLChecker class.