Dead code cleanup: #if 0 dropped from tests
[openssl.git] / crypto / ecdh / ecdhtest.c
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
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2013-10-15 Dr. Stephen HensonAdd test vectors from RFC7027
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
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-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-08-12 Dr. Stephen HensonFix warnings.
2005-07-16 Nils Larschmake
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
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-14 Bodo Möllerfix output
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-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öllerfix warnings
2002-08-09 Bodo MöllerAdd ECDH support.