summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nist.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-07-26EC GFp ladderBilly Brumley
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-06-20Update copyright yearMatt Caswell
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-08-20PR2490: Remove unused local variable bn ecp_nist.cLaszlo Papp
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2008-04-24Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov
2005-06-28remove OPENSSL_NO_ASM dependencyNils Larsch
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-11include limits.h for UINT_MAX etc.Nils Larsch
2003-02-08fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2003-01-28simplifyBodo Möller
2002-11-18remove redundant functionsBodo Möller
2002-11-18use consistent order of function definitionsBodo Möller
2002-11-15this method does not need field_data1Bodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29The #else part of the conditionals have two statements, so they needRichard Levitte
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-03-20New function EC_GROUP_check_discriminant().Bodo Möller
2002-03-18Fix bugs and typos.Bodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-10In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08More 'TODO' items.Bodo Möller