summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ectest.c
AgeCommit message (Expand)Author
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-02-14fix: make it possible to disable memory debugging even if it isBodo Möller
2001-12-17oopsBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-16use a more interesting test caseBodo Möller
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-10For consistency with the terminology used in my SAC2001 paper, avoidBodo Möller
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-04-03Fix warnings.Bodo Möller
2001-03-15avoid infinite loopBodo Möller
2001-03-12Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-03-11Timings are not supposed to be enabled by default ...Bodo Möller
2001-03-11Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller
2001-03-11handle negative scalars correctly when doing point multiplicationBodo Möller
2001-03-11use fflushBodo Möller
2001-03-10Change timing output: We don't have "exponents" here, curves areBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-08Fix ec_GFp_simple_cmp.Bodo Möller
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08Integrate ectest.c (which does not yet do anything).Bodo Möller
2001-03-05Another file I had forgotten to add.Bodo Möller