Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -536/+0 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -2/+2 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | added x509_ prefix to imported parse functions | Andreas Steffen | 2007-10-12 | 1 | -1/+4 |
| | |||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 1 | -1/+13 |
| | |||||
* | list crlnumber | Andreas Steffen | 2007-04-27 | 1 | -0/+18 |
| | |||||
* | fixed destroy() bug | Andreas Steffen | 2007-04-14 | 1 | -7/+3 |
| | |||||
* | added trailing newline to list() | Andreas Steffen | 2007-04-12 | 1 | -6/+6 |
| | |||||
* | external functions are defined in asn1.h and x509.h now | Andreas Steffen | 2007-04-12 | 1 | -4/+0 |
| | |||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 1 | -35/+13 |
| | |||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 1 | -0/+9 |
| | |||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 1 | -13/+3 |
| | |||||
* | replaced expired since %V by expired %V ago | Andreas Steffen | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | replace printf.h by stdio.h | Andreas Steffen | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | removed my time_t printf handler patch, applied the one of andreas (64bit save) | Martin Willi | 2007-02-08 | 1 | -8/+8 |
| | |||||
* | fixed printf() hooks for time | Martin Willi | 2007-02-08 | 1 | -5/+5 |
| | |||||
* | fixed 64 bit issue with print time | Andreas Steffen | 2007-01-20 | 1 | -5/+5 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -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 function | Andreas Steffen | 2006-10-25 | 1 | -10/+10 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -7/+6 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -18/+4 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -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 Willi | 2006-09-27 | 1 | -2/+2 |
| | |||||
* | fixed some compiler warnings4.0.4 | Martin Willi | 2006-09-21 | 1 | -8/+8 |
| | |||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | verify_emsa_pkcs1_signature returns status_t | Andreas Steffen | 2006-09-18 | 1 | -1/+1 |
| | |||||
* | fixed compiler warnings | Martin Willi | 2006-07-05 | 1 | -5/+3 |
| | |||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 1 | -15/+67 |
| | |||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 1 | -1/+10 |
| | |||||
* | added crl support | Andreas Steffen | 2006-06-16 | 1 | -0/+470 |