aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_mult.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Call single parent free_comp routine.Rich Salz2016-01-131-1/+1
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-72/+19
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* remove 0 assignments.Rich Salz2015-09-031-4/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-7/+3
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanup.Rich Salz2015-03-251-6/+3
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-3/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-666/+644
* Further comment changes for reformat (master)Matt Caswell2015-01-221-6/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-142/+3
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Fix free of garbage pointer. PR#3595Matt Caswell2014-11-121-3/+4
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* ECC library bugfixes.Bodo Möller2010-08-261-2/+4
* ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov2009-05-021-5/+5
* Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie2008-12-271-6/+6
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-221-3/+31
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-141-1/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-5/+5
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
* Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte2003-05-211-6/+7
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-121-65/+34
* Make sure memcpy() is properly declared by including string.h.Richard Levitte2003-02-101-0/+2
* remove debugging leftoversBodo Möller2003-02-081-4/+0
* commentBodo Möller2003-02-071-0/+7
* implement fast point multiplication with precomputationBodo Möller2003-02-061-89/+492
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-0/+3
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-7/+41
* improve wNAF generationBodo Möller2002-05-051-36/+57
* remove disabled codeBodo Möller2002-04-141-310/+1
* bugfix: allocate sufficiently large bufferBodo Möller2002-02-201-1/+1
* Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte2002-01-261-1/+1
* commentBodo Möller2001-11-221-1/+4
* avoid stupid compiler warningBodo Möller2001-11-161-1/+1
* commentBodo Möller2001-11-161-0/+1
* comments etc.Bodo Möller2001-11-151-3/+3
* Improve EC efficiency.Bodo Möller2001-11-151-10/+361
* comment changeBodo Möller2001-07-101-3/+3
* Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller2001-07-101-1/+1
* Fix warnings.Bodo Möller2001-04-031-3/+3