summaryrefslogtreecommitdiffstats
path: root/apps/speed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri2016-11-171-0/+26
* Do not handle R_EC_X25519 as a special caseNicola Tuveri2016-11-171-4/+9
* Remove leftover KDF pointerNicola Tuveri2016-11-171-4/+0
* Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri2016-11-171-5/+5
* Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri2016-11-171-5/+35
* Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri2016-11-171-15/+5
* More coding style fixesNicola Tuveri2016-11-171-7/+7
* Run util/openssl-format-source against apps/speed.cNicola Tuveri2016-11-171-162/+194
* bugfix: calculate outlen for each curveNicola Tuveri2016-11-171-2/+6
* Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri2016-11-171-7/+10
* Fix coding style and remove some stale code/commentsNicola Tuveri2016-11-171-29/+10
* Use EVP interface for ECDH in apps/speed.cNicola Tuveri2016-11-171-87/+94
* apps: remove some #ifndef clutterRichard Levitte2016-10-191-4/+0
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-111-2/+2
* 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-091-2/+2
* Add empty line after local variablesAndrea Grandi2016-03-091-0/+1
* Fix error with wait set of fds for the select()Andrea Grandi2016-03-091-75/+24