summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ectest.c
AgeCommit message (Expand)Author
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
2011-06-06Backport from HEAD:Dr. Stephen Henson
2010-10-03Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-08-27C conformity fixes: Move declarations before statements in all blocks.Bodo Möller
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
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 the following compiler options:Nils Larsch
2005-08-11Pedantic polish to WCE-specific #if clause in ectest.cAndy Polyakov
2005-08-07Final(?) WinCE update.Andy Polyakov
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