aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec_mult.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-01Free tempory data on error in ec_wNAF_mul()Matt Caswell1-0/+2
2016-05-17Copyright consolidation 06/10Rich Salz1-53/+6
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini1-3/+22
2016-03-05GH616: Remove dead codeRich Salz1-2/+0
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson1-5/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-13Call single parent free_comp routine.Rich Salz1-1/+1
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz1-72/+19
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+4
2015-09-03remove 0 assignments.Rich Salz1-4/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-2/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-4/+4
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-7/+3
2015-04-30free NULL cleanup 7Rich Salz1-4/+2
2015-04-30free cleanup almost the finaleRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-25free NULL cleanup.Rich Salz1-6/+3
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz1-3/+0
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-7/+7
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-666/+644
2015-01-22Further comment changes for reformat (master)Matt Caswell1-6/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+4
2014-12-08Implement internally opaque bn access from ecMatt Caswell1-142/+3
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell1-3/+4
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson1-0/+2
2010-08-26ECC library bugfixes.Bodo Möller1-2/+4
2009-05-02ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov1-5/+5
2008-12-27Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie1-6/+6
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller1-3/+31
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch1-1/+2
2005-05-16ecc api cleanup; summary:Nils Larsch1-5/+5
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-1/+1
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte1-6/+7
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller1-65/+34
2003-02-10Make sure memcpy() is properly declared by including string.h.Richard Levitte1-0/+2
2003-02-08remove debugging leftoversBodo Möller1-4/+0
2003-02-07commentBodo Möller1-0/+7
2003-02-06implement fast point multiplication with precomputationBodo Möller1-89/+492
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-1/+1
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-7/+41
2002-05-05improve wNAF generationBodo Möller1-36/+57
2002-04-14remove disabled codeBodo Möller1-310/+1
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller1-1/+1
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte1-1/+1
2001-11-22commentBodo Möller1-1/+4
2001-11-16avoid stupid compiler warningBodo Möller1-1/+1