summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2017-03-01Check that async_jobs is not negative and not too high.Bernd Edlinger
2017-02-10speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of dsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of rsa --multi resultsCristian Stoica
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2016-11-17Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri
2016-11-17Do not handle R_EC_X25519 as a special caseNicola Tuveri
2016-11-17Remove leftover KDF pointerNicola Tuveri
2016-11-17Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri
2016-11-17Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri
2016-11-17Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri
2016-11-17More coding style fixesNicola Tuveri
2016-11-17Run util/openssl-format-source against apps/speed.cNicola Tuveri
2016-11-17bugfix: calculate outlen for each curveNicola Tuveri
2016-11-17Handle EVP_PKEY_derive errors and fix coding style issuesNicola Tuveri
2016-11-17Fix coding style and remove some stale code/commentsNicola Tuveri
2016-11-17Use EVP interface for ECDH in apps/speed.cNicola Tuveri
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