summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_mult.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-4/+4
* back out ecc constant time changesjsg2018-07-151-4/+4
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-4/+4
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-3/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-30/+30
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-3/+3
* In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so thatmiod2015-02-151-6/+5
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-3/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-071-4/+1
* Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butguenther2014-11-111-5/+11
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-13/+7
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* more: no need for null check before freederaadt2014-05-301-8/+3
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-7/+7
* knf approximationtedu2014-05-061-398/+354
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-25/+25
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+4
* resolve conflicts, fix local changesdjm2010-10-011-11/+11
* resolve conflictsdjm2008-09-061-110/+563
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-6/+7
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+11
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+473