aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsatest.c
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-565/+0
* free NULL cleanup.Rich Salz2015-03-251-8/+4
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-2/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-477/+461
* RT2492: Remove extra NULL check.Laszlo Papp2014-08-181-2/+1
* Make ecdsatest work with nonces.Dr. Stephen Henson2013-07-191-1/+9
* fix warning (revert original patch)Dr. Stephen Henson2012-01-101-8/+8
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-2/+3
* Fix ecdsatest.c.Bodo Möller2011-12-021-7/+78
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-3/+4
* Only use fake rand once per operation. This stops the ECDr. Stephen Henson2011-04-061-1/+8
* check buffer is larger enough before overwritingDr. Stephen Henson2011-04-061-3/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* More size_tification.Ben Laurie2008-11-011-2/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-11/+11
* fix typoNils Larsch2005-07-171-1/+1
* makeNils Larsch2005-07-161-6/+1
* Wrap the inclusion of openssl/engine.h with a protective check forRichard Levitte2005-06-231-0/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-7/+14
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-3/+3
* Quick fix.Geoff Thorpe2004-07-161-1/+1
* Correct the return codes for ecdsatest.Geoff Thorpe2004-06-141-4/+4
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+1
* Skip a curve with generator of non-prime order.Ulf Möller2003-12-061-0/+2
* re-enable the test, keeping the original method for RAND_pseudo_bytesUlf Möller2003-11-161-3/+1
* The x9.62 tests replace the PRNG with specific numbers,Ulf Möller2003-11-161-3/+8
* Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte2003-03-201-0/+2
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-1/+7
* Don't compute timings here, we can do this elsewhere.Bodo Möller2002-12-041-453/+352
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* 'broken' PKCS #8 format does not apply to ECDSABodo Möller2002-10-281-45/+0
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-18/+18
* fix warningsBodo Möller2002-08-091-0/+9
* Add ECDH support.Bodo Möller2002-08-091-134/+76
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-64/+70
* fix ECDSA handlingBodo Möller2002-04-091-17/+0
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-7/+8
* Local `time' shadows the global function `time()'. Rename the localRichard Levitte2002-02-161-49/+49
* make it possible to disable memory checking for timingsBodo Möller2002-02-141-6/+14
* EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2002-02-141-7/+7
* ECDSA supportBodo Möller2002-02-131-0/+692