summaryrefslogtreecommitdiff
path: root/crypto/ec/ectest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-12/+25
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-0/+2
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-40/+117
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-0/+4
* Recent changes from HEAD.Richard Levitte2002-12-131-5/+5
* Recent changes from HEAD.Richard Levitte2002-12-021-1/+1
* Recent changes from HEAD.Richard Levitte2002-11-161-1/+1
* Recent changes from HEAD.Richard Levitte2002-11-161-0/+5
* Recent changes from HEAD.Richard Levitte2002-11-131-0/+58
* Add recent changes from HEAD.Richard Levitte2002-11-061-4/+4
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-311-13/+0
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-28/+582
* Recent changes from HEAD.Richard Levitte2002-06-251-3/+3
* make it possible to disable memory checking for timingsBodo Möller2002-02-141-1/+6
* oopsBodo Möller2001-12-171-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+1
* use a more interesting test caseBodo Möller2001-11-161-2/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-0/+1
* For consistency with the terminology used in my SAC2001 paper, avoidBodo Möller2001-07-101-5/+5
* Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2001-07-041-0/+2
* Fix warnings.Bodo Möller2001-04-031-0/+1
* avoid infinite loopBodo Möller2001-03-151-0/+4
* Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-121-5/+5
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+6
* Timings are not supposed to be enabled by default ...Bodo Möller2001-03-111-1/+1
* Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-111-34/+64
* handle negative scalars correctly when doing point multiplicationBodo Möller2001-03-111-2/+17
* use fflushBodo Möller2001-03-111-0/+6
* Change timing output: We don't have "exponents" here, curves areBodo Möller2001-03-101-1/+9
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-4/+336
* Fix ec_GFp_simple_cmp.Bodo Möller2001-03-081-4/+4
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-2/+7
* More method functions for elliptic curves,Bodo Möller2001-03-081-6/+143
* Integrate ectest.c (which does not yet do anything).Bodo Möller2001-03-081-0/+25
* Another file I had forgotten to add.Bodo Möller2001-03-051-0/+57