aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY2016-08-221-31/+34
* Allow to run all speed test when async_jobs activeFdaSilvaYY2016-08-191-33/+54
* Small nits and cleanupsFdaSilvaYY2016-08-171-19/+14
* Improve error messageFdaSilvaYY2016-08-171-0/+6
* speed.c: use size_t instead of int to match function signaturesCristian Stoica2016-08-081-3/+4
* Fix some style issues...FdaSilvaYY2016-08-021-13/+13
* Useless allocationFdaSilvaYY2016-08-011-15/+13
* Fix some style issuesFdaSilvaYY2016-08-011-42/+43
* Add missing help stringFdaSilvaYY2016-08-011-2/+3
* Fix some awkward testsFdaSilvaYY2016-08-011-18/+19
* Merge some conditional blocks of code.FdaSilvaYY2016-08-011-30/+20
* Simplify default inits, add const qualifiersFdaSilvaYY2016-08-011-47/+20
* Cast to right type, simplify array argsFdaSilvaYY2016-08-011-26/+32
* Fix sharing of two static variablesFdaSilvaYY2016-08-011-17/+20
* ECDH test is only one operation to runFdaSilvaYY2016-08-011-17/+9
* Fix three missing global declarations.FdaSilvaYY2016-08-011-15/+23
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-15/+28
* Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell2016-06-161-1/+1
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-151-1/+1
* speed.c: fix segfault with unrecognized algorithmsCristian Stoica2016-05-311-1/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+7
* Fix error in the loop of ECDHAndrea Grandi2016-05-091-14/+14
* Rename some lowercase API'sRich Salz2016-04-181-3/+3
* Signed/unsigned compare.Ben Laurie2016-04-181-1/+1
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-25/+4
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-131-10/+0
* Fix conditional compile logic in speed.cMatt Caswell2016-04-131-1/+1
* Add a check of the FD_SETSIZE before the call to select()Andrea Grandi2016-04-061-0/+10
* Fix no-dsaMatt Caswell2016-03-211-4/+13
* Fix no-desMatt Caswell2016-03-181-0/+2
* Remove Netware and OS/2Rich Salz2016-03-171-5/+1
* Fix names of the #define used for platform specific codeAndrea Grandi2016-03-081-2/+2
* Add empty line after local variablesAndrea Grandi2016-03-081-0/+1
* Fix error with wait set of fds for the select()Andrea Grandi2016-03-081-75/+24
* Add a function to detect if we have async or notMatt Caswell2016-03-071-27/+15
* Add support to ASYNC_WAIT_CTX to speedAndrea Grandi2016-03-071-18/+97
* Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi2016-03-071-25/+7
* Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi2016-03-071-152/+211
* Add support for async jobs in OpenSSL speedAndrea Grandi2016-03-071-454/+1064
* add ecdhx25519 option to speedDr. Stephen Henson2016-02-281-5/+11
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+4
* apps/speed.c: initialize c[D_GHASH][i].Andy Polyakov2016-02-131-0/+1
* RT3755: Remove duplicate #includeRich Salz2016-01-311-3/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-9/+1
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-121-3/+3
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-21/+19
* remove ecdsa.h headerDr. Stephen Henson2015-12-091-1/+1
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-7/+11
* Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte2015-12-071-1/+1