aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/ca.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-813/+0
|
* fixed error in the ordering of the certinfo_t records in the ocsp cache that ↵Andreas Steffen2007-12-121-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 Willi2007-11-201-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 blobAndreas Steffen2007-07-041-1/+1
|
* ignoring unkown crl/ocsp urisMartin Willi2007-07-041-3/+9
|
* add is_ca() methodAndreas Steffen2007-05-181-0/+9
|
* implementation of strictcrlpolicy=ifuriAndreas Steffen2007-04-201-1/+21
|
* started support of X.509 attribute certificatesAndreas Steffen2007-04-121-0/+9
|
* fixed output of list_certinfos()Andreas Steffen2007-04-121-1/+1
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-121-79/+60
|
* cosmetics in debug outputAndreas Steffen2007-04-061-2/+2
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-4/+4
|
* support cachecrls=yesAndreas Steffen2007-04-051-15/+74
|
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-041-31/+52
|
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-031-17/+77
|
* implemented ipsec purgeocspAndreas Steffen2007-03-281-0/+15
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-271-17/+84
|
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-131-1/+0
|
* ocsp signer certificate and ocsp response signature can be verifiedAndreas Steffen2007-03-081-4/+6
|
* start ocsp checking only if there are any ocspuris presentAndreas Steffen2007-03-071-1/+9
|
* starting to build ocsp requestAndreas Steffen2007-03-061-5/+25
|
* iterate certinfos linked list for matching serialNumberAndreas Steffen2007-03-051-2/+26
|
* refactored ca_info_tAndreas Steffen2007-03-031-18/+186
|
* added certinfos linked listAndreas Steffen2007-02-271-24/+33
|
* correct interface definitionAndreas Steffen2007-02-251-1/+1
|
* full support of ca info recordsAndreas Steffen2007-02-241-25/+177
|
* listing ca_info itemsAndreas Steffen2007-02-241-39/+28
|
* support of ca info recordsAndreas Steffen2007-02-231-0/+192