summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
AgeCommit message (Expand)Author
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2012-01-10fix warningDr. Stephen Henson
2011-12-02Fix ecdsatest.c.Bodo Möller
2011-09-01make timing attack protection unconditionalDr. Stephen Henson
2011-05-25Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson
2011-04-06check buffer is larger enough before overwritingDr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-12-01PR: 1432Dr. Stephen Henson
2009-09-27Make it build, plus make depend.Ben Laurie
2009-09-09Seed PRNG with DSA and ECDSA digests for additional protection againstDr. Stephen Henson
2008-09-17Make update: delete duplicate error code.Dr. Stephen Henson
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
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-07-04Fix warnings: C++ comments and computed value not used.Dr. Stephen Henson
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-11-21Rebuild error file C source files.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-02-08backport recent changes from the cvs headNils Larsch
2005-12-18Missing CFLAG in couple of depend: targets [from HEAD].Andy Polyakov
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