summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec2_mult.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use BN_swap_ct() instead of BN_consttime_swap() intb2018-07-231-5/+10
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-6/+6
* back out ecc constant time changesjsg2018-07-151-6/+6
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-6/+6
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* Add error handling to the remaining calls to bn_wexpand().bcook2016-03-121-12/+16
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-13/+13
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-2/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* knf approximationtedu2014-05-061-161/+213
* Import OpenSSL 1.0.1gmiod2014-04-131-11/+16
* import OpenSSL-1.0.1cdjm2012-10-131-0/+4
* import OpenSSL 1.0.0edjm2011-11-031-4/+9
* import OpenSSL-1.0.0adjm2010-10-011-16/+17
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+380