bn/bn_exp.c: prefer MULX/AD*X over AVX2.
[openssl.git] / crypto / ecdh /
2013-08-05 Dr. Stephen HensonMinor optimisation to KDF algorithm.
2013-07-17 Dr. Stephen HensonAdd support for X9.62 KDF.
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2011-12-10 Dr. Stephen Hensonadd cofactor ECDH support from fips branch
2011-10-22 Dr. Stephen HensonCheck for selftest failure in various places.
2011-06-08 Dr. Stephen HensonSet flags in ECDH and ECDSA methods for FIPS.
2011-04-10 Dr. Stephen Hensonremove ENGINE dependency from ecdh
2011-03-24 Richard Levittemake update
2011-03-09 Dr. Stephen HensonAdd ECDH to validated module.
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12 Ben LaurieFix warnings.
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.