Call of memcmp with null pointers in obj_cmp()
[openssl.git] / crypto / ecdh /
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-15 Dr. Stephen HensonUpdate ordinals, fix error message.
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-02 Rich SalzDead code cleanup: crypto/ec,ecdh,ecdsa
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/ecdh
2014-12-08 Dr. Stephen HensonRemove OPENSSL_FIPSCANISTER code.
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-02-19 Dr. Stephen Hensonmake depend
2013-10-15 Dr. Stephen HensonFix warning.
2013-10-15 Dr. Stephen HensonAdd test vectors from RFC7027
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.