aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-2/+2
* Add empty line after local variablesAndrea Grandi2016-03-081-0/+1
* Fix error with wait set of fds for the select()Andrea Grandi2016-03-081-75/+24
* Add a function to detect if we have async or notMatt Caswell2016-03-071-27/+15
* Add support to ASYNC_WAIT_CTX to speedAndrea Grandi2016-03-071-18/+97
* Remove unnecessary memset() to 0 and check for NULL before OPENSSL_free()Andrea Grandi2016-03-071-25/+7
* Fix the error with RSA and the daysnc engine in async mode.Andrea Grandi2016-03-071-152/+211
* Add support for async jobs in OpenSSL speedAndrea Grandi2016-03-071-454/+1064
* add ecdhx25519 option to speedDr. Stephen Henson2016-02-281-5/+11
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+4
* apps/speed.c: initialize c[D_GHASH][i].Andy Polyakov2016-02-131-0/+1
* RT3755: Remove duplicate #includeRich Salz2016-01-311-3/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-9/+1
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-121-3/+3
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-21/+19
* remove ecdsa.h headerDr. Stephen Henson2015-12-091-1/+1
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-7/+11
* Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte2015-12-071-1/+1
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-4/+4
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-291-3/+3
* Small typoRichard Levitte2015-09-201-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* apps/speed.c: fix memory leakEmilia Kasper2015-09-011-4/+2
* Restore previous behaviour of only running one algorithm when -evp alg is used.Tim Hudson2015-08-171-1/+1
* restore usage of -elapsed that was disabled in the ifdef reorgTim Hudson2015-08-171-5/+0
* GH365: Missing #ifdef rename.Rich Salz2015-08-101-2/+2
* Use bio_err not stderr in apps.Rich Salz2015-06-091-6/+6
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-8/+8
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Add missing terminating NULL to speed_options table.Kurt Cancemi2015-05-111-0/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-6/+6
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+3
* In apps, malloc or dieRich Salz2015-04-301-18/+4
* remove malloc castsRich Salz2015-04-281-4/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-3/+1