2001-09-26 |
Richard Levitte | The #error message must match a very specific regexp... |
tree | commitdiff |
2001-09-01 |
Geoff Thorpe | Make the necessary changes to work with the recent... |
tree | commitdiff |
2001-07-31 |
Richard Levitte | make update |
tree | commitdiff |
2001-07-30 |
Ben Laurie | Really add the EVP and all of the DES changes. |
tree | commitdiff |
2001-07-10 |
Bodo Möller | For consistency with the terminology used in my SAC2001... |
tree | commitdiff |
2001-07-10 |
Bodo Möller | comment change |
tree | commitdiff |
2001-07-10 |
Bodo Möller | Precomputation will not necessarily be LIm-Lee precompu... |
tree | commitdiff |
2001-07-04 |
Bodo Möller | Call ENGINE_cleanup() to avoid memory leak. |
tree | commitdiff |
2001-05-14 |
Richard Levitte | len is a size_t, which is an unsigned integer. Therefo... |
tree | commitdiff |
2001-04-03 |
Bodo Möller | Fix warnings. |
tree | commitdiff |
2001-03-21 |
Richard Levitte | Since they aren't implemented yet, EC_GFp_{recp,nist... |
tree | commitdiff |
2001-03-20 |
Bodo Möller | Increase boundaries in EC_window_bits_for_scalar_size... |
tree | commitdiff |
2001-03-19 |
Bodo Möller | Table for window sizes. |
tree | commitdiff |
2001-03-15 |
Bodo Möller | Completely remove mont2 stuff. |
tree | commitdiff |
2001-03-15 |
Bodo Möller | avoid infinite loop |
tree | commitdiff |
2001-03-13 |
Richard Levitte | make update. |
tree | commitdiff |
2001-03-12 |
Bodo Möller | Rename function EC_GROUP_precompute to EC_GROUP_precomp... |
tree | commitdiff |
2001-03-11 |
Bodo Möller | EC_METHOD based on bn_mont2 (not used in the library) |
tree | commitdiff |
2001-03-11 |
Bodo Möller | Forcibly enable memory leak checking during "make test" |
tree | commitdiff |
2001-03-11 |
Bodo Möller | Timings are not supposed to be enabled by default ... |
tree | commitdiff |
2001-03-11 |
Bodo Möller | Add functions EC_POINT_mul and EC_GROUP_precompute. |
tree | commitdiff |
2001-03-11 |
Bodo Möller | handle negative scalars correctly when doing point... |
tree | commitdiff |
2001-03-11 |
Bodo Möller | use fflush |
tree | commitdiff |
2001-03-10 |
Bodo Möller | Change timing output: We don't have "exponents" here... |
tree | commitdiff |
2001-03-10 |
Bodo Möller | comment and error code update |
tree | commitdiff |
2001-03-10 |
Bodo Möller | Remove files from Lenka's EC implementation. |
tree | commitdiff |
2001-03-10 |
Bodo Möller | More EC stuff, including EC_POINTs_mul() for simultaneo... |
tree | commitdiff |
2001-03-10 |
Dr. Stephen Henson | In crypto/ec #if 0 out structures which reference ... |
tree | commitdiff |
2001-03-09 |
Bodo Möller | Instead of telling both 'make' and the user that ranlib |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Fix ec_GFp_simple_cmp. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Implement EC_GFp_mont_method. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | More method functions for elliptic curves, |
tree | commitdiff |
2001-03-08 |
Richard Levitte | Some EC function names are really long. Make aliases... |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Integrate ec_err.[co]. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Sort openssl.ec, the configuration file for mkerr.pl. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Integrate ectest.c (which does not yet do anything). |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Let EC_POINT_copy do nothing if dest==src |
tree | commitdiff |
2001-03-08 |
Bodo Möller | More 'TODO' items. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | More method functions for EC_GFp_simple_method. |
tree | commitdiff |
2001-03-07 |
Bodo Möller | More method functions. |
tree | commitdiff |
2001-03-07 |
Bodo Möller | Some actual method functions (not enough yet to use... |
tree | commitdiff |
2001-03-07 |
Bodo Möller | ..._init functions are method-specific too |
tree | commitdiff |
2001-03-07 |
Bodo Möller | Optimized EC_METHODs need specific 'set_curve' and... |
tree | commitdiff |
2001-03-07 |
Bodo Möller | The next bunch of vaporware. |
tree | commitdiff |
2001-03-07 |
Bodo Möller | extra_data 'mixin'. |
tree | commitdiff |
2001-03-07 |
Bodo Möller | Oops ... |
tree | commitdiff |
2001-03-07 |
Bodo Möller | In clear_free, clear the complete structure just in... |
tree | commitdiff |
2001-03-07 |
Bodo Möller | Implement dispatcher for EC_GROUP and EC_POINT method... |
tree | commitdiff |
2001-03-06 |
Bodo Möller | Add a few 'const's |
tree | commitdiff |
2001-03-06 |
Bodo Möller | 'is_at_infinity' tests don't need a BN_CTX. |
tree | commitdiff |
2001-03-06 |
Bodo Möller | New function declarations. |
tree | commitdiff |
2001-03-06 |
Bodo Möller | Add BN_CTX arguments where appropriate. |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Add EC_GROUP_new_GFp prototype. |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Change comments. |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Some declarations that outline what I intend to implement. |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Another file I had forgotten to add. |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Add yet another (still empty) source code file that... |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Add more EC vaporware (empty source code files I missed... |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Move ec.h to ec2.h because it is not compatible with... |
tree | commitdiff |
2001-03-03 |
Bodo Möller | EC_set_half and the 'h' component of struct bn_ec_struc... |
tree | commitdiff |
2000-11-30 |
Bodo Möller | Changes to Lenka's Montgomery implementation. |
tree | commitdiff |
2000-11-26 |
Bodo Möller | Change submitted files so that they compile (in particular, |
tree | commitdiff |
2000-11-26 |
Bodo Möller | More BN_mod_... functions. |
tree | commitdiff |
2000-11-26 |
Bodo Möller | Remove CR at line ends. |
tree | commitdiff |
2000-11-26 |
Bodo Möller | Elliptic curves over GF(p), new BIGNUM functions, Montg... |
tree | commitdiff |
|