summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
AgeCommit message (Expand)Author
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-09-22crypto/ec: harmonize new code with FIPS module.Andy Polyakov
2014-09-22Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov
2014-06-03Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
2011-06-06Add flags field to EC_KEY structure (backport from HEAD).Dr. Stephen Henson
2011-06-06Reorganise ECC code so it can use FIPS module.Dr. Stephen Henson
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-04remove unused recp methodNils Larsch
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-01-24Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller
2003-02-08fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller
2003-02-06typoBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2002-11-23rename some functions to improve consistencyBodo Möller
2002-11-18remove redundant functionsBodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28remove superfluous codeBodo Möller
2002-08-26move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller
2002-08-02optical changesBodo 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-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo 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-13add support for named curvesBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo 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-07..._init functions are method-specific tooBodo Möller
2001-03-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller