| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added plugin stub for advanced X509 constraint checking | Martin Willi | 2011-01-05 | 6 | -0/+238 |
* | Added a strncaseeq variant to the string comparison macros | Martin Willi | 2011-01-05 | 1 | -1/+6 |
* | CRL/OCSP validation stores trustchain information in auth_cfg | Martin Willi | 2011-01-05 | 1 | -17/+31 |
* | Key strength checking stores all key sizes in auth_cfg, verifies all in compl... | Martin Willi | 2011-01-05 | 2 | -75/+84 |
* | 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 |
* | Added a flag for X509 CRLSign keyUsage | Martin Willi | 2011-01-05 | 1 | -0/+2 |
* | Remove x509_flag_names, flags do not work with ENUM() | Martin Willi | 2011-01-05 | 3 | -35/+1 |
* | 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 | 6 | -65/+259 |
* | Added key strength constraints for RSA or ECDSA trustchains | Martin Willi | 2011-01-05 | 3 | -0/+97 |
* | Migrated psk/pubkey_authenticators to INIT/METHOD macros | Martin Willi | 2011-01-05 | 2 | -0/+13 |
* | Load plugins only once, even if listed twice | Martin Willi | 2011-01-05 | 1 | -0/+27 |
* | Added a CIDR notation based host constructor | Martin Willi | 2011-01-05 | 2 | -0/+44 |
* | replaced spaces by tabs | Andreas Steffen | 2010-12-30 | 1 | -1/+1 |
* | implemented wrap around of registered IKEv1 algorithm names | Andreas Steffen | 2010-12-26 | 1 | -0/+2 |
* | disable AEAD crypto algorithm if no key size is supported | Andreas Steffen | 2010-12-25 | 1 | -0/+1 |
* | disable crypto algorithm if no key size is supported | Andreas Steffen | 2010-12-25 | 1 | -8/+27 |
* | log if an AEAD algorithm does not support a given key size | Andreas Steffen | 2010-12-25 | 1 | -2/+6 |
* | log if a crypto algorithm does not support a given key size | Andreas Steffen | 2010-12-25 | 1 | -1/+3 |
* | 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 | 4 | -0/+119 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 23 | -256/+364 |
* | fixed bug in mem_cred.c:add_crl() | Andreas Steffen | 2010-12-12 | 1 | -1/+1 |
* | fixed a bug in enum_from_name() function | Andreas Steffen | 2010-12-12 | 1 | -1/+1 |
* | 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 |