make update
[openssl.git] / crypto / ec /
2001-05-14 Richard Levittelen is a size_t, which is an unsigned integer. Therefo...
2001-04-03 Bodo MöllerFix warnings.
2001-03-21 Richard LevitteSince they aren't implemented yet, EC_GFp_{recp,nist...
2001-03-20 Bodo MöllerIncrease boundaries in EC_window_bits_for_scalar_size...
2001-03-19 Bodo MöllerTable for window sizes.
2001-03-15 Bodo MöllerCompletely remove mont2 stuff.
2001-03-15 Bodo Mölleravoid infinite loop
2001-03-13 Richard Levittemake update.
2001-03-12 Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11 Bodo MöllerEC_METHOD based on bn_mont2 (not used in the library)
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öllercomment and error code update
2001-03-10 Bodo MöllerRemove files from Lenka's EC implementation.
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-10 Dr. Stephen HensonIn crypto/ec #if 0 out structures which reference ...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
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 Richard LevitteSome EC function names are really long. Make aliases...
2001-03-08 Bodo MöllerIntegrate ec_err.[co].
2001-03-08 Bodo MöllerSort openssl.ec, the configuration file for mkerr.pl.
2001-03-08 Bodo MöllerIntegrate ectest.c (which does not yet do anything).
2001-03-08 Bodo MöllerLet EC_POINT_copy do nothing if dest==src
2001-03-08 Bodo MöllerMore 'TODO' items.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Bodo MöllerMore method functions.
2001-03-07 Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07 Bodo Möller..._init functions are method-specific too
2001-03-07 Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07 Bodo MöllerThe next bunch of vaporware.
2001-03-07 Bodo Möllerextra_data 'mixin'.
2001-03-07 Bodo MöllerOops ...
2001-03-07 Bodo MöllerIn clear_free, clear the complete structure just in...
2001-03-07 Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-06 Bodo MöllerAdd a few 'const's
2001-03-06 Bodo Möller'is_at_infinity' tests don't need a BN_CTX.
2001-03-06 Bodo MöllerNew function declarations.
2001-03-06 Bodo MöllerAdd BN_CTX arguments where appropriate.
2001-03-05 Bodo MöllerAdd EC_GROUP_new_GFp prototype.
2001-03-05 Bodo MöllerChange comments.
2001-03-05 Bodo MöllerSome declarations that outline what I intend to implement.
2001-03-05 Bodo MöllerAnother file I had forgotten to add.
2001-03-05 Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05 Bodo MöllerAdd more EC vaporware (empty source code files I missed...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-03-03 Bodo MöllerEC_set_half and the 'h' component of struct bn_ec_struc...
2000-11-30 Bodo MöllerChanges to Lenka's Montgomery implementation.
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo MöllerRemove CR at line ends.
2000-11-26 Bodo MöllerElliptic curves over GF(p), new BIGNUM functions, Montg...