aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ectest.c
Commit message (Expand)AuthorAgeFilesLines
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-2/+2
* Pedantic polish to WCE-specific #if clause in ectest.cAndy Polyakov2005-08-111-1/+1
* Final(?) WinCE update.Andy Polyakov2005-08-071-0/+5
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-4/+4
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* add test for secp160r1Bodo Möller2003-07-221-40/+117
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-5/+5
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+1
* I forgot this is compiled in test/, not crypto/ec/...Richard Levitte2002-11-161-1/+1
* WinCE patchesRichard Levitte2002-11-151-0/+5
* do tests with all built-in curvesBodo Möller2002-11-111-0/+58
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-4/+4
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* fix warningsBodo Möller2002-08-091-0/+3
* optical changesBodo Möller2002-08-021-3/+4
* 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-28/+575
* Some more prototype fixes.Lutz Jänicke2002-06-141-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