summaryrefslogtreecommitdiff
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-760/+493
* Code style: space after 'if'Viktor Dukhovni2015-04-161-3/+3
* free NULL cleanup.Rich Salz2015-03-251-6/+3
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* free NULL cleanupRich Salz2015-03-241-4/+2
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-55/+19
* Unchecked malloc fixesMatt Caswell2015-03-051-2/+10
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-4/+1
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-5/+1
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-16/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-47/+3
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-601/+593
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2844/+2731
* apps/speed.c: make it indent-friendly.Andy Polyakov2015-01-221-49/+88
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-6/+6
* Make "run" volatileKurt Roeckx2014-12-301-1/+1
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-9/+0