aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_ac.c
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed segmentation fault caused by malformed attribute certificatesAndreas Steffen2008-05-211-0/+5
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-10/+10
|
* optimized parser->success()Andreas Steffen2008-04-261-6/+2
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-143/+141
|
* compare certificates against full encoding to allow equality check of ↵Martin Willi2008-04-071-5/+9
| | | | untrusted certs
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-8/+2
|
* treat sig_alg and algorithm comparison in a consistent way over all ↵Andreas Steffen2008-03-261-0/+5
| | | | certificate types
* fixed compiler warningsMartin Willi2008-03-261-6/+10
|
* certificate factory can load certs from fileAndreas Steffen2008-03-251-17/+296
|
* fixed refence counts before calling attribute certificate factoryAndreas Steffen2008-03-251-0/+4
|
* added ietf group attribute support to attibute certificate factoryAndreas Steffen2008-03-211-0/+4
|
* fixed memory allocation problem in openacAndreas Steffen2008-03-211-13/+9
|
* added BUILD_SERIAL component and fixed several ac bugsAndreas Steffen2008-03-211-6/+14
|
* added credential factory support for BULD_NOT_BEFORE_TIME and ↵Andreas Steffen2008-03-211-22/+23
| | | | BUILD_NOT_AFTER_TIME
* refactored openac and its attribute certificate factoryAndreas Steffen2008-03-201-0/+807