]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ectest.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / ec / ectest.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix strange formatting by indent
2014-12-20  Rich SalzRT3548: Remove outdated platforms
2014-12-17  Emilia KasperBuild fixes
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-08-13  Bodo MoellerFurther improve/fix ec_GFp_simple_points_make_affine...
2014-08-01  Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2011-10-19  Bodo MöllerFix warnings.
2011-10-18  Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-01-09  Ben LaurieFix warning.
2010-09-05  Ben LaurieFix warnings.
2010-08-27  Bodo MöllerC conformity fixes: Move declarations before statements...
2010-08-26  Bodo MöllerNew 64-bit optimized implementation EC_GFp_nistp224_met...
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-05-22  Bodo MöllerFix crypto/ec/ec_mult.c to work properly with scalars...
2005-08-28  Nils Larschfix warnings when building openssl with the following...
2005-08-11  Andy PolyakovPedantic polish to WCE-specific #if clause in ectest.c
2005-08-07  Andy PolyakovFinal(?) WinCE update.
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-22  Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-07-22  Bodo Mölleradd test for secp160r1
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-08  Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-11-28  Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-16  Richard LevitteI forgot this is compiled in test/, not crypto/ec/...
2002-11-15  Richard LevitteWinCE patches
2002-11-11  Bodo Möllerdo tests with all built-in curves
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-08-09  Bodo Möllerfix warnings
2002-08-02  Bodo Mölleroptical changes
2002-08-02  Bodo MöllerRename implementations of method functions so that...
2002-08-02  Bodo Mölleradd support for elliptic curves over binary fields
2002-06-14  Lutz JänickeSome more prototype fixes.
2002-02-14  Bodo Möllermake it possible to disable memory checking for timings
2001-12-17  Bodo Mölleroops
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-11-16  Bodo Mölleruse a more interesting test case
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-07-10  Bodo MöllerFor consistency with the terminology used in my SAC2001...
2001-07-04  Bodo MöllerCall ENGINE_cleanup() to avoid memory leak.
2001-04-03  Bodo MöllerFix warnings.
2001-03-15  Bodo Mölleravoid infinite loop
2001-03-12  Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11  Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-11  Bodo MöllerTimings are not supposed to be enabled by default ...
2001-03-11  Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-11  Bodo Möllerhandle negative scalars correctly when doing point...
2001-03-11  Bodo Mölleruse fflush
2001-03-10  Bodo MöllerChange timing output: We don't have "exponents" here...
2001-03-10  Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-08  Bodo MöllerFix ec_GFp_simple_cmp.
2001-03-08  Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08  Bodo MöllerMore method functions for elliptic curves,
2001-03-08  Bodo MöllerIntegrate ectest.c (which does not yet do anything).
2001-03-05  Bodo MöllerAnother file I had forgotten to add.