aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-14/+0
* schlock global variable needs to be volatileXiaoyin Liu2017-07-241-1/+2
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-1/+6
* Use randomness not entropyRich Salz2017-06-271-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-2/+2
* Refactor functions in testdsa.hPaul Yang2017-06-121-3/+3
* Fix speed command for alternation of ciphers and digests.Jonathan Protzenko2017-06-091-0/+1
* Make default_method mostly compile-timeRich Salz2017-04-071-5/+1
* Check that async_jobs is not negative and not too high.Bernd Edlinger2017-03-011-1/+7
* speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica2017-02-101-7/+3
* speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica2017-02-101-12/+6
* speed.c: simplify aggregation of dsa --multi resultsCristian Stoica2017-02-101-12/+6
* speed.c: simplify aggregation of rsa --multi resultsCristian Stoica2017-02-101-12/+6
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-2/+0
* 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-101-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