summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
2015-12-09remove ecdsa.h headerDr. Stephen Henson
2015-12-09remove ecdh.h headerDr. Stephen Henson
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov
2015-09-20Small typoRichard Levitte
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-01apps/speed.c: fix memory leakEmilia Kasper
2015-08-17Restore previous behaviour of only running one algorithm when -evp alg is used.Tim Hudson
2015-08-17restore usage of -elapsed that was disabled in the ifdef reorgTim Hudson
2015-08-10GH365: Missing #ifdef rename.Rich Salz
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-11Add missing terminating NULL to speed_options table.Kurt Cancemi
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-01free null cleanup finaleRich Salz
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30In apps, malloc or dieRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25free NULL cleanup.Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24free NULL cleanupRich Salz
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz