Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add features support to mysql plugin | Martin Willi | 2011-10-14 | 1 | -6/+12 | |
| | ||||||
* | Add features support to sqlite plugin | Martin Willi | 2011-10-14 | 1 | -6/+12 | |
| | ||||||
* | Added database and fetcher plugin features | Martin Willi | 2011-10-14 | 3 | -10/+37 | |
| | ||||||
* | Add features support to openssl plugin | Martin Willi | 2011-10-14 | 1 | -141/+118 | |
| | ||||||
* | Add features support to random plugin | Martin Willi | 2011-10-14 | 1 | -8/+13 | |
| | ||||||
* | Add features support to gmp plugin | Martin Willi | 2011-10-14 | 1 | -44/+77 | |
| | ||||||
* | Add features support to af_alg plugin | Martin Willi | 2011-10-14 | 9 | -51/+71 | |
| | ||||||
* | Add features support to xcbc plugin | Martin Willi | 2011-10-14 | 1 | -24/+20 | |
| | ||||||
* | Add features support to aes plugin | Martin Willi | 2011-10-14 | 1 | -6/+14 | |
| | ||||||
* | Add features support to hmac plugin | Martin Willi | 2011-10-14 | 1 | -63/+42 | |
| | ||||||
* | Add features support to md5 plugin | Martin Willi | 2011-10-14 | 1 | -4/+12 | |
| | ||||||
* | Add features support to sha2 plugin | Martin Willi | 2011-10-14 | 1 | -12/+15 | |
| | ||||||
* | Add features support to sha1 plugin | Martin Willi | 2011-10-14 | 1 | -10/+14 | |
| | ||||||
* | Plugin enumerator enumerates over loaded features, too | Martin Willi | 2011-10-14 | 2 | -2/+11 | |
| | ||||||
* | Added support for plugin features | Martin Willi | 2011-10-14 | 4 | -51/+838 | |
| | ||||||
* | Include library.h in plugin.h | Martin Willi | 2011-10-14 | 1 | -0/+1 | |
| | ||||||
* | util.h is a system header in Android < 2.x. | Tobias Brunner | 2011-10-13 | 1 | -1/+1 | |
| | ||||||
* | openssl: Adding support for key usage x509 extension. | Tobias Brunner | 2011-10-05 | 1 | -1/+42 | |
| | ||||||
* | Migrated pgp_cert to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -80/+52 | |
| | ||||||
* | Migrated x509_pkcs10 to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -78/+52 | |
| | ||||||
* | Migrated x509_ocsp_response to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -84/+58 | |
| | ||||||
* | Migrated x509_ocsp_request to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -75/+51 | |
| | ||||||
* | Migrated x509_ac to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -107/+63 | |
| | ||||||
* | Migrated sha1_prf to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -33/+27 | |
| | ||||||
* | use specific reset method | Andreas Steffen | 2011-09-28 | 1 | -42/+42 | |
| | ||||||
* | Migrated sha2_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -123/+116 | |
| | ||||||
* | Migrated sha1_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -26/+23 | |
| | ||||||
* | Migrated md5_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -29/+21 | |
| | ||||||
* | Migrated md4_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -27/+21 | |
| | ||||||
* | Migrated pubkey_cert to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -69/+48 | |
| | ||||||
* | make encoding of CERT_TRUSTED_PUBKEY configurable | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed compiler warnings in openssl plugin | Martin Willi | 2011-09-07 | 2 | -2/+2 | |
| | ||||||
* | Register manager of pkcs11 plugin as library object | Martin Willi | 2011-08-24 | 6 | -28/+8 | |
| | ||||||
* | typos: initator->initiator, authenticaion->authentication. | Tobias Brunner | 2011-08-15 | 1 | -1/+1 | |
| | ||||||
* | Added missing include in mysql plugin. | Tobias Brunner | 2011-07-26 | 1 | -0/+1 | |
| | | | | This was previously pulled in via linked_list.h->iterator.h->library.h. | |||||
* | fixed some more misspellings | Andreas Steffen | 2011-07-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 8 | -10/+10 | |
| | | | | Mostly found by 'codespell'. | |||||
* | Finally removed deprecated iterator_t. | Tobias Brunner | 2011-07-06 | 1 | -0/+1 | |
| | ||||||
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 1 | -3/+3 | |
| | ||||||
* | Provide recursive mutex' just in case the PKCS#11 library requires it | Martin Willi | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Fix strict aliasing warning | Martin Willi | 2011-05-25 | 1 | -1/+1 | |
| | ||||||
* | Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable | Martin Willi | 2011-05-19 | 3 | -5/+5 | |
| | ||||||
* | Use CRITICAL job priority class for long running dispatcher jobs | Martin Willi | 2011-05-16 | 1 | -2/+2 | |
| | ||||||
* | Don't compile login() in openssl_rsa_private_key_t if ENGINE support is ↵ | Tobias Brunner | 2011-05-13 | 1 | -0/+2 | |
| | | | | disabled in OpenSSL. | |||||
* | chunk_clear not clear_chunk. | Tobias Brunner | 2011-05-10 | 1 | -1/+1 | |
| | ||||||
* | Wipe memory after using key material (incomplete, to be continued) | Martin Willi | 2011-05-09 | 8 | -5/+14 | |
| | ||||||
* | fixed loop error in parsing of OCSP basic responses | Andreas Steffen | 2011-04-26 | 1 | -1/+1 | |
| | ||||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 2 | -18/+12 | |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | |||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 2 | -12/+18 | |
| | ||||||
* | Added plugin_loader method to reload plugin configurations | Martin Willi | 2011-04-15 | 2 | -0/+55 | |
| |