summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller
2002-11-18remove redundant functionsBodo Möller
2002-11-18use consistent order of function definitionsBodo Möller
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-15this method does not need field_data1Bodo Möller
2002-11-14make updateRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-11do tests with all built-in curvesBodo Möller
2002-11-11corrections to built-in curvesBodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-29The #else part of the conditionals have two statements, so they needRichard Levitte
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-10-28remove superfluous codeBodo Möller
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