aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Migrated x509_ocsp_request to INIT/METHOD macrosAndreas Steffen2011-09-281-75/+51
* Migrated x509_ac to INIT/METHOD macrosAndreas Steffen2011-09-281-107/+63
* Migrated sha1_prf to INIT/METHOD macrosAndreas Steffen2011-09-281-33/+27
* use specific reset methodAndreas Steffen2011-09-281-42/+42
* Migrated sha2_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-123/+116
* Migrated sha1_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-26/+23
* Migrated md5_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-29/+21
* Migrated md4_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-27/+21
* Migrated pubkey_cert to INIT/METHOD macrosAndreas Steffen2011-09-281-69/+48
* make encoding of CERT_TRUSTED_PUBKEY configurableAndreas Steffen2011-09-081-1/+1
* Fixed compiler warnings in openssl pluginMartin Willi2011-09-072-2/+2
* Register manager of pkcs11 plugin as library objectMartin Willi2011-08-246-28/+8
* typos: initator->initiator, authenticaion->authentication.Tobias Brunner2011-08-151-1/+1
* Added missing include in mysql plugin.Tobias Brunner2011-07-261-0/+1
* fixed some more misspellingsAndreas Steffen2011-07-201-1/+1
* Fixed common misspellings.Tobias Brunner2011-07-208-10/+10
* Finally removed deprecated iterator_t.Tobias Brunner2011-07-061-0/+1
* Replaced simple iterator usages.Tobias Brunner2011-07-061-3/+3
* Provide recursive mutex' just in case the PKCS#11 library requires itMartin Willi2011-06-011-1/+1
* Fix strict aliasing warningMartin Willi2011-05-251-1/+1
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-193-5/+5
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
* Don't compile login() in openssl_rsa_private_key_t if ENGINE support is disab...Tobias Brunner2011-05-131-0/+2
* chunk_clear not clear_chunk.Tobias Brunner2011-05-101-1/+1
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-098-5/+14
* fixed loop error in parsing of OCSP basic responsesAndreas Steffen2011-04-261-1/+1
* Revert alloc_str changesMartin Willi2011-04-212-18/+12
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-212-12/+18
* Added plugin_loader method to reload plugin configurationsMartin Willi2011-04-152-0/+55
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-1536-0/+44
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-1548-219/+432
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-1/+1
* Migrated plugin_loader to INIT/METHOD macrosMartin Willi2011-04-151-24/+19
* Fix compiler warning after fetcher_t.fetch signature changeMartin Willi2011-04-121-1/+2
* Use an IV size of zero for DES in ECB modeMartin Willi2011-04-082-3/+1
* Added support for DES_ECB to af-alg, required for eap-mschapv2Martin Willi2011-04-051-0/+1
* Added support for FETCH_CALLBACK to soup fetcherMartin Willi2011-04-041-9/+45
* Support FETCH_CALLBACK in curl fetcherMartin Willi2011-04-041-11/+34
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-042-2/+4
* fixed parsing of X.509 certificatePoliciesAndreas Steffen2011-03-111-4/+4
* support of RSAES-OAEP public keysAndreas Steffen2011-03-081-1/+1
* corrected pkcs11 error messageAndreas Steffen2011-03-011-1/+1
* prevent multiple debug outputs in case of non-monolithic pluginsAndreas Steffen2011-02-201-2/+0
* Merged the monolithic and non-monolithic plugin loaders into one.Tobias Brunner2011-02-101-49/+37
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-104-23/+33
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
* introduced libstrongswan.x509.enforce_critical parameterAndreas Steffen2011-02-054-7/+11
* Properly initialize variable 'critical'.Tobias Brunner2011-02-041-1/+1
* fixed checking of unknown critical extensions in openssl_x509Andreas Steffen2011-01-311-1/+1
* Implemented an alternative HTTP fetcher based on libsoupMartin Willi2011-01-175-0/+333