summaryrefslogtreecommitdiff
path: root/crypto/ec/ec_mult.c
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-795/+763
* Further comment changes for reformatMatt Caswell2015-01-221-2/+4
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+4
* Fix free of garbage pointer. PR#3595Matt Caswell2014-11-121-3/+4
* ECC library bugfixes.Bodo Möller2010-08-261-2/+4
* ec_mult.c: update from HEAD (Win64 compile warnings).Andy Polyakov2009-05-051-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
* ecc api cleanup; summary:Nils Larsch2005-05-161-5/+5
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
* Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte2003-05-211-6/+7
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-121-65/+34
* Make sure memcpy() is properly declared by including string.h.Richard Levitte2003-02-101-0/+2
* remove debugging leftoversBodo Möller2003-02-081-4/+0
* commentBodo Möller2003-02-071-0/+7
* implement fast point multiplication with precomputationBodo Möller2003-02-061-89/+492
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-0/+3
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-7/+41
* improve wNAF generationBodo Möller2002-05-051-36/+57
* remove disabled codeBodo Möller2002-04-141-310/+1
* bugfix: allocate sufficiently large bufferBodo Möller2002-02-201-1/+1
* Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte2002-01-261-1/+1
* commentBodo Möller2001-11-221-1/+4
* avoid stupid compiler warningBodo Möller2001-11-161-1/+1
* commentBodo Möller2001-11-161-0/+1
* comments etc.Bodo Möller2001-11-151-3/+3
* Improve EC efficiency.Bodo Möller2001-11-151-10/+361
* comment changeBodo Möller2001-07-101-3/+3
* Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller2001-07-101-1/+1
* Fix warnings.Bodo Möller2001-04-031-3/+3
* Increase boundaries in EC_window_bits_for_scalar_size table.Bodo Möller2001-03-201-14/+17
* Table for window sizes.Bodo Möller2001-03-191-6/+77
* Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-121-3/+3
* Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-111-3/+59
* handle negative scalars correctly when doing point multiplicationBodo Möller2001-03-111-0/+8
* comment and error code updateBodo Möller2001-03-101-2/+2
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-1/+233
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+59