summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
AgeCommit message (Expand)Author
2014-12-17Build fixesEmilia Kasper
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2013-09-16 Fix overly lenient comparisons:Bodo Moeller
2011-06-06Reorganise ECC code so it can use FIPS module.Dr. Stephen Henson
2011-06-06Backport from HEAD:Dr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-02-08remove unnecessary checkNils Larsch
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-09-03fix function name in errorNils Larsch
2005-05-20fix typo, add prototypeNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-03-09Fix typoBodo Möller
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-07-21new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-08-26move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller
2002-08-26ASN1 for binary curvesBodo 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-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-12simplify asn1_flagBodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-05-21accept NULL in 'free' functionsBodo Möller
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
2002-03-06reference counting for EC_GROUP structures is not needed (at theBodo Möller
2002-02-13ECDSA supportBodo Möller
2002-02-13add support for named curvesBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08Let EC_POINT_copy do nothing if dest==srcBodo 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-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller
2001-03-07extra_data 'mixin'.Bodo Möller
2001-03-07Oops ...Bodo Möller
2001-03-07In clear_free, clear the complete structure just in caseBodo 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-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller