aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crl.c
Commit message (Collapse)AuthorAgeFilesLines
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-30/+7
| | | | | | | | | 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
* redesigned format of print functionAndreas Steffen2006-10-251-10/+10
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-7/+6
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-18/+4
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-181-47/+90
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* (no commit message)Martin Willi2006-09-271-2/+2
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-211-8/+8
|
* support of encrypted private key filesAndreas Steffen2006-09-201-1/+1
|
* verify_emsa_pkcs1_signature returns status_tAndreas Steffen2006-09-181-1/+1
|
* fixed compiler warningsMartin Willi2006-07-051-5/+3
|
* added X.509 trust chain verificationAndreas Steffen2006-06-271-15/+67
|
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-201-1/+10
|
* added crl supportAndreas Steffen2006-06-161-0/+470