aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* 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