| Commit message (Expand) | Author | Age | Files | Lines |
* | fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end() | Nils Larsch | 2006-03-14 | 1 | -1/+2 |
* | - use BN_set_negative and BN_is_negative instead of BN_set_sign | Nils Larsch | 2005-04-22 | 1 | -1/+1 |
* | Using Horner's algorithm to evaluate the ec polynomial | Geoff Thorpe | 2004-07-16 | 1 | -32/+21 |
* | Improve error handling if decompression of an ec point fails, and cleanup | Geoff Thorpe | 2004-07-06 | 1 | -2/+5 |
* | Make sure we use unsigned constants, or come compilers may complain. | Richard Levitte | 2004-03-15 | 1 | -1/+1 |
* | Convert openssl code not to assume the deprecated form of BN_zero(). | Geoff Thorpe | 2004-03-14 | 1 | -3/+4 |
* | implement fast point multiplication with precomputation | Bodo Möller | 2003-02-06 | 1 | -2/+3 |
* | add a comment | Bodo Möller | 2002-11-22 | 1 | -0/+14 |
* | Make ec_GFp_simple_point_get_affine_coordinates() faster | Bodo Möller | 2002-11-20 | 1 | -25/+26 |
* | implement and use new macros BN_get_sign(), BN_set_sign() | Bodo Möller | 2002-11-04 | 1 | -1/+1 |
* | Change BN_mod_sqrt() so that it verifies that the input value is | Bodo Möller | 2002-08-02 | 1 | -2/+1 |
* | Rename implementations of method functions so that they match | Bodo Möller | 2002-08-02 | 1 | -20/+22 |
* | add support for elliptic curves over binary fields | Bodo Möller | 2002-08-02 | 1 | -0/+15 |
* | move ECC ASN1 that is not specific to ECDSA into crypto/ec/, | Bodo Möller | 2002-06-10 | 1 | -0/+1 |
* | Make sure short aliases are used where required. | Richard Levitte | 2002-05-23 | 1 | -1/+1 |
* | Change internals of the EC library so that the functions | Bodo Möller | 2002-05-08 | 1 | -95/+0 |
* | New function EC_GROUP_check_discriminant(). | Bodo Möller | 2002-03-20 | 1 | -45/+5 |
* | Fix bugs and typos. | Bodo Möller | 2002-03-18 | 1 | -1/+108 |
* | len is a size_t, which is an unsigned integer. Therefore, some | Richard Levitte | 2001-05-14 | 1 | -1/+1 |
* | More EC stuff, including EC_POINTs_mul() for simultaneous scalar | Bodo Möller | 2001-03-11 | 1 | -17/+243 |
* | Fix ec_GFp_simple_cmp. | Bodo Möller | 2001-03-08 | 1 | -1/+6 |
* | Implement EC_GFp_mont_method. | Bodo Möller | 2001-03-08 | 1 | -2/+19 |
* | More method functions for elliptic curves, | Bodo Möller | 2001-03-08 | 1 | -135/+427 |
* | More 'TODO' items. | Bodo Möller | 2001-03-08 | 1 | -11/+70 |
* | More method functions for EC_GFp_simple_method. | Bodo Möller | 2001-03-08 | 1 | -45/+412 |
* | More method functions. | Bodo Möller | 2001-03-07 | 1 | -7/+161 |
* | Some actual method functions (not enough yet to use the EC library, though), | Bodo Möller | 2001-03-07 | 1 | -2/+511 |
* | The next bunch of vaporware. | Bodo Möller | 2001-03-07 | 1 | -4/+24 |
* | Implement dispatcher for EC_GROUP and EC_POINT method functions. | Bodo Möller | 2001-03-07 | 1 | -0/+11 |
* | Add yet another (still empty) source code file that I forgot. | Bodo Möller | 2001-03-05 | 1 | -2/+0 |
* | Add more EC vaporware (empty source code files I missed in my | Bodo Möller | 2001-03-05 | 1 | -0/+59 |