summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
AgeCommit message (Expand)Author
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-04Don't compute timings here, we can do this elsewhere.Bodo Möller
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-14make updateRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
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-28'broken' PKCS #8 format does not apply to ECDSABodo Möller
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
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-09make updateBodo Möller
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-01make updateRichard Levitte
2002-07-30"make update"Lutz Jänicke
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-11Fix warnings.Ben Laurie
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-06-10remove unnecessary calls to EC_POINT_copy()Bodo Möller
2002-04-20No point constifying an int.Richard Levitte
2002-04-17'version' is not optional in the encodingBodo Möller
2002-04-17'version' is not optional in the encodingBodo Möller
2002-04-12ECDSA representation bugfixesBodo Möller
2002-04-09fix ECDSA handlingBodo Möller
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte
2002-03-25fix warningsBodo Möller
2002-03-19Fix typo.Bodo Möller
2002-03-18Fix bugs and typos.Bodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-07Add more curves.Bodo Möller
2002-02-20Instead of casting a lvalue, let's constify meth.Richard Levitte
2002-02-20simplificationsBodo Möller
2002-02-20Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte
2002-02-16The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,Richard Levitte
2002-02-16Local `time' shadows the global function `time()'. Rename the localRichard Levitte
2002-02-14make it possible to disable memory checking for timingsBodo Möller
2002-02-14EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller
2002-02-13ECDSA supportBodo Möller