aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | This was previously pulled in via linked_list.h->iterator.h->library.h.
* fixed some more misspellingsAndreas Steffen2011-07-201-1/+1
|
* Fixed common misspellings.Tobias Brunner2011-07-208-10/+10
| | | | Mostly found by 'codespell'.
* 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 ↵Tobias Brunner2011-05-131-0/+2
| | | | disabled in OpenSSL.
* 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
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* 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
| | | | over plugin_t
* 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
| | | | | This allows to add additional plugins even when the original build was monolithic. Also fixes the pluto/xauth bug with the monolithic build.
* [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
|
* Add missing va_end to va_start in curl_fetcherMartin Willi2011-01-171-6/+10
|
* compute memory requirement for PEM-encoding correctlyAndreas Steffen2011-01-071-1/+1
|
* Added support for delta CRL checking to revocation pluginMartin Willi2011-01-051-12/+109
|