aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* adding MD4 and DES (ECB) to openssl pluginTobias Brunner2009-02-181-0/+4
* add support for smartcards in charon by using the ENGINE API provided by Open...Tobias Brunner2008-12-031-0/+3
* proper cleanup of openssl locking codeMartin Willi2008-11-051-7/+13
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-13/+12
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-041-1/+1
* added locking mechanism for multithreaded use of OpenSSLMartin Willi2008-11-031-0/+117
* creating default IKE proposals dynamically using algorithm enumeration APIMartin Willi2008-08-281-20/+20
* enabling support for hardware accelerators in OpenSSLTobias Brunner2008-06-251-0/+6
* ECDSA with OpenSSLTobias Brunner2008-06-101-0/+12
* added the ECP groups from RFC 5114Tobias Brunner2008-05-221-0/+4
* added ECDH with OpenSSL (see RFC 4753)Tobias Brunner2008-05-221-0/+11
* RSA with OpenSSLTobias Brunner2008-05-151-0/+12
* adding diffie hellman with OpenSSLTobias Brunner2008-04-291-0/+21
* use SHA-1 as preferred hasher in the OpenSSL pluginTobias Brunner2008-04-291-2/+2
* added wrapper for OpenSSL hashersTobias Brunner2008-04-281-0/+18
* added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.)Tobias Brunner2008-04-281-0/+80