]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ecdsa/ecdsatest.c
Add blinding to an ECDSA signature
[thirdparty/openssl.git] / crypto / ecdsa / ecdsatest.c
2018-06-13  Matt CaswellAdd blinding to an ECDSA signature
2015-03-25  Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-12-09  Ben LaurieFix warning.
2011-12-02  Bodo MöllerFix ecdsatest.c.
2011-06-06  Dr. Stephen HensonBackport from HEAD:
2011-04-06  Dr. Stephen Hensoncheck buffer is larger enough before overwriting
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
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-17  Nils Larschfix typo
2005-07-16  Nils Larschmake
2005-06-23  Richard LevitteWrap the inclusion of openssl/engine.h with a protectiv...
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2004-07-16  Geoff ThorpeQuick fix.
2004-06-14  Geoff ThorpeCorrect the return codes for ecdsatest.
2004-04-19  Geoff ThorpeReduce header interdependencies, initially in engine...
2003-12-06  Ulf MöllerSkip a curve with generator of non-prime order.
2003-11-16  Ulf Möllerre-enable the test, keeping the original method for...
2003-11-16  Ulf MöllerThe x9.62 tests replace the PRNG with specific numbers,
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_ECDSA.
2002-12-08  Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-04  Bodo MöllerDon't compute timings here, we can do this elsewhere.
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28  Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
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.
2002-08-07  Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-04-09  Bodo Möllerfix ECDSA handling
2002-03-14  Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-02-16  Richard LevitteLocal `time' shadows the global function `time()'....
2002-02-14  Bodo Möllermake it possible to disable memory checking for timings
2002-02-14  Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-13  Bodo MöllerECDSA support