aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/credentials/sets/cert_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-390/+0
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-22/+22
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* reimplemented certificate cache:Martin Willi2008-12-151-154/+220
| | | | | | | fixes unsafe certificate caching use fixed array instead of a list fine grained per-slot locking use cache hits for housekeeping
* fixed compiler warningTobias Brunner2008-12-031-1/+1
|
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-14/+14
|
* using shared read locks in credential set enumerators to avoid deadlocksMartin Willi2008-07-301-28/+22
|
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-0/+9
| | | | allows persistent or in-memory caching of fetched certificates
* parallelized trust chain verificationMartin Willi2008-04-161-1/+17
| | | | | | temporary imported certificates are thread-local only read-write locking on credential manager credential sets must be thread-save now
* try to cache the same instance of equal certificatesMartin Willi2008-04-071-4/+17
|
* 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-271-0/+22
|
* 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-201-0/+209
ocsp/crl do not benefit yet due missing lookup function