summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec2_smpl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement coordinate blinding for EC_POINT.tb2018-11-051-1/+2
* Recommit Billy Brumley's ECC constant time patch with a fix for sparc64tb2018-07-161-8/+4
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-10/+10
* back out ecc constant time changesjsg2018-07-151-13/+17
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-10/+10
* ECC constant time scalar multiplication support. First step in overhaulingtb2018-07-101-8/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-6/+6
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-24/+32
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-10/+10
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-11/+6
* 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-297/+370
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-40/+39
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-9/+0
* resolve conflictsdjm2012-10-131-337/+14
* OpenSSL 1.0.0f: mergedjm2012-01-051-1/+1
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+3
* resolve conflicts, fix local changesdjm2010-10-011-23/+89
* cherrypick patch from OpenSSL 0.9.8m:djm2010-03-041-4/+6
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+971