summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
2014-06-01Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach
2014-06-01Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach
2014-06-01Run the prime speed tests for 10 seconds.Felix Laurie von Massenbach
2014-06-01Tidy up speed.c a little.Felix Laurie von Massenbach
2014-06-01Add speed test for prime trial division.Felix Laurie von Massenbach
2012-09-28md5-sparcv9.pl: more accurate performance result.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-01-11speed.c: typo in pkey_print_message.Andy Polyakov
2011-12-19apps/speed.c: fix typo in last commit.Andy Polyakov
2011-12-15apps/speed.c: Cygwin alarm() fails sometimes.Andy Polyakov
2011-03-17Fix warnings about ignored return values.Dr. Stephen Henson
2011-03-10make no-dsa work againDr. Stephen Henson
2010-11-18fix no SIGALRM case in speed.cDr. Stephen Henson
2010-07-27Sign mismatch.Ben Laurie
2010-07-09gcm128.c: API modification and readability improvements,Andy Polyakov
2010-06-12Fix warnings.Ben Laurie
2010-03-03PR: 2183Dr. Stephen Henson
2010-02-02PR: 2161Dr. Stephen Henson
2010-01-17apps/speed.c: limit loop counters to 2^31 in order to avoid overflowsAndy Polyakov
2009-08-10TypoDr. Stephen Henson
2009-08-10PR: 1999Dr. Stephen Henson
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2008-12-10apps/speed.c: children should not inherit buffered I/OLutz Jänicke
2007-11-16Fix buffer overflow.Ben Laurie
2007-05-13More IGE speedup.Ben Laurie
2007-05-13AES IGE mode speedup.Ben Laurie
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-04-07Yet another resource leak. Coverity ID 123.Ben Laurie
2007-04-05Free memory. Coverity ID 62.Ben Laurie
2007-04-04Resource leak.Ben Laurie
2006-12-01add support for whirlpool in apps/speedNils Larsch
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2005-11-06Fix newly introduced typos and warnings in ./apps.Andy Polyakov
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov
2005-11-02compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <j...Nils Larsch
2005-07-16makeNils Larsch
2005-05-31changes from 0.9.8Nils Larsch
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller