aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/credentials/sets
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-196-937/+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 p...Tobias Brunner2009-12-231-1/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-042-6/+6
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-046-46/+46
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-306-12/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
* merged multi-auth branch back into trunkMartin Willi2009-04-142-51/+60
* updated DoxyfileMartin Willi2009-03-243-3/+3
* reimplemented certificate cache:Martin Willi2008-12-151-154/+220
* fixed compiler warningTobias Brunner2008-12-031-1/+1
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-14/+14
* refactored credential builderMartin Willi2008-09-021-0/+1
* using shared read locks in credential set enumerators to avoid deadlocksMartin Willi2008-07-301-28/+22
* missing FETCH_END caused SEGFAULT in ikev2/rw-hash-and-url scenarioAndreas Steffen2008-07-221-1/+1
* Hash and URL cosmeticsAndreas Steffen2008-04-181-5/+5
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-181-2/+62
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-173-0/+11
* parallelized trust chain verificationMartin Willi2008-04-161-1/+17
* 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-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
* refactored trustchain verification, this should fix #33Martin Willi2008-03-194-0/+412