| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ... | Martin Willi | 2011-04-15 | 1 | -38/+43 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 1 | -36/+38 |
* | Added missing include for RAND_seed and RAND_status. | Tobias Brunner | 2010-10-21 | 1 | -0/+1 |
* | Added a final flag to builder registration to enumerate the actually supporte... | Martin Willi | 2010-09-03 | 1 | -10/+10 |
* | Added support for MODP_CUSTOM to openssl plugin | Martin Willi | 2010-09-03 | 1 | -0/+2 |
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -1/+5 |
* | Double check that the OpenSSL RNG has been seeded, do so otherwise | Martin Willi | 2010-08-11 | 1 | -0/+33 |
* | Migrated remaining classes in openssl plugin to INIT/METHOD macros | Martin Willi | 2010-08-10 | 1 | -6/+6 |
* | Support module names in %smartcard specifier, streamlined smartcard building | Martin Willi | 2010-08-04 | 1 | -1/+1 |
* | Fixing compilation of the OpenSSL plugin if ENGINE support is disabled. | Tobias Brunner | 2010-06-22 | 1 | -2/+8 |
* | Fixing compilation of the OpenSSL plugin if Elliptic Curve support is disabled. | Tobias Brunner | 2010-06-22 | 1 | -3/+9 |
* | Implemented X.509 CRL reading using OpenSSL | Martin Willi | 2010-05-21 | 1 | -0/+5 |
* | Implemented X.509 certificate reading using OpenSSL | Martin Willi | 2010-05-21 | 1 | -0/+7 |
* | Support decoding of subjectPublicKeyInfo in openssl without pkcs1 plugin | Martin Willi | 2010-05-05 | 1 | -0/+2 |
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 1 | -0/+6 |
* | Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin | Martin Willi | 2010-03-08 | 1 | -0/+7 |
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -2/+2 |
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading p... | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Prefer MODP2048/1536 over ECP Diffie-Hellman groups | Martin Willi | 2009-11-12 | 1 | -11/+9 |
* | Updated openssl plugin to the new builder API | Martin Willi | 2009-09-10 | 1 | -8/+21 |
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -27/+27 |
* | do openssl fingerprinting/encoding directly, openssl provides all functions | Martin Willi | 2009-08-27 | 1 | -5/+0 |
* | updated openssl plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 1 | -0/+6 |
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum... | Tobias Brunner | 2009-08-14 | 1 | -2/+2 |
* | activated CAMELLIA_CBC cipher in openssl plugin | Andreas Steffen | 2009-08-05 | 1 | -0/+2 |
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 1 | -0/+2 |
* | compiler warning fixed | Tobias Brunner | 2009-05-06 | 1 | -1/+1 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
* | adding MD4 and DES (ECB) to openssl plugin | Tobias Brunner | 2009-02-18 | 1 | -0/+4 |
* | add support for smartcards in charon by using the ENGINE API provided by Open... | Tobias Brunner | 2008-12-03 | 1 | -0/+3 |
* | proper cleanup of openssl locking code | Martin Willi | 2008-11-05 | 1 | -7/+13 |
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 1 | -13/+12 |
* | fixed bignum export if BN_num_bytes() != DH_size() | Martin Willi | 2008-11-04 | 1 | -1/+1 |
* | added locking mechanism for multithreaded use of OpenSSL | Martin Willi | 2008-11-03 | 1 | -0/+117 |
* | creating default IKE proposals dynamically using algorithm enumeration API | Martin Willi | 2008-08-28 | 1 | -20/+20 |
* | enabling support for hardware accelerators in OpenSSL | Tobias Brunner | 2008-06-25 | 1 | -0/+6 |
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -0/+12 |
* | added the ECP groups from RFC 5114 | Tobias Brunner | 2008-05-22 | 1 | -0/+4 |
* | added ECDH with OpenSSL (see RFC 4753) | Tobias Brunner | 2008-05-22 | 1 | -0/+11 |
* | RSA with OpenSSL | Tobias Brunner | 2008-05-15 | 1 | -0/+12 |
* | adding diffie hellman with OpenSSL | Tobias Brunner | 2008-04-29 | 1 | -0/+21 |
* | use SHA-1 as preferred hasher in the OpenSSL plugin | Tobias Brunner | 2008-04-29 | 1 | -2/+2 |
* | added wrapper for OpenSSL hashers | Tobias Brunner | 2008-04-28 | 1 | -0/+18 |
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 1 | -0/+80 |