Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -813/+0 |
| | |||||
* | fixed error in the ordering of the certinfo_t records in the ocsp cache that ↵ | Andreas Steffen | 2007-12-12 | 1 | -1/+1 |
| | | | | caused multiple entries of the same serial number to be created. This was caused by the iterator_t method insert_after() that inserts a record in the first instead of the last position of a linked list if the end of the list is reached. Fix: use linked_list_t method insert_last() instead. | ||||
* | 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 | ||||
* | output crl uri as a printable string instead of a binary blob | Andreas Steffen | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | ignoring unkown crl/ocsp uris | Martin Willi | 2007-07-04 | 1 | -3/+9 |
| | |||||
* | add is_ca() method | Andreas Steffen | 2007-05-18 | 1 | -0/+9 |
| | |||||
* | implementation of strictcrlpolicy=ifuri | Andreas Steffen | 2007-04-20 | 1 | -1/+21 |
| | |||||
* | started support of X.509 attribute certificates | Andreas Steffen | 2007-04-12 | 1 | -0/+9 |
| | |||||
* | fixed output of list_certinfos() | Andreas Steffen | 2007-04-12 | 1 | -1/+1 |
| | |||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 1 | -79/+60 |
| | |||||
* | cosmetics in debug output | Andreas Steffen | 2007-04-06 | 1 | -2/+2 |
| | |||||
* | support of ldap-based crl fetching | Andreas Steffen | 2007-04-06 | 1 | -4/+4 |
| | |||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 1 | -15/+74 |
| | |||||
* | support of crlcheckinterval=0 to disable IKEv2 CRL fetching | Andreas Steffen | 2007-04-04 | 1 | -31/+52 |
| | |||||
* | fixed crl fetching bug | Andreas Steffen | 2007-04-03 | 1 | -3/+6 |
| | |||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 1 | -17/+77 |
| | |||||
* | implemented ipsec purgeocsp | Andreas Steffen | 2007-03-28 | 1 | -0/+15 |
| | |||||
* | implemented ipsec listocsp function | Andreas Steffen | 2007-03-27 | 1 | -17/+84 |
| | |||||
* | fixed compilation warnings and errors when not using curl | Martin Willi | 2007-03-13 | 1 | -1/+0 |
| | |||||
* | ocsp signer certificate and ocsp response signature can be verified | Andreas Steffen | 2007-03-08 | 1 | -4/+6 |
| | |||||
* | start ocsp checking only if there are any ocspuris present | Andreas Steffen | 2007-03-07 | 1 | -1/+9 |
| | |||||
* | starting to build ocsp request | Andreas Steffen | 2007-03-06 | 1 | -5/+25 |
| | |||||
* | iterate certinfos linked list for matching serialNumber | Andreas Steffen | 2007-03-05 | 1 | -2/+26 |
| | |||||
* | refactored ca_info_t | Andreas Steffen | 2007-03-03 | 1 | -18/+186 |
| | |||||
* | added certinfos linked list | Andreas Steffen | 2007-02-27 | 1 | -24/+33 |
| | |||||
* | correct interface definition | Andreas Steffen | 2007-02-25 | 1 | -1/+1 |
| | |||||
* | full support of ca info records | Andreas Steffen | 2007-02-24 | 1 | -25/+177 |
| | |||||
* | listing ca_info items | Andreas Steffen | 2007-02-24 | 1 | -39/+28 |
| | |||||
* | support of ca info records | Andreas Steffen | 2007-02-23 | 1 | -0/+192 |