aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crl.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-536/+0
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-2/+2
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* added x509_ prefix to imported parse functionsAndreas Steffen2007-10-121-1/+4
|
* check hash algorithms used in signaturesAndreas Steffen2007-09-111-1/+13
|
* list crlnumberAndreas Steffen2007-04-271-0/+18
|
* fixed destroy() bugAndreas Steffen2007-04-141-7/+3
|
* added trailing newline to list()Andreas Steffen2007-04-121-6/+6
|
* external functions are defined in asn1.h and x509.h nowAndreas Steffen2007-04-121-4/+0
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-121-35/+13
|
* support cachecrls=yesAndreas Steffen2007-04-051-0/+9
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-031-13/+3
|
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-281-1/+1
|
* replace printf.h by stdio.hAndreas Steffen2007-02-241-1/+1
|
* removed my time_t printf handler patch, applied the one of andreas (64bit save)Martin Willi2007-02-081-8/+8
|
* fixed printf() hooks for timeMartin Willi2007-02-081-5/+5
|
* fixed 64 bit issue with print timeAndreas Steffen2007-01-201-5/+5
|
* 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