summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
AgeCommit message (Expand)Author
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-22more constNils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe
2004-07-16Quick fix.Geoff Thorpe
2004-06-14Correct the return codes for ecdsatest.Geoff Thorpe
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-02-22A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller
2003-11-16re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller
2003-11-16The x9.62 tests replace the PRNG with specific numbers,Ulf Möller
2003-05-01make updateRichard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte
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