Actions
Bug #5607
closedversion 0.9.17 CRL
Start date:
12/03/2013
Due date:
% Done:
0%
Estimated time:
Description
Hi,
With this JSAGA version the CRL file must exist and update or a exception is generated
it's possible to work without the crl file *.r0
Updated by Schwarz Lionel about 12 years ago
- Category set to Globus adaptors
- Status changed from New to Resolved
- Assigned To set to Schwarz Lionel
- Target version set to 1.0.0
JSAGA is now using the "IF_VALID" value for CRL check policy.
/**
* If a CRL for CA which issued a certificate being validated
* is present and valid then the certificate must not be listed on the CRL.
* If the CRL is present but it is outdated (or anyhow else corrupted) then the validation fails.
* If CRL is missing then validation is successful.
*/
Fixed in voms-clients branch (will be merged in 0.9.17)
Actions