summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22apps/speed.c: make it indent-friendly.Andy Polyakov
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-30Make "run" volatileKurt Roeckx
2014-12-10RT3543: Remove #ifdef LINTRich Salz
2014-12-08Remove internal bn dependancies from speed.cMatt Caswell
2014-10-29Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson
2014-09-24RT3544: Remove MWERKS supportRich Salz
2014-08-30apps/speed.c: add -misalign command-line argument.Andy Polyakov
2014-07-07apps/speed.c: fix compiler warnings in multiblock_speed().Andy Polyakov
2014-07-05apps/speed.c: add multi-block benchmark.Andy Polyakov
2014-06-29Add 3072, 7680 and 15360 bit RSA tests to openssl speedOscar Jacobsson
2014-06-01Zero prime doits.Ben Laurie
2014-06-01Add option to run all prime tests.Ben Laurie
2014-06-01Only count successful generations.Felix Laurie von Massenbach
2014-06-01Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach
2014-06-01Remove editor barf on updating copyright.Felix Laurie von Massenbach