]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_plugin.c
Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten
[thirdparty/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_plugin.c
2010-04-19  Martin WilliAdded support for DH groups 22, 23 and 24, patch contri...
2010-03-08  Martin WilliImplemented the PRF_KEYED_SHA1 algorithm in the openssl...
2010-03-02  Tobias BrunnerChanged plugin constructors from plugin_create to plugi...
2009-12-23  Tobias BrunnerUsing the thread wrapper in charon, libstrongswan and...
2009-12-23  Tobias BrunnerSeparated the public interfaces of the threading primit...
2009-12-23  Tobias BrunnerMoved mutex.c to a separate folder in order to cleanly...
2009-11-12  Martin WilliPrefer MODP2048/1536 over ECP Diffie-Hellman groups
2009-09-10  Martin WilliUpdated openssl plugin to the new builder API
2009-09-04  Martin Williremove spaces before tabs at the beginning of lines...
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-27  Martin Willido openssl fingerprinting/encoding directly, openssl...
2009-08-26  Martin Williupdated openssl plugin to new private/public key API...
2009-08-14  Tobias BrunnerOpenSolaris defines MUTEX_DEFAULT therefore we rename...
2009-08-05  Andreas Steffenactivated CAMELLIA_CBC cipher in openssl plugin
2009-08-05  Andreas Steffensupport of SHA224-based certificate signatures
2009-05-07  Tobias BrunnerMerge branch 'master' of git.strongswan.org:~/strongswa...
2009-05-06  Tobias Brunnercompiler warning fixed
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2009-02-18  Tobias Brunneradding MD4 and DES (ECB) to openssl plugin
2008-12-03  Tobias Brunneradd support for smartcards in charon by using the ENGIN...
2008-11-05  Martin Williproper cleanup of openssl locking code
2008-11-05  Martin Willireplaced most pthread_mutex/cond_t by wrapped mutex...
2008-11-04  Martin Willifixed bignum export if BN_num_bytes() != DH_size()
2008-11-03  Martin Williadded locking mechanism for multithreaded use of OpenSSL
2008-08-28  Martin Willicreating default IKE proposals dynamically using algori...
2008-06-25  Tobias Brunnerenabling support for hardware accelerators in OpenSSL
2008-06-10  Tobias BrunnerECDSA with OpenSSL
2008-05-22  Tobias Brunneradded the ECP groups from RFC 5114
2008-05-22  Tobias Brunneradded ECDH with OpenSSL (see RFC 4753)
2008-05-15  Tobias BrunnerRSA with OpenSSL
2008-04-29  Tobias Brunneradding diffie hellman with OpenSSL
2008-04-29  Tobias Brunneruse SHA-1 as preferred hasher in the OpenSSL plugin
2008-04-28  Tobias Brunneradded wrapper for OpenSSL hashers
2008-04-28  Tobias Brunneradded a wrapper plugin for OpenSSL crypters (AES, 3DES...