summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ecp_smpl.c
AgeCommit message (Expand)Author
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationTheo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-06Unset Z_is_zero after applying coordinate blinding andTheo Buehler
2018-11-06disable EC_POINT coordinate blinding due to failures in ECDHE and TLSTheo Buehler
2018-11-06revert use of bn_rand_interval due to failures with ECDHE and TLSTheo Buehler
2018-11-05Make use of bn_rand_interval() where appropriate.Theo Buehler
2018-11-05Implement coordinate blinding for EC_POINT.Theo Buehler
2018-07-16Recommit Billy Brumley's ECC constant time patch with a fix for sparc64Theo Buehler
2018-07-15recommit label indentation part of the backout; clearly unrelated to theTheo Buehler
2018-07-15back out ecc constant time changesJonathan Gray
2018-07-10Indent labels by a space so they don't obliterate function names in diffs.Theo Buehler
2018-07-10ECC constant time scalar multiplication support. First step in overhaulingTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-06knf approximationTed Unangst
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2012-10-13resolve conflictsDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2004-04-08merge 0.9.7dMarkus Friedl
2002-05-15import openssl-0.9.7-beta1Bob Beck