| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Migrated x509_cert_t to INIT/METHOD macros | Martin Willi | 2011-01-05 | 1 | -144/+88 |
* | Moved X509 pathlen constraint checking to constraints plugin | Martin Willi | 2011-01-05 | 1 | -0/+29 |
* | Added plugin stub for advanced X509 constraint checking | Martin Willi | 2011-01-05 | 5 | -0/+231 |
* | CRL/OCSP validation stores trustchain information in auth_cfg | Martin Willi | 2011-01-05 | 1 | -17/+31 |
* | Use subject, not issuer, of CRL issuing certificate | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | CRLSign keyUsage or CA basicConstraint are sufficient for CRL validation | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Parse and encode crlSign keyUsage flag in x509 plugin | Martin Willi | 2011-01-05 | 1 | -10/+71 |
* | Use certificate CRLIssuer information to look up cacched CRLs or CDPs | Martin Willi | 2011-01-05 | 1 | -50/+88 |
* | Added support for CRL Issuers to x509 and OpenSSL plugins | Martin Willi | 2011-01-05 | 3 | -63/+254 |
* | Load plugins only once, even if listed twice | Martin Willi | 2011-01-05 | 1 | -0/+27 |
* | printed plugin names have a hyphen | Andreas Steffen | 2010-12-24 | 7 | -5/+9 |
* | Fixed public key construction from PKCS#11 private key | Martin Willi | 2010-12-23 | 1 | -3/+3 |
* | Probe for supported AF_ALG algorithms, register dynamically | Martin Willi | 2010-12-20 | 10 | -161/+212 |
* | Register algorithms with dependencies only if dependency available | Martin Willi | 2010-12-20 | 6 | -64/+133 |
* | Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish) | Martin Willi | 2010-12-20 | 2 | -0/+18 |
* | Implemented PRFs using AF_ALG | Martin Willi | 2010-12-20 | 4 | -0/+253 |
* | Use the AF_ALG wrapper in hasher, crypter and signer | Martin Willi | 2010-12-20 | 3 | -278/+39 |
* | Use a generic AF_ALG wrapper for common operations | Martin Willi | 2010-12-20 | 3 | -0/+312 |
* | Implemented crypter on top of AF_ALG | Martin Willi | 2010-12-20 | 4 | -1/+362 |
* | Implemented signer interface using AF_ALG | Martin Willi | 2010-12-20 | 4 | -1/+334 |
* | Implemented hasher based on AF_ALG | Martin Willi | 2010-12-20 | 4 | -2/+285 |
* | Added plugin stub for AF_ALG | Martin Willi | 2010-12-20 | 3 | -0/+112 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 19 | -138/+176 |
* | Migrated fips_prf plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -36/+37 |
* | Migrated md4_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 |
* | Migrated md5_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 |
* | Migrated ldap plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -23/+28 |
* | Migrated pubkey_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 |
* | Migrated pkcs1_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
* | Migrated curl_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
* | Migrated random plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -26/+27 |
* | Migrated sha1_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
* | Migrated sha2_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
* | Migrated mysql plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -28/+27 |
* | use private destroy() function | Andreas Steffen | 2010-12-04 | 1 | -1/+1 |
* | Migrated sqlite plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -31/+30 |
* | Migrated test_vectors_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
* | Migrated x509_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
* | Migrated pgp_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -10/+11 |
* | Migrated pem_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 |
* | Migrated dnskey_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -8/+11 |
* | Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20 | Martin Willi | 2010-11-18 | 3 | -3/+12 |
* | Use static args for C_Initialize(), OpenSC does not get a copy of the pointers | Martin Willi | 2010-11-18 | 1 | -5/+7 |
* | Added a PKCS#11 module option to enforce OS Locking functions | Martin Willi | 2010-11-12 | 3 | -8/+19 |
* | Do not use CKA_TRUSTED attribute for Cryptoki version < 2.20, handling all ce... | Martin Willi | 2010-11-10 | 1 | -7/+16 |
* | Add flags for PKCS#11 libraries with reduced feature set | Martin Willi | 2010-11-10 | 2 | -0/+51 |
* | Added missing include for RAND_seed and RAND_status. | Tobias Brunner | 2010-10-21 | 1 | -0/+1 |
* | Compare subject against all key identifiers in has_subject() | Martin Willi | 2010-09-09 | 2 | -10/+26 |
* | has_subject() now resolves ID_KEY_IDs | Andreas Steffen | 2010-09-09 | 1 | -4/+14 |
* | Register missing AUTH_HMAC_SHA384 algorithm without truncation | Martin Willi | 2010-09-06 | 1 | -0/+2 |