summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-16make sure 'neg' flag (which does not really matter for GF(2^m), butBodo 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-10mem* functions are declared in string.h.Richard Levitte
2002-08-09fix warningsBodo 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-02optical changesBodo Möller
2002-08-02typoBodo 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-02ec2_smpt.c must be listed in LIBSRCBodo 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-30"make update"Lutz Jänicke
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-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
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-06-06fix memory leakBodo Möller
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller
2002-05-23Make sure short aliases are used where required.Richard Levitte
2002-05-21accept NULL in 'free' functionsBodo Möller
2002-05-08Change internals of the EC library so that the functionsBodo Möller
2002-05-05improve wNAF generationBodo Möller
2002-04-14remove disabled codeBodo 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-08EC curve stuffBodo Möller
2002-03-07fix spacingBodo Möller
2002-03-07Add more curves.Bodo Möller
2002-03-06add SECG OIDsBodo Möller
2002-03-06reference counting for EC_GROUP structures is not needed (at theBodo Möller
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller
2002-02-14make it possible to disable memory checking for timingsBodo Möller
2002-02-13ECDSA supportBodo Möller
2002-02-13some modifications to named curve supportBodo Möller
2002-02-13add support for named curvesBodo Möller
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte
2001-12-17oopsBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller