summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_mult.c
AgeCommit message (Expand)Author
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2010-08-26ECC library bugfixes.Bodo Möller
2009-05-02ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov
2008-12-27Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller
2003-02-10Make sure memcpy() is properly declared by including string.h.Richard Levitte
2003-02-08remove debugging leftoversBodo Möller
2003-02-07commentBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo 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-05-05improve wNAF generationBodo Möller
2002-04-14remove disabled codeBodo Möller
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte
2001-11-22commentBodo Möller
2001-11-16avoid stupid compiler warningBodo Möller
2001-11-16commentBodo Möller
2001-11-15comments etc.Bodo Möller
2001-11-15Improve EC efficiency.Bodo Möller
2001-07-10comment changeBodo Möller
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-04-03Fix warnings.Bodo Möller