aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crl.h
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-158/+0
|
* added x509_ prefix to imported parse functionsAndreas Steffen2007-10-121-0/+2
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-121-0/+9
|
* support cachecrls=yesAndreas Steffen2007-04-051-0/+11
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-031-4/+2
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-9/+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-2/+2
| | | | | | | 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
* replaced 'times' by 'dates'Andreas Steffen2006-10-251-1/+1
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-11/+7
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* added X.509 trust chain verificationAndreas Steffen2006-06-271-13/+20
|
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-201-2/+11
|
* added crl supportAndreas Steffen2006-06-161-0/+134