summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
AgeCommit message (Expand)Author
2003-02-06EC_GROUP_get_extra_data() should not set an error when it returns NULL.Bodo Möller
2001-11-15Improve EC efficiency.Bodo Möller
2001-09-26The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-03-21Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte
2001-03-15Completely remove mont2 stuff.Bodo Möller
2001-03-13make update.Richard Levitte
2001-03-12Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller
2001-03-11Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller
2001-03-10comment and error code updateBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte
2001-03-08Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller
2001-03-08More 'TODO' items.Bodo Möller
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller
2001-03-07More method functions.Bodo Möller
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller
2001-03-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller
2001-03-07The next bunch of vaporware.Bodo Möller
2001-03-07extra_data 'mixin'.Bodo Möller
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller
2001-03-06Add a few 'const'sBodo Möller
2001-03-06'is_at_infinity' tests don't need a BN_CTX.Bodo Möller
2001-03-06New function declarations.Bodo Möller
2001-03-06Add BN_CTX arguments where appropriate.Bodo Möller
2001-03-05Add EC_GROUP_new_GFp prototype.Bodo Möller
2001-03-05Some declarations that outline what I intend to implement.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-03-03EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.Bodo Möller
2000-11-26Change submitted files so that they compile (in particular,Bodo Möller
2000-11-26More BN_mod_... functions.Bodo Möller
2000-11-26Remove CR at line ends.Bodo Möller
2000-11-26Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller