]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_cvt.c
Move EC_METHOD to internal-only
[thirdparty/openssl.git] / crypto / ec / ec_cvt.c
2020-06-02  Billy BrumleyMove EC_METHOD to internal-only
2020-04-23  Matt CaswellUpdate copyright year
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-10-22  Nicola TuveriAvoid using EC_GROUP_clear_free() internally
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto 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-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2011-05-23  Andy Polyakovspacrv9cap.c: addenum to recent EC optimizations.
2011-05-21  Andy Polyakovec_cvt.c: ARM comparison results were wrong, clarify...
2011-05-20  Andy Polyakovec_cvt.c: avoid EC_GFp_nist_method on platforms with...
2011-02-14  Dr. Stephen HensonUse BN_nist_mod_func to avoid need to peek error queue.
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28  Bodo Möllerclean up new code for NIST primes
2002-10-28  Bodo Möllerfast reduction for NIST curves
2002-08-02  Bodo MöllerRename implementations of method functions so that...
2002-08-02  Bodo Mölleradd support for elliptic curves over binary fields
2002-02-13  Bodo MöllerECDSA support
2001-03-08  Bodo MöllerImplement EC_GFp_mont_method.
2001-03-07  Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-05  Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05  Bodo MöllerMove ec.h to ec2.h because it is not compatible with...