aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/revocation
Commit message (Collapse)AuthorAgeFilesLines
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-1/+1
|
* Added support for delta CRL checking to revocation pluginMartin Willi2011-01-051-12/+109
|
* Check for issuer only if we actually got a CRLMartin Willi2011-01-051-7/+7
|
* Pass an additional anchor flag to validate() hook if we reach the root CAMartin Willi2011-01-051-1/+2
|
* Always pass auth info to validate(), use pathlen to check for user certificateMartin Willi2011-01-051-2/+4
|
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-8/+8
|
* CRL/OCSP validation stores trustchain information in auth_cfgMartin Willi2011-01-051-17/+31
|
* Use certificate CRLIssuer information to look up cacched CRLs or CDPsMartin Willi2011-01-051-50/+88
|
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-051-2/+1
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-1/+5
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-1/+6
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-2/+2
| | | | encoding
* Moved CRL/OCSP checking to a dedicated plugin called revocationMartin Willi2010-07-135-0/+750