aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented the PRF_KEYED_SHA1 algorithm in the openssl pluginMartin Willi2010-03-081-0/+7
|
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-2/+2
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Prefer MODP2048/1536 over ECP Diffie-Hellman groupsMartin Willi2009-11-121-11/+9
|
* Updated openssl plugin to the new builder APIMartin Willi2009-09-101-8/+21
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-27/+27
|
* do openssl fingerprinting/encoding directly, openssl provides all functionsMartin Willi2009-08-271-5/+0
|
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-261-0/+6
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-2/+2
| | | | enums mutex/condvar/rwlock_type_t.
* activated CAMELLIA_CBC cipher in openssl pluginAndreas Steffen2009-08-051-0/+2
|
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+2
|
* compiler warning fixedTobias Brunner2009-05-061-1/+1
|
* 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 ↵Tobias Brunner2008-12-031-0/+3
| | | | OpenSSL, based on patches by Michael Roßberg.
* 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