aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdh
AgeCommit message (Expand)AuthorFilesLines
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-11/+21
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-1/+1
2007-08-12Fix warnings.Dr. Stephen Henson1-5/+5
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
2005-12-18Missing CFLAG in couple of depend: targets.Andy Polyakov1-1/+1
2005-07-16makeNils Larsch1-1/+2
2005-05-20fix typo, add prototypeNils Larsch1-1/+2
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-35/+17
2005-05-16ecc api cleanup; summary:Nils Larsch5-66/+72
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-1/+1
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-3/+3
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch6-33/+100
2005-04-26Fix various incorrect error function codes.Bodo Möller3-4/+4
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch4-11/+16
2005-04-12Rebuild error codes.Dr. Stephen Henson1-8/+12
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
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 Thorpe2-0/+10
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2-1/+4
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 Thorpe1-3/+6
2003-06-19Unsigned vs. signed fixed.Richard Levitte1-1/+1
2003-06-04Make sure that size_t matches size_t.Richard Levitte1-1/+2
2003-05-01make updateRichard Levitte1-20/+28
2003-03-21Make sure to declare mem*() properly.Richard Levitte1-0/+1
2003-03-20Make sure we get the definition of OPENSSL_NO_ECDH.Richard Levitte1-0/+2
2003-03-20make updateDr. Stephen Henson1-3/+4
2003-03-20Avoid warning.Dr. Stephen Henson1-0/+2
2003-03-20make updateDr. Stephen Henson1-3/+4
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller6-34/+72
2003-02-22remove some more useless code. The mingw target can now be builtUlf Möller1-8/+0
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte1-2/+5
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-14make updateRichard Levitte1-4/+6
2002-11-14fix outputBodo Möller1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-6/+4
2002-11-06print less output (no details unless a test failed)Bodo Möller1-19/+91
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller5-65/+0
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-08-22#if out unused function to shut the compiler up.Dr. Stephen Henson1-0/+5
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller1-16/+16
2002-08-09.cvsignore for crypto/ecdhBodo Möller1-0/+2
2002-08-09make updateBodo Möller1-4/+6
2002-08-09fix warningsBodo Möller1-0/+1
2002-08-09use 0, not NULLBodo Möller1-1/+1