]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_plugin.c
openssl: Make sure to release the functional ENGINE reference
[thirdparty/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_plugin.c
2018-12-12  Tobias Brunneropenssl: Make sure to release the functional ENGINE...
2018-11-30  Tobias BrunnerMerge branch 'openssl-25519/448'
2018-11-30  Tobias Brunneropenssl: Add support for Ed25519/Ed448
2018-11-30  Tobias Brunneropenssl: Add support for X25519 and X448
2018-10-24  Tobias BrunnerMerge branch 'openssl-keyid'
2018-10-24  ambisoopenssl: Remove extra semicolon
2018-10-24  ambisoopenssl: Remove arbitrary keyid length check
2018-10-24  ambisoopenssl: Fix invalid keyid length check
2017-11-08  Tobias BrunnerMerge branch 'rsassa-pss'
2017-11-08  Tobias Brunneropenssl: Add support for verifying RSASSA-PSS signatures
2017-11-08  Tobias Brunneropenssl: Add support for creating RSASSA-PSS signatures
2017-11-02  Tobias Brunneropenssl: Also load EC keys from an ENGINE
2016-10-05  Tobias BrunnerMerge branch 'priv-key-any'
2016-10-05  Tobias Brunneropenssl: Add a generic private key loader
2016-09-22  Andreas Steffengmp: Support of SHA-3 RSA signatures
2016-06-29  Tobias BrunnerMerge branch 'openssl-1.1.0'
2016-06-29  Tobias Brunneropenssl: Update initialization and cleanup for OpenSSL...
2016-06-29  Tobias Brunneropenssl: OpenSSL 1.1.0 is thread-safe so we don't have...
2016-04-15  Tobias BrunnerMerge branch 'boringssl'
2016-04-15  Tobias Brunneropenssl: BoringSSL does not support configuration
2015-12-17  Andreas Steffen128 bit default security strength for IKE and ESP algor...
2015-12-14  Andreas Steffen128 bit default security strength requires 3072 bit...
2014-09-24  Martin WilliMerge branch 'curl-features'
2014-09-24  Martin Willicurl: For SSL features, depend on thread-safety provide...
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Williopenssl: Don't re-enter FIPS mode if we are already...
2014-06-04  Martin Williopenssl: Be less verbose about FIPS mode when not runni...
2014-06-04  Martin Williopenssl: Fix includes to prevent <winsock2.h> to compla...
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlib: All settings use configured namespace
2013-10-17  Tobias BrunnerMerge branch 'ecc-brainpool'
2013-10-17  Tobias Brunneropenssl: Add support for ECC Brainpool curves for DH...
2013-10-11  Tobias BrunnerRemove HASH_PREFERRED, usages are replaced with HASH_SH...
2013-09-27  Tobias Brunneropenssl: Properly log FIPS mode when enabled via openss...
2013-05-08  Tobias Brunneropenssl: Only warn about unavailable FIPS mode if the...
2013-05-08  Tobias BrunnerMerge branch 'charon-cmd-pkcs12'
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
next