Forcibly enable memory leak checking during "make test"
[openssl.git] / crypto / ec / ectest.c
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.