Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 6 | -937/+0 |
| | |||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 2 | -6/+6 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 6 | -46/+46 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 6 | -12/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 2 | -51/+60 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 3 | -3/+3 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | reimplemented certificate cache: | Martin Willi | 2008-12-15 | 1 | -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 warning | Tobias Brunner | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | wrapped all pthread_rwlock_t in profilable rwlock_t | Martin Willi | 2008-11-05 | 1 | -14/+14 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -0/+1 |
| | | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts | ||||
* | using shared read locks in credential set enumerators to avoid deadlocks | Martin Willi | 2008-07-30 | 1 | -28/+22 |
| | |||||
* | missing FETCH_END caused SEGFAULT in ikev2/rw-hash-and-url scenario | Andreas Steffen | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Hash and URL cosmetics | Andreas Steffen | 2008-04-18 | 1 | -5/+5 |
| | |||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 1 | -2/+62 |
| | |||||
* | extended credential_set_t interface by a cache_cert() method | Martin Willi | 2008-04-17 | 3 | -0/+11 |
| | | | | allows persistent or in-memory caching of fetched certificates | ||||
* | parallelized trust chain verification | Martin Willi | 2008-04-16 | 1 | -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 certificates | Martin Willi | 2008-04-07 | 1 | -4/+17 |
| | |||||
* | reentrant save cert_cache | Martin Willi | 2008-03-28 | 1 | -12/+65 |
| | |||||
* | caching of CRLs | Martin Willi | 2008-03-28 | 1 | -0/+11 |
| | |||||
* | implemented cert cache flushing, ipsec purgeocsp | Martin Willi | 2008-03-27 | 2 | -0/+29 |
| | |||||
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 1 | -3/+2 |
| | |||||
* | cert_cache_t caches subject-issuer relations and subject certificates | Martin Willi | 2008-03-20 | 2 | -0/+275 |
| | | | | ocsp/crl do not benefit yet due missing lookup function | ||||
* | refactored trustchain verification, this should fix #33 | Martin Willi | 2008-03-19 | 4 | -0/+412 |
moved auth_info/ocsp_response credset wrapper to separate files |