]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_plugin.c
openssl: Cleanup thread specific error buffer
[people/ms/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_plugin.c
2013-05-08  Tobias Brunneropenssl: Cleanup thread specific error buffer
2013-05-08  Tobias Brunneropenssl: Don't use deprecated CRYPTO_set_id_callback...
2013-05-08  Tobias Brunneropenssl: Add PKCS#12 parsing via OpenSSL
2013-05-08  Tobias Brunneropenssl: Properly cleanup OpenSSL library
2013-05-08  Tobias BrunnerAdd support for untruncated HMAC-SHA-512
2013-05-03  Tobias Brunneropenssl: Define a default for FIPS_MODE
2013-04-16  Andreas Steffensupport of OpenSSL FIPS-140-2 library
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-01  Tobias Brunneropenssl: The EVP GCM interface requires at least OpenSS...
2013-03-01  Martin WilliMerge branch 'multi-eap'
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'ikev1-rekeying'
2013-03-01  Martin WilliMerge branch 'vip-shunts'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'ikev1-mm-retransmits'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-28  Tobias Brunneropenssl: Provide AES-GCM implementation
2013-02-20  Tobias Brunneropenssl: Disable PKCS#7/CMS when building against OpenS...
2013-01-17  Tobias BrunnerMerge branch 'debian-testing'
2012-12-19  Martin WilliAdd a stub for OpenSSL PKCS#7 parsing
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-08-18  Tobias Brunneropenssl: Fix registration of the PUBKEY builder
2012-07-16  Tobias BrunnerCheck rng return value when seeding OpenSSL RNG
2012-07-03  Tobias Brunneropenssl: Ensure the thread ID is never zero
2012-06-25  Tobias BrunnerUse simple wrappers for HMAC based PRF and signer in...
2012-06-25  Aleksandr GrinbergAdding OpenSSL HMAC signer functions to openssl plugin
2012-06-25  Aleksandr GrinbergAdding OpenSSL HMAC pseudo random functions to openssl...
2012-06-25  Aleksandr GrinbergAdding OpenSSL random number functions to openssl plugin
2012-05-02  Martin WilliCertificate decoding soft-depends on public key decodin...
2011-10-14  Martin WilliFixed AES key length in openssl plugin
2011-10-14  Martin WilliAnnounce openssl features only if actually supported
2011-10-14  Martin WilliAdd features support to openssl plugin
2011-04-15  Martin WilliAdded a (not yet implemented) plugin_t method to reload...
2011-04-15  Martin WilliAdded a get_name() function to plugin_t, create_plugin_...
2010-12-18  Andreas Steffentrace back crypto algorithms to the plugins that regist...
2010-10-21  Tobias BrunnerAdded missing include for RAND_seed and RAND_status.
2010-09-03  Martin WilliAdded a final flag to builder registration to enumerate...
2010-09-03  Martin WilliAdded support for MODP_CUSTOM to openssl plugin
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-11  Martin WilliDouble check that the OpenSSL RNG has been seeded,...
2010-08-10  Martin WilliMigrated remaining classes in openssl plugin to INIT...
2010-08-04  Martin WilliSupport module names in %smartcard specifier, streamlin...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if ENGINE...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if Elliptic...
2010-05-21  Martin WilliImplemented X.509 CRL reading using OpenSSL
2010-05-21  Martin WilliImplemented X.509 certificate reading using OpenSSL
2010-05-05  Martin WilliSupport decoding of subjectPublicKeyInfo in openssl...
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...