]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ecdh_ossl.c
Make the EC code available from inside the FIPS provider
[thirdparty/openssl.git] / crypto / ec / ecdh_ossl.c
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-31  David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18  Bernd EdlingerClear the secret point in ecdh_simple_compute_key
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-04-03  Matt CaswellUpdate copyright year
2018-03-21  David BenjaminDocument EC_POINT_get_affine_coordinates_*.
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-14  Bernd EdlingerFix crash in ecdh_simple_compute_key.
2016-06-23  huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-03-02  Dr. Stephen HensonHandle KDF internally.
2016-03-01  Dr. Stephen HensonAdd default operations to EC_METHOD
2016-03-01  Dr. Stephen HensonReplace overrides.
2016-02-28  Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-09  Dr. Stephen HensonAdapt ecdh_compute_key
2015-12-09  Dr. Stephen Hensonmove ECDH implementation to crypto/ec