]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c
openssl: Add helper to map ECDH groups to curve NIDs
[people/ms/strongswan.git] / src / libstrongswan / plugins / openssl / openssl_ec_diffie_hellman.c
2021-12-08  Tobias Brunneropenssl: Add helper to map ECDH groups to curve NIDs
2021-10-01  Tobias Brunneropenssl: Remove workaround for Brainpool ECDH curves...
2021-08-24  Tobias Brunneropenssl: Improve compatibility to newer BoringSSL releases
2021-05-04  Noel Kuntzeopenssl: Fix OpenSSL version check for EC_POINT_set_aff...
2021-03-19  Andreas Steffenopenssl: Migrate from deprecated EC_POINT_[set|get...
2021-01-27  Tobias Brunneropenssl: Fix potential crash with ECDH on Windows
2021-01-20  Tobias BrunnerMerge branch 'openssl-ecp'
2021-01-20  Tobias Brunneropenssl: Mainly use EVP interface for ECDH
2021-01-20  Tobias BrunnerRemove the ecp_x_coordinate_only option
2021-01-20  Mahantesh Salimathopenssl: Use ECDH_compute_key() for 'x-coordinate only...
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2016-12-10  Tobias Brunneropenssl: BoringSSL doesn't provide curve data for ECC...
2015-09-16  Tobias Brunneropenssl: Explicitly include openssl/bn.h
2015-04-15  Martin WilliMerge branch 'dh-test-vectors'
2015-04-15  Martin Williopenssl: Support setting ECDH private values
2015-03-23  Martin WilliMerge branch 'dh-checks'
2015-03-23  Martin Willidiffie-hellman: Verify public DH values in backends
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to set_other_pu...
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to get_my_publi...
2015-03-23  Martin Willidiffie-hellman: Use bool instead of status_t as get_sha...
2014-12-23  Tobias Brunnercrypto: Define MODP_CUSTOM outside of IKE DH range
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlib: All settings use configured namespace
2013-11-19  Tobias Brunneropenssl: Verify that a peer's ECDH public value is...
2013-10-17  Tobias BrunnerMerge branch 'ecc-brainpool'
2013-10-17  Tobias Brunneropenssl: Add workaround if ECC Brainpool curves are...
2013-10-17  Tobias Brunneropenssl: Add support for ECC Brainpool curves for DH...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2011-11-04  Thomas EgererUse chunk_clear to memwipe shared secret
2011-05-09  Martin WilliWipe memory after using key material (incomplete, to...
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-10  Martin WilliMigrated remaining classes in openssl plugin to INIT...
2010-06-22  Tobias BrunnerFixing compilation of the OpenSSL plugin if Elliptic...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-07-06  Andreas Steffenmake ecp_x_coordinate_only = yes the default
2009-07-06  Andreas Steffenecp_x_coordinate only option allows ECP interoperabilit...
2009-04-30  Tobias Brunnerremoving svn keyword $Id$ from all files
2008-11-04  Martin Williremoved superfluous get_other_public_value in diffie_he...
2008-06-10  Tobias Brunnerrefactoring
2008-05-23  Martin Willifixed some compiler warnings
2008-05-22  Tobias Brunneradded the ECP groups from RFC 5114
2008-05-22  Tobias Brunneradded ECDH with OpenSSL (see RFC 4753)