| Commit message (Expand) | Author | Age | Files | Lines |
* | bugfix: allocate sufficiently large buffer | Bodo Möller | 2002-02-20 | 1 | -1/+1 |
* | make it possible to disable memory checking for timings | Bodo Möller | 2002-02-14 | 1 | -1/+6 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 3 | -3/+3 |
* | some modifications to named curve support | Bodo Möller | 2002-02-13 | 3 | -83/+89 |
* | add support for named curves | Bodo Möller | 2002-02-13 | 6 | -8/+358 |
* | Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> that | Richard Levitte | 2002-01-26 | 1 | -1/+1 |
* | oops | Bodo Möller | 2001-12-17 | 1 | -1/+1 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -1/+1 |
* | comment | Bodo Möller | 2001-11-22 | 1 | -1/+4 |
* | avoid stupid compiler warning | Bodo Möller | 2001-11-16 | 1 | -1/+1 |
* | comment | Bodo Möller | 2001-11-16 | 1 | -0/+1 |
* | use a more interesting test case | Bodo Möller | 2001-11-16 | 1 | -2/+2 |
* | comments etc. | Bodo Möller | 2001-11-15 | 1 | -3/+3 |
* | Improve EC efficiency. | Bodo Möller | 2001-11-15 | 3 | -10/+363 |
* | The #error message must match a very specific regexp (see mkdef.pl, | Richard Levitte | 2001-09-26 | 1 | -1/+1 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -0/+1 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -7/+8 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -8/+7 |
* | For consistency with the terminology used in my SAC2001 paper, avoid | Bodo Möller | 2001-07-10 | 1 | -5/+5 |
* | comment change | Bodo Möller | 2001-07-10 | 1 | -3/+3 |
* | Precomputation will not necessarily be LIm-Lee precomputation. | Bodo Möller | 2001-07-10 | 2 | -2/+2 |
* | Call ENGINE_cleanup() to avoid memory leak. | Bodo Möller | 2001-07-04 | 1 | -0/+2 |
* | len is a size_t, which is an unsigned integer. Therefore, some | Richard Levitte | 2001-05-14 | 1 | -1/+1 |
* | Fix warnings. | Bodo Möller | 2001-04-03 | 2 | -3/+4 |
* | Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need to | Richard Levitte | 2001-03-21 | 1 | -0/+2 |
* | Increase boundaries in EC_window_bits_for_scalar_size table. | Bodo Möller | 2001-03-20 | 1 | -14/+17 |
* | Table for window sizes. | Bodo Möller | 2001-03-19 | 1 | -6/+77 |
* | Completely remove mont2 stuff. | Bodo Möller | 2001-03-15 | 3 | -293/+0 |
* | avoid infinite loop | Bodo Möller | 2001-03-15 | 1 | -0/+4 |
* | make update. | Richard Levitte | 2001-03-13 | 3 | -7/+25 |
* | Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult, | Bodo Möller | 2001-03-12 | 4 | -11/+11 |
* | EC_METHOD based on bn_mont2 (not used in the library) | Bodo Möller | 2001-03-11 | 1 | -0/+283 |
* | Forcibly enable memory leak checking during "make test" | Bodo Möller | 2001-03-11 | 1 | -0/+6 |
* | Timings are not supposed to be enabled by default ... | Bodo Möller | 2001-03-11 | 1 | -1/+1 |
* | Add functions EC_POINT_mul and EC_GROUP_precompute. | Bodo Möller | 2001-03-11 | 4 | -38/+130 |
* | handle negative scalars correctly when doing point multiplication | Bodo Möller | 2001-03-11 | 2 | -2/+25 |
* | use fflush | Bodo Möller | 2001-03-11 | 1 | -0/+6 |
* | Change timing output: We don't have "exponents" here, curves are | Bodo Möller | 2001-03-11 | 1 | -1/+9 |
* | comment and error code update | Bodo Möller | 2001-03-11 | 3 | -4/+4 |
* | Remove files from Lenka's EC implementation. | Bodo Möller | 2001-03-11 | 3 | -1662/+0 |
* | More EC stuff, including EC_POINTs_mul() for simultaneous scalar | Bodo Möller | 2001-03-11 | 10 | -85/+1026 |
* | In crypto/ec #if 0 out structures which reference (currently) | Dr. Stephen Henson | 2001-03-10 | 2 | -3/+4 |
* | Instead of telling both 'make' and the user that ranlib | Bodo Möller | 2001-03-09 | 1 | -2/+1 |
* | Fix ec_GFp_simple_cmp. | Bodo Möller | 2001-03-08 | 2 | -5/+10 |
* | Implement EC_GFp_mont_method. | Bodo Möller | 2001-03-08 | 9 | -46/+170 |
* | More method functions for elliptic curves, | Bodo Möller | 2001-03-08 | 9 | -175/+646 |
* | Some EC function names are really long. Make aliases for VMS on VAX. | Richard Levitte | 2001-03-08 | 1 | -0/+1 |
* | Integrate ec_err.[co]. | Bodo Möller | 2001-03-08 | 1 | -6/+23 |
* | Sort openssl.ec, the configuration file for mkerr.pl. | Bodo Möller | 2001-03-08 | 2 | -40/+41 |
* | Integrate ectest.c (which does not yet do anything). | Bodo Möller | 2001-03-08 | 1 | -0/+25 |