]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ecdh
Add a constant time flag to one of the bignums to avoid a timing leak.
[thirdparty/openssl.git] / crypto / ecdh /
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-07-02  Bernd EdlingerFix a memory leak in ecdh/ecdsa_check.
2016-10-25  Dr. Matthias St... Fix leak of secrecy in ecdh_compute_key()
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFurther comment amendments to preserve formatting prior...
2013-12-01  Dr. Stephen Hensonmake update
2013-10-15  Dr. Stephen HensonFix warning.
2013-10-15  Dr. Stephen HensonAdd test vectors from RFC7027
2013-10-01  Dr. Stephen Hensonadd cofactor ECDH support from fips branch
2013-10-01  Dr. Stephen HensonMinor optimisation to KDF algorithm.
2013-10-01  Dr. Stephen HensonAdd support for X9.62 KDF.
2012-10-05  Bodo MöllerFix EC_KEY initialization race.
2012-06-03  Ben LaurieReduce version skew: trivia (I hope).
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-06-20  Dr. Stephen HensonDon't set default public key methods in FIPS mode so...
2011-06-08  Dr. Stephen HensonCheck fips method flags for ECDH, ECDSA.
2011-06-06  Dr. Stephen HensonRedirection of ECDSA, ECDH operations to FIPS module.
2011-06-06  Dr. Stephen HensonBackport from HEAD:
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15  Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04  Ben LaurieMore type-checking.
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-08-12  Dr. Stephen HensonFix warnings.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2005-12-18  Andy PolyakovMissing CFLAG in couple of depend: targets.
2005-07-16  Nils Larschmake
2005-05-20  Nils Larschfix typo, add prototype
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-15  Andy PolyakovFool-proofing Makefiles
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-04-29  Nils Larschhide the definition of ECDSA_METHOD and ECDSA_DATA...
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-23  Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-04-11  Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30  Ben LaurieBlow away Makefile.ssl.
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-21  Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-04-19  Geoff ThorpeReduce header interdependencies, initially in engine...
2003-06-19  Richard LevitteUnsigned vs. signed fixed.
2003-06-04  Richard LevitteMake sure that size_t matches size_t.
2003-05-01  Richard Levittemake update
2003-03-21  Richard LevitteMake sure to declare mem*() properly.
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_ECDH.
2003-03-20  Dr. Stephen Hensonmake update
2003-03-20  Dr. Stephen HensonAvoid warning.
2003-03-20  Dr. Stephen Hensonmake update
2003-02-28  Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-22  Ulf Möllerremove some more useless code. The mingw target can...
2002-11-28  Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-14  Richard Levittemake update
2002-11-14  Bodo Möllerfix output
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-06  Bodo Möllerprint less output (no details unless a test failed)
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-09  Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-22  Dr. Stephen Henson#if out unused function to shut the compiler up.
2002-08-15  Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-09  Bodo Möller.cvsignore for crypto/ecdh
2002-08-09  Bodo Möllermake update
2002-08-09  Bodo Möllerfix warnings
2002-08-09  Bodo Mölleruse 0, not NULL
2002-08-09  Bodo MöllerAdd ECDH support.