aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/credentials/sets
Commit message (Collapse)AuthorAgeFilesLines
* reentrant save cert_cacheMartin Willi2008-03-281-12/+65
|
* caching of CRLsMartin Willi2008-03-281-0/+11
|
* implemented cert cache flushing, ipsec purgeocspMartin Willi2008-03-272-0/+29
|
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-3/+2
|
* cert_cache_t caches subject-issuer relations and subject certificatesMartin Willi2008-03-202-0/+275
| | | | ocsp/crl do not benefit yet due missing lookup function
* refactored trustchain verification, this should fix #33Martin Willi2008-03-194-0/+412
moved auth_info/ocsp_response credset wrapper to separate files