summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsatest.c
AgeCommit message (Expand)Author
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-12-09Fix warning.Ben Laurie
2011-12-02Fix ecdsatest.c.Bodo Möller
2011-06-06Backport from HEAD:Dr. Stephen Henson
2011-04-06check buffer is larger enough before overwritingDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-08-12Fix warnings.Dr. Stephen Henson
2005-07-17fix typoNils Larsch
2005-07-16makeNils Larsch
2005-06-23Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2004-07-16Quick fix.Geoff Thorpe
2004-06-14Correct the return codes for ecdsatest.Geoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2003-12-06Skip a curve with generator of non-prime order.Ulf Möller
2003-11-16re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller
2003-11-16The x9.62 tests replace the PRNG with specific numbers,Ulf Möller
2003-03-20Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-04Don't compute timings here, we can do this elsewhere.Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-28'broken' PKCS #8 format does not apply to ECDSABodo Möller
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-09fix warningsBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-04-09fix ECDSA handlingBodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-02-16Local `time' shadows the global function `time()'. Rename the localRichard Levitte
2002-02-14make it possible to disable memory checking for timingsBodo Möller
2002-02-14EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller
2002-02-13ECDSA supportBodo Möller