aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/certinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-257/+0
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-121-48/+0
|
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-281-1/+1
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-271-0/+73
|
* results from the single responses is stored in the corresponding certinfo_t ↵Andreas Steffen2007-03-121-0/+19
| | | | structs
* iterate certinfos linked list for matching serialNumberAndreas Steffen2007-03-051-0/+9
|
* added once flag to certinfo_tAndreas Steffen2007-02-271-0/+5
|
* 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
* introduced new logging subsystem using bus:Martin Willi2006-10-181-21/+9
| | | | | | | 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-0/+14
|
* added X.509 trust chain verificationAndreas Steffen2006-06-271-0/+198