summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
AgeCommit message (Expand)Author
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-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-21new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller
2003-03-20Make sure we get the definition of OPENSSL_NO_EC.Richard Levitte
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo 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-28fast reduction for NIST curvesBodo Möller
2002-09-02change API for looking at the internal curve listBodo Möller
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller
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-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo 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-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller
2002-05-08Change internals of the EC library so that the functionsBodo Möller
2002-04-08Apply OID fixes for elliptic curves as supplied byLutz Jänicke
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller
2002-03-18Fix bugs and typos.Bodo Möller
2002-03-07Add more curves.Bodo Möller
2002-03-06add SECG OIDsBodo Möller
2002-02-13some modifications to named curve supportBodo Möller
2002-02-13add support for named curvesBodo Möller
2001-11-15Improve EC efficiency.Bodo Möller
2001-09-26The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-03-21Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte
2001-03-15Completely remove mont2 stuff.Bodo Möller
2001-03-13make update.Richard Levitte
2001-03-12Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller
2001-03-11Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller
2001-03-10comment and error code updateBodo 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-08Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte
2001-03-08Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller
2001-03-08More 'TODO' items.Bodo Möller
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller