]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_plugin.c
updated openssl plugin to new private/public key API, use encoder framework
[people/ms/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_plugin.c
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...