summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_smpl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationtb2018-11-151-4/+4
* unrevert the use of bn_rand_interval().tb2018-11-061-5/+3
* Unset Z_is_zero after applying coordinate blinding andtb2018-11-061-3/+4
* disable EC_POINT coordinate blinding due to failures in ECDHE and TLStb2018-11-061-1/+3
* revert use of bn_rand_interval due to failures with ECDHE and TLStb2018-11-061-3/+5
* Make use of bn_rand_interval() where appropriate.tb2018-11-051-5/+3
* Implement coordinate blinding for EC_POINT.tb2018-11-051-3/+68
* Recommit Billy Brumley's ECC constant time patch with a fix for sparc64tb2018-07-161-1/+249
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-13/+13
* back out ecc constant time changesjsg2018-07-151-261/+13
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-13/+13
* ECC constant time scalar multiplication support. First step in overhaulingtb2018-07-101-1/+249
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-8/+8
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-3/+4
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-43/+58
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-11/+11
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-27/+14
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* knf approximationtedu2014-05-061-712/+770
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-40/+39
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-8/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* resolve conflictsdjm2012-10-131-369/+10
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+3
* resolve conflictsdjm2008-09-061-168/+167
* merge 0.9.7dmarkus2004-04-081-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+1717