aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2-3/+3
2008-11-01More size_tification.Ben Laurie2-3/+3
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-1/+1
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-1/+1
2008-06-04More type-checking.Ben Laurie1-17/+31
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-1/+1
2007-11-19Should reject signatures that we can't properly verifyBodo Möller1-0/+15
2007-11-16The hash length check wasn't strict enough,Bodo Möller1-1/+9
2007-08-12Fix warnings.Dr. Stephen Henson1-11/+11
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch3-2/+17
2006-02-13fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch1-1/+1
2006-01-29add additional checks + cleanupNils Larsch1-2/+6
2005-12-18Missing CFLAG in couple of depend: targets.Andy Polyakov1-1/+1
2005-09-19cleanup doxygen commentsNils Larsch1-103/+90
2005-07-17fix typoNils Larsch1-1/+1
2005-07-16makeNils Larsch1-6/+1
2005-06-23Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte1-0/+2
2005-05-20fix typo, add prototypeNils Larsch1-1/+2
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-56/+29
2005-05-16ecc api cleanup; summary:Nils Larsch6-116/+140
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-3/+3
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-9/+11
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch8-46/+118
2005-04-26Fix various incorrect error function codes.Bodo Möller4-6/+6
2005-04-22more constNils Larsch3-6/+9
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-2/+2
2005-04-12Rebuild error codes.Dr. Stephen Henson1-14/+17
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe3-0/+12
2004-07-16Quick fix.Geoff Thorpe1-1/+1
2004-06-14Correct the return codes for ecdsatest.Geoff Thorpe1-4/+4
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe3-1/+5
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+1
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2-5/+9
2004-02-22A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe2-149/+254
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller1-0/+2
2003-11-16re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller1-3/+1
2003-11-16The x9.62 tests replace the PRNG with specific numbers,Ulf Möller1-3/+8
2003-05-01make updateRichard Levitte1-30/+42
2003-03-20Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte2-0/+4
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte1-0/+1
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke1-2/+5
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe1-1/+7
2002-12-04Don't compute timings here, we can do this elsewhere.Bodo Möller1-453/+352
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-14make updateRichard Levitte1-4/+6