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