aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa
AgeCommit message (Expand)AuthorFilesLines
2002-08-10mem* functions are declared in string.h.Richard Levitte1-0/+1
2002-08-09make updateBodo Möller1-18/+20
2002-08-09fix warningsBodo Möller1-0/+9
2002-08-09Add ECDH support.Bodo Möller1-134/+76
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller11-1048/+454
2002-08-01make updateRichard Levitte1-4/+7
2002-07-30"make update"Lutz Jänicke1-59/+46
2002-07-26Use SEC1 format for EC private keys.Bodo Möller7-365/+193
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller1-1/+1
2002-06-11Fix warnings.Ben Laurie1-0/+2
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller6-642/+177
2002-06-10remove unnecessary calls to EC_POINT_copy()Bodo Möller2-12/+0
2002-04-20No point constifying an int.Richard Levitte1-1/+1
2002-04-17'version' is not optional in the encodingBodo Möller1-8/+3
2002-04-17'version' is not optional in the encodingBodo Möller1-1/+1
2002-04-12ECDSA representation bugfixesBodo Möller1-1/+1
2002-04-09fix ECDSA handlingBodo Möller5-106/+82
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte1-12/+1
2002-03-25fix warningsBodo Möller3-57/+17
2002-03-19Fix typo.Bodo Möller1-2/+2
2002-03-18Fix bugs and typos.Bodo Möller1-19/+29
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller1-7/+8
2002-03-07Add more curves.Bodo Möller1-2/+2
2002-02-20Instead of casting a lvalue, let's constify meth.Richard Levitte1-2/+2
2002-02-20simplificationsBodo Möller2-28/+11
2002-02-20Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte1-1/+3
2002-02-16The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,Richard Levitte1-1/+1
2002-02-16Local `time' shadows the global function `time()'. Rename the localRichard Levitte1-49/+49
2002-02-14make it possible to disable memory checking for timingsBodo Möller1-6/+14
2002-02-14EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2-8/+8
2002-02-13ECDSA supportBodo Möller13-0/+3378