summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_mult.c
Commit message (Expand)AuthorAgeFilesLines
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-0/+11
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-2/+2
* ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley2018-05-091-2/+2
* ec/ec_mult.c: get BN_CTX_start,end sequence right.Andy Polyakov2018-05-081-2/+3
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley2018-04-231-5/+0
* Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri2018-04-231-9/+9
* Pass throughNicola Tuveri2018-04-231-27/+30
* ladder description: why it worksBilly Brumley2018-04-231-0/+60
* Address code style commentsNicola Tuveri2018-04-231-31/+33
* Elliptic curve scalar multiplication with timing attack defensesBilly Brumley2018-04-231-0/+182
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-6/+6
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Fix URL links in commentRich Salz2017-05-021-3/+7
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-3/+3
* Free tempory data on error in ec_wNAF_mul()Matt Caswell2016-06-011-0/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-53/+6
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-3/+22
* GH616: Remove dead codeRich Salz2016-03-051-2/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-5/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Call single parent free_comp routine.Rich Salz2016-01-131-1/+1
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-72/+19
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* remove 0 assignments.Rich Salz2015-09-031-4/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-7/+3
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanup.Rich Salz2015-03-251-6/+3
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-3/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-666/+644
* Further comment changes for reformat (master)Matt Caswell2015-01-221-6/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-142/+3
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Fix free of garbage pointer. PR#3595Matt Caswell2014-11-121-3/+4
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* ECC library bugfixes.Bodo Möller2010-08-261-2/+4
* ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov2009-05-021-5/+5
* Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie2008-12-271-6/+6
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-221-3/+31
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-141-1/+2