aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/certinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-203/+0
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-271-0/+18
|
* results from the single responses is stored in the corresponding certinfo_t ↵Andreas Steffen2007-03-121-1/+17
| | | | structs
* corrected commentAndreas Steffen2007-03-071-1/+1
|
* iterate certinfos linked list for matching serialNumberAndreas Steffen2007-03-051-0/+10
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-2/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-8/+9
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* introduced new logging subsystem using bus:Martin Willi2006-10-181-33/+23
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* support of cert payloadsAndreas Steffen2006-07-031-1/+4
|
* added X.509 trust chain verificationAndreas Steffen2006-06-271-0/+166