summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
AgeCommit message (Expand)Author
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2006-09-28Introduce limits to prevent malicious keys being able toMark J. Cox
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-11Fix more error codes.Bodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name: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-04-12More overwritten stuff...Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-04remove unused recp methodNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
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