summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2016-10-19apps: remove some #ifndef clutterRichard Levitte
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-22Fix loopargs_t object duplication into ASYNC contextFdaSilvaYY
2016-08-19Allow to run all speed test when async_jobs activeFdaSilvaYY
2016-08-17Small nits and cleanupsFdaSilvaYY
2016-08-17Improve error messageFdaSilvaYY
2016-08-08speed.c: use size_t instead of int to match function signaturesCristian Stoica
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-01Useless allocationFdaSilvaYY
2016-08-01Fix some style issuesFdaSilvaYY
2016-08-01Add missing help stringFdaSilvaYY
2016-08-01Fix some awkward testsFdaSilvaYY
2016-08-01Merge some conditional blocks of code.FdaSilvaYY
2016-08-01Simplify default inits, add const qualifiersFdaSilvaYY
2016-08-01Cast to right type, simplify array argsFdaSilvaYY
2016-08-01Fix sharing of two static variablesFdaSilvaYY
2016-08-01ECDH test is only one operation to runFdaSilvaYY
2016-08-01Fix three missing global declarations.FdaSilvaYY
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
2016-05-31speed.c: fix segfault with unrecognized algorithmsCristian Stoica
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-09Fix error in the loop of ECDHAndrea Grandi
2016-04-18Rename some lowercase API'sRich Salz
2016-04-18Signed/unsigned compare.Ben Laurie
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-13Fix conditional compile logic in speed.cMatt Caswell
2016-04-06Add a check of the FD_SETSIZE before the call to select()Andrea Grandi
2016-03-21Fix no-dsaMatt Caswell
2016-03-18Fix no-desMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-08Fix names of the #define used for platform specific codeAndrea Grandi
2016-03-08Add empty line after local variablesAndrea Grandi
2016-03-08Fix error with wait set of fds for the select()Andrea Grandi
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-07Add support to ASYNC_WAIT_CTX to speedAndrea Grandi
2016-03-07Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi
2016-03-07Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi
2016-03-07Add support for async jobs in OpenSSL speedAndrea Grandi
2016-02-28add ecdhx25519 option to speedDr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-13apps/speed.c: initialize c[D_GHASH][i].Andy Polyakov
2016-01-31RT3755: Remove duplicate #includeRich Salz
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte