summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_mult.c
AgeCommit message (Expand)Author
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley
2018-06-21ec/ec_mult.c: get BN_CTX_start,end sequence right.Andy Polyakov
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley
2018-04-23Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri
2018-04-23Pass throughNicola Tuveri
2018-04-23ladder description: why it worksBilly Brumley
2018-04-23Address code style commentsNicola Tuveri
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-05-02Fix URL links in commentRich Salz
2016-06-01Free tempory data on error in ec_wNAF_mul()Matt Caswell
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-05GH616: Remove dead codeRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2010-08-26ECC library bugfixes.Bodo Möller
2009-05-02ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov
2008-12-27Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller
2003-02-10Make sure memcpy() is properly declared by including string.h.Richard Levitte
2003-02-08remove debugging leftoversBodo Möller