aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/credentials/sets/auth_info_wrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* merged multi-auth branch back into trunkMartin Willi2009-04-141-216/+0
|
* refactored credential builderMartin Willi2008-09-021-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
* 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-171-0/+1
| | | | allows persistent or in-memory caching of fetched certificates
* refactored trustchain verification, this should fix #33Martin Willi2008-03-191-0/+154
moved auth_info/ocsp_response credset wrapper to separate files