summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_lib.c
AgeCommit message (Expand)Author
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-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-09-03remove unused variableBob Beck
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2015-10-13Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-06knf approximationTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15In EC_POINT_invert(), actually check the correct function pointer for NULLMiod Vallat
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,Bob Beck
2002-05-15import openssl-0.9.7-beta1Bob Beck