summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
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-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
2005-12-18Missing CFLAG in couple of depend: targets [from HEAD].Andy Polyakov
2005-07-16makeNils Larsch
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-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
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-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
2003-06-19Unsigned vs. signed fixed.Richard Levitte
2003-06-04Make sure that size_t matches size_t.Richard Levitte
2003-05-01make updateRichard Levitte
2003-03-21Make sure to declare mem*() properly.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_ECDH.Richard Levitte
2003-03-20make updateDr. Stephen Henson
2003-03-20Avoid warning.Dr. Stephen Henson
2003-03-20make updateDr. Stephen Henson
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller
2003-02-22remove some more useless code. The mingw target can now be builtUlf Möller
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-14make updateRichard Levitte
2002-11-14fix outputBodo Möller
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-06print less output (no details unless a test failed)Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-22#if out unused function to shut the compiler up.Dr. Stephen Henson
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-09.cvsignore for crypto/ecdhBodo Möller