Add a function to detect if we have async or not
[openssl.git] / apps / speed.c
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-03-07 Andrea GrandiAdd support to ASYNC_WAIT_CTX to speed
2016-03-07 Andrea GrandiRemove unnecessary memset() to 0 and check for NULL...
2016-03-07 Andrea GrandiFix the error with RSA and the daysnc engine in async...
2016-03-07 Andrea GrandiAdd support for async jobs in OpenSSL speed
2016-02-28 Dr. Stephen Hensonadd ecdhx25519 option to speed
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-13 Andy Polyakovapps/speed.c: initialize c[D_GHASH][i].
2016-01-31 Rich SalzRT3755: Remove duplicate #include
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-12 Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-09 Dr. Stephen Hensonremove ecdsa.h header
2015-12-09 Dr. Stephen Hensonremove ecdh.h header
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteHave the few apps that accessed EVP_MD directly use...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-29 Andy PolyakovFix -Wshadow warnings in mingw builds.
2015-09-19 Richard LevitteSmall typo
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-01 Emilia Kasperapps/speed.c: fix memory leak
2015-08-17 Tim HudsonRestore previous behaviour of only running one algorith...
2015-08-17 Tim Hudsonrestore usage of -elapsed that was disabled in the...
2015-08-10 Rich SalzGH365: Missing #ifdef rename.
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-11 Kurt CancemiAdd missing terminating NULL to speed_options table.
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-28 Rich Salzremove malloc casts
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Andy Polyakovapps/speed.c: make it indent-friendly.
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-30 Kurt RoeckxMake "run" volatile
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2014-12-08 Matt CaswellRemove internal bn dependancies from speed.c
2014-10-29 Dr. Stephen HensonFix WIN32 build by disabling bn* calls.
2014-09-24 Rich SalzRT3544: Remove MWERKS support
2014-08-30 Andy Polyakovapps/speed.c: add -misalign command-line argument.
2014-07-07 Andy Polyakovapps/speed.c: fix compiler warnings in multiblock_speed().
2014-07-05 Andy Polyakovapps/speed.c: add multi-block benchmark.
2014-06-29 Oscar JacobssonAdd 3072, 7680 and 15360 bit RSA tests to openssl speed
2014-06-01 Ben LaurieMerge branch 'erbridge-probable_primes'
2014-06-01 Ben LaurieZero prime doits.
2014-06-01 Ben LaurieAdd option to run all prime tests.
2014-06-01 Felix Laurie von... Only count successful generations.
2014-06-01 Felix Laurie von... Try skipping over the adding and just picking a new...
2014-06-01 Felix Laurie von... Remove editor barf on updating copyright.
2014-06-01 Felix Laurie von... Generate safe primes not divisible by 3, 5 or 7.
2014-06-01 Felix Laurie von... Add a method to generate a prime that is guaranteed...
2014-06-01 Felix Laurie von... Run the prime speed tests for 10 seconds.
2014-06-01 Felix Laurie von... Tidy up speed.c a little.
2014-06-01 Felix Laurie von... Add speed test for prime trial division.
2012-09-28 Andy Polyakovmd5-sparcv9.pl: more accurate performance result.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-01-11 Andy Polyakovspeed.c: typo in pkey_print_message.
2011-12-19 Andy Polyakovapps/speed.c: fix typo in last commit.
2011-12-15 Andy Polyakovapps/speed.c: Cygwin alarm() fails sometimes.
2011-03-17 Dr. Stephen HensonFix warnings about ignored return values.
2011-03-10 Dr. Stephen Hensonmake no-dsa work again
2010-11-18 Dr. Stephen Hensonfix no SIGALRM case in speed.c
2010-07-27 Ben LaurieSign mismatch.
2010-07-09 Andy Polyakovgcm128.c: API modification and readability improvements,
2010-06-12 Ben LaurieFix warnings.
2010-03-03 Dr. Stephen HensonPR: 2183
2010-02-02 Dr. Stephen HensonPR: 2161
2010-01-17 Andy Polyakovapps/speed.c: limit loop counters to 2^31 in order...
2009-08-10 Dr. Stephen HensonTypo
2009-08-10 Dr. Stephen HensonPR: 1999
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2008-12-10 Lutz Jänickeapps/speed.c: children should not inherit buffered I/O
2007-11-16 Ben LaurieFix buffer overflow.
2007-05-13 Ben LaurieMore IGE speedup.
2007-05-13 Ben LaurieAES IGE mode speedup.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-07 Ben LaurieYet another resource leak. Coverity ID 123.
2007-04-05 Ben LaurieFree memory. Coverity ID 62.
2007-04-04 Ben LaurieResource leak.
2006-12-01 Nils Larschadd support for whirlpool in apps/speed
next