]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ectest.c
implement and use new macros BN_get_sign(), BN_set_sign()
[thirdparty/openssl.git] / crypto / ec / ectest.c
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.