summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ectest.c
AgeCommit message (Expand)Author
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-11Pedantic polish to ectest.c [from HEAD].Andy Polyakov
2005-08-07Windows CE update from HEAD.Andy Polyakov
2005-07-23Remove BN_CTX_DEBUG from the normal debug build flags (it's too noisyNils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-07-22add test for secp160r1Bodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
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-11-11do tests with all built-in curvesBodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-08-09fix warningsBodo Möller
2002-08-02optical changesBodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-02-14make it possible to disable memory checking for timingsBodo 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