summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_cvt.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols for bnShane Lontis
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-04-23Update copyright yearMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-10-23Avoid using EC_GROUP_clear_free() internallyNicola Tuveri
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2011-05-23spacrv9cap.c: addenum to recent EC optimizations.Andy Polyakov
2011-05-21ec_cvt.c: ARM comparison results were wrong, clarify the background.Andy Polyakov
2011-05-20ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [seeAndy Polyakov
2011-02-14Use BN_nist_mod_func to avoid need to peek error queue.Dr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-02-13ECDSA supportBodo Möller
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller