aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/credentials/credential_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-1681/+0
|
* Cache queue locking in credential manager corrected.Tobias Brunner2009-12-231-2/+13
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-9/+8
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-2/+2
|
* 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).
* verify RFC3779 IP address blocks along X.509 certificate trust chainAndreas Steffen2009-12-231-0/+58
|
* implemented path length constraint checkinf for IKEv2Andreas Steffen2009-11-041-10/+26
|
* streamlined output from get_validity()Andreas Steffen2009-10-061-2/+2
|
* Fall back to default credential set lookup if fingerprint lookup failsMartin Willi2009-09-151-1/+5
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-4/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-74/+74
|
* use only KEY_ID_PUBKEY_SHA1 fingerprint charon internallyMartin Willi2009-08-261-1/+1
|
* updated charon to new fingerprinting APIMartin Willi2009-08-261-46/+41
|
* 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
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-10/+10
| | | | | important change for developers: %Y replaces %D to print identities!
* merged multi-auth branch back into trunkMartin Willi2009-04-141-70/+84
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-8/+8
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-24/+23
|
* refactored credential builderMartin Willi2008-09-021-2/+3
| | | | | | | | | 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
* completed support of AUTHZ_CA_CERT and AUTHZ_CA_CERT_NAME attributesAndreas Steffen2008-08-261-0/+1
|
* corrected captionAndreas Steffen2008-08-011-1/+1
|
* using shared read locks in credential set enumerators to avoid deadlocksMartin Willi2008-07-301-5/+50
|
* handle ID_KEY_ID as a ID_PUBKEY_SHA1 for authenticationMartin Willi2008-05-141-2/+1
|
* some c-libs require _GNU_SOURCE for pthread_rwlockMartin Willi2008-04-231-1/+4
|
* type correctedTobias Brunner2008-04-181-2/+2
|
* added missing bits for credential cachingMartin Willi2008-04-171-29/+47
|
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-0/+19
| | | | allows persistent or in-memory caching of fetched certificates
* parallelized trust chain verificationMartin Willi2008-04-161-34/+129
| | | | | | temporary imported certificates are thread-local only read-write locking on credential manager credential sets must be thread-save now
* fixed bad cleanup which results in segfault if no issuer cert found, fixes #43Martin Willi2008-04-071-1/+0
|
* generate debug output if ocsp response does not contain status information ↵Andreas Steffen2008-04-021-2/+3
| | | | for a given certificate
* additional debug line makes certificate status checking more understandableAndreas Steffen2008-04-021-3/+8
|
* some simplifications to trusted_enumerator_tMartin Willi2008-04-011-8/+7
|
* checking pretrusted but bad certificates only onceMartin Willi2008-04-011-13/+18
|
* minor changes in debug outputAndreas Steffen2008-03-311-1/+3
|
* output error message if maximum ca path length is reachedAndreas Steffen2008-03-311-0/+4
|
* utc argument in %#T was missingAndreas Steffen2008-03-311-4/+6
|
* received certificates have least priorityMartin Willi2008-03-311-9/+5
| | | | | fixed manager unlocking
* fixed refcounting in certificate trustchain validationMartin Willi2008-03-311-3/+5
|
* fixed crash if crl fetching failsMartin Willi2008-03-281-6/+12
|
* caching of CRLsMartin Willi2008-03-281-127/+113
|
* replaced get_public() by create_public_enumerator() to try multiple public ↵Martin Willi2008-03-271-110/+205
| | | | keys for signature verification
* use trusted self-signed root CA certificates as trust anchor onlyMartin Willi2008-03-271-6/+16
|
* implemented cert cache flushing, ipsec purgeocspMartin Willi2008-03-271-0/+12
|
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-170/+147
|
* shortened debug outputAndreas Steffen2008-03-211-2/+2
|
* detect trusted self-signed before trust chain verificationAndreas Steffen2008-03-211-4/+14
|
* optimized debug output of credential_manager.cAndreas Steffen2008-03-211-21/+21
|
* cert_cache_t caches subject-issuer relations and subject certificatesMartin Willi2008-03-201-3/+17
| | | | ocsp/crl do not benefit yet due missing lookup function