summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_smpl.c
AgeCommit message (Expand)Author
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-07Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2011-06-06Redirection of ECDSA, ECDH operations to FIPS module.Dr. Stephen Henson
2011-06-06Reorganise ECC code so it can use FIPS module.Dr. Stephen Henson
2011-01-24PR: 1612Dr. Stephen Henson
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2004-07-16Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-03-15Make sure we use unsigned constants, or come compilers may complain.Richard Levitte
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-02-06implement fast point multiplication with precomputationBodo Möller
2002-11-22add a commentBodo Möller
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-05-23Make sure short aliases are used where required.Richard Levitte
2002-05-08Change internals of the EC library so that the functionsBodo Möller
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller
2002-03-18Fix bugs and typos.Bodo Möller
2001-05-14len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-08Fix ec_GFp_simple_cmp.Bodo 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-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-07The next bunch of vaporware.Bodo Möller
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller
2001-03-05Add more EC vaporware (empty source code files I missed in myBodo Möller