summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
AgeCommit message (Expand)Author
2019-05-28Update copyright yearRichard Levitte
2019-03-17Clear the secret point in ecdh_compute_keyBernd Edlinger
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-07-02Fix a memory leak in ecdh/ecdsa_check.Bernd Edlinger
2016-10-25Fix leak of secrecy in ecdh_compute_key()Dr. Matthias St. Pierre
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2013-12-01make updateDr. Stephen Henson
2013-10-15Fix warning.Dr. Stephen Henson
2013-10-15Add test vectors from RFC7027Dr. Stephen Henson
2013-10-01add cofactor ECDH support from fips branchDr. Stephen Henson
2013-10-01Minor optimisation to KDF algorithm.Dr. Stephen Henson
2013-10-01Add support for X9.62 KDF.Dr. Stephen Henson
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2011-06-20Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson
2011-06-08Check fips method flags for ECDH, ECDSA.Dr. Stephen Henson
2011-06-06Redirection of ECDSA, ECDH operations to FIPS module.Dr. Stephen Henson
2011-06-06Backport from HEAD:Dr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-04More type-checking.Ben Laurie
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
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
2005-12-18Missing CFLAG in couple of depend: targets.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