]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/speed.c
Replace "SSLeay" in API with OpenSSL
[thirdparty/openssl.git] / apps / speed.c
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
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2005-11-06  Andy PolyakovFix newly introduced typos and warnings in ./apps.
2005-11-06  Andy PolyakovCollect timing procedures in apps/apps.c. It's a bit...
2005-11-02  Nils Larschcompile sstrsep only if HAVE_FORK is defined; patch...
2005-07-16  Nils Larschmake
2005-05-31  Nils Larschchanges from 0.9.8
2005-05-22  Andy PolyakovOPENSSL_NO_SHA512 to mask even SHA512_CTX declaration...
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-16  Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-29  Nils Larschadd 192 bit prime curve to the command line options
2005-04-23  Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-03-20  Nils Larschadd new curves to the loop (with some cleanup from me)
2004-07-25  Andy Polyakov'apps/openssl dgst -help' update and minor apps/speed...
2004-06-28  Richard LevitteMake the tests of EVP operations without padding. ...
2004-06-28  Richard LevitteMake sure that the buffers are large enough to contain...
2004-05-31  Andy PolyakovMake sha-256/-512 naming in speed.c consistent with...
next