summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
AgeCommit message (Expand)Author
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-11-19Should reject signatures that we can't properly verifyBodo Möller
2007-11-16The hash length check wasn't strict enough,Bodo Möller
2007-08-12Fix warnings.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch
2006-02-13fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch
2006-01-29add additional checks + cleanupNils Larsch
2005-12-18Missing CFLAG in couple of depend: targets.Andy Polyakov
2005-09-19cleanup doxygen commentsNils Larsch
2005-07-17fix typoNils Larsch
2005-07-16makeNils Larsch
2005-06-23Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte
2005-05-20fix typo, add prototypeNils Larsch
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-15Fool-proofing MakefilesAndy Polyakov
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