]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_kmeth.c
Deprecate the ECDH functions.
[thirdparty/openssl.git] / crypto / ec / ec_kmeth.c
2020-02-04  PauliDeprecate the ECDH functions.
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11  Matt CaswellUpdate copyright year
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2017-07-23  Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2016-05-23  FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-05-09  J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-02  Dr. Stephen HensonHandle KDF internally.
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-13  Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-12-16  Dr. Stephen HensonConstify EC_KEY in ECDH_compute_key.
2015-12-10  Dr. Stephen Hensonmake default_ec_key_meth static
2015-12-09  Dr. Stephen HensonUse NULL comparison
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD accessors.
2015-12-09  Dr. Stephen HensonTop level ECDSA sign/verify redirection.
2015-12-09  Dr. Stephen HensonEngine EC_KEY_METHOD functionality.
2015-12-09  Dr. Stephen Hensonadd sign/verify methods
2015-12-09  Dr. Stephen HensonAdd set methods.
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD copy support
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD init and finish support
2015-12-09  Dr. Stephen HensonENGINE fixes
2015-12-09  Dr. Stephen HensonAdd compute key support to EC_KEY_METHOD
2015-12-09  Dr. Stephen HensonEC_KEY_METHOD keygen support.
2015-12-09  Dr. Stephen HensonSupport for EC_KEY_METHOD.