aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/credentials
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-199-2929/+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-232-3/+3
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-232-2/+2
* 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-044-13/+13
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-049-141/+141
* 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 enum...Tobias Brunner2009-08-142-2/+2
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-309-18/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-302-11/+11
* merged multi-auth branch back into trunkMartin Willi2009-04-146-935/+151
* updated DoxyfileMartin Willi2009-03-246-6/+6
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-8/+8
* reimplemented certificate cache:Martin Willi2008-12-151-154/+220
* purge auth_info when IKE_SA is established, releases cert memoryMartin Willi2008-12-092-2/+16
* fixed compiler warningTobias Brunner2008-12-031-1/+1
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-052-38/+37
* refactored credential builderMartin Willi2008-09-022-2/+4
* completed support of AUTHZ_CA_CERT and AUTHZ_CA_CERT_NAME attributesAndreas Steffen2008-08-261-0/+1
* ported parts of two-sim branchMartin Willi2008-08-222-4/+39
* corrected captionAndreas Steffen2008-08-011-1/+1
* using shared read locks in credential set enumerators to avoid deadlocksMartin Willi2008-07-303-33/+79
* missing FETCH_END caused SEGFAULT in ikev2/rw-hash-and-url scenarioAndreas Steffen2008-07-221-1/+1
* 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
* Hash and URL cosmeticsAndreas Steffen2008-04-181-5/+5
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-183-52/+199
* type correctedTobias Brunner2008-04-182-3/+3
* added missing bits for credential cachingMartin Willi2008-04-171-29/+47
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-176-1/+51
* parallelized trust chain verificationMartin Willi2008-04-163-38/+148
* try to cache the same instance of equal certificatesMartin Willi2008-04-071-4/+17
* 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 fo...Andreas Steffen2008-04-021-2/+3
* 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 refcounting in certificate trustchain validationMartin Willi2008-03-311-3/+5
* fixed crash if crl fetching failsMartin Willi2008-03-281-6/+12