aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ectest.c
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-1682/+0
* free NULL cleanup.Rich Salz2015-03-251-32/+16
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-4/+0
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-157/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1443/+1751
* Fix strange formatting by indentMatt Caswell2015-01-221-27/+54
* RT3548: Remove outdated platformsRich Salz2014-12-191-2/+0
* Build fixesEmilia Kasper2014-12-171-2/+2
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-5/+6
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-131-2/+3
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-011-14/+49
* Fix warnings.Bodo Möller2011-10-191-6/+9
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-51/+122
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+5
* Fix warning.Ben Laurie2011-01-091-2/+2
* Fix warnings.Ben Laurie2010-09-051-3/+3
* C conformity fixes: Move declarations before statements in all blocks.Bodo Möller2010-08-271-6/+9
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-89/+163
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-221-3/+11
* 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