aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_smpl.c
Commit message (Expand)AuthorAgeFilesLines
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
* Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe2004-07-161-32/+21
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-061-2/+5
* Make sure we use unsigned constants, or come compilers may complain.Richard Levitte2004-03-151-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-3/+4
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+3
* add a commentBodo Möller2002-11-221-0/+14
* Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller2002-11-201-25/+26
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-2/+1
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-20/+22
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+15
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-0/+1
* Make sure short aliases are used where required.Richard Levitte2002-05-231-1/+1
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-95/+0
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-45/+5
* Fix bugs and typos.Bodo Möller2002-03-181-1/+108
* len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte2001-05-141-1/+1
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-17/+243
* Fix ec_GFp_simple_cmp.Bodo Möller2001-03-081-1/+6
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-2/+19
* More method functions for elliptic curves,Bodo Möller2001-03-081-135/+427
* More 'TODO' items.Bodo Möller2001-03-081-11/+70
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-45/+412
* More method functions.Bodo Möller2001-03-071-7/+161
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-2/+511
* The next bunch of vaporware.Bodo Möller2001-03-071-4/+24
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-0/+11
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
* Add more EC vaporware (empty source code files I missed in myBodo Möller2001-03-051-0/+59