aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove internal bn dependancies from speed.cMatt Caswell2014-12-081-114/+2
* Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson2014-10-291-3/+4
* RT3544: Remove MWERKS supportRich Salz2014-09-241-1/+1
* apps/speed.c: add -misalign command-line argument.Andy Polyakov2014-08-301-8/+34
* apps/speed.c: fix compiler warnings in multiblock_speed().Andy Polyakov2014-07-071-4/+5
* apps/speed.c: add multi-block benchmark.Andy Polyakov2014-07-051-0/+124
* Add 3072, 7680 and 15360 bit RSA tests to openssl speedOscar Jacobsson2014-06-291-6/+18
* Zero prime doits.Ben Laurie2014-06-011-0/+2
* Add option to run all prime tests.Ben Laurie2014-06-011-0/+5
* Only count successful generations.Felix Laurie von Massenbach2014-06-011-3/+3
* Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach2014-06-011-11/+31
* Remove editor barf on updating copyright.Felix Laurie von Massenbach2014-06-011-1/+1
* Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach2014-06-011-4/+4
* Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach2014-06-011-0/+23
* Run the prime speed tests for 10 seconds.Felix Laurie von Massenbach2014-06-011-21/+27
* Tidy up speed.c a little.Felix Laurie von Massenbach2014-06-011-17/+18
* Add speed test for prime trial division.Felix Laurie von Massenbach2014-06-011-0/+64
* md5-sparcv9.pl: more accurate performance result.Andy Polyakov2012-09-281-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* speed.c: typo in pkey_print_message.Andy Polyakov2012-01-111-1/+1
* apps/speed.c: fix typo in last commit.Andy Polyakov2011-12-191-1/+1
* apps/speed.c: Cygwin alarm() fails sometimes.Andy Polyakov2011-12-151-3/+12
* Fix warnings about ignored return values.Dr. Stephen Henson2011-03-171-2/+10
* make no-dsa work againDr. Stephen Henson2011-03-101-0/+2
* fix no SIGALRM case in speed.cDr. Stephen Henson2010-11-181-1/+2
* Sign mismatch.Ben Laurie2010-07-271-1/+1
* gcm128.c: API modification and readability improvements,Andy Polyakov2010-07-091-2/+28
* Fix warnings.Ben Laurie2010-06-121-8/+1
* PR: 2183Dr. Stephen Henson2010-03-031-5/+11
* PR: 2161Dr. Stephen Henson2010-02-021-0/+4
* apps/speed.c: limit loop counters to 2^31 in order to avoid overflowsAndy Polyakov2010-01-171-5/+15
* TypoDr. Stephen Henson2009-08-101-1/+1
* PR: 1999Dr. Stephen Henson2009-08-101-10/+14
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+8
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-1/+1
* apps/speed.c: children should not inherit buffered I/OLutz Jänicke2008-12-101-0/+2
* Fix buffer overflow.Ben Laurie2007-11-161-1/+1
* More IGE speedup.Ben Laurie2007-05-131-3/+3
* AES IGE mode speedup.Ben Laurie2007-05-131-3/+61
* Add SEED encryption algorithm.Bodo Möller2007-04-231-21/+59
* Yet another resource leak. Coverity ID 123.Ben Laurie2007-04-071-0/+1
* Free memory. Coverity ID 62.Ben Laurie2007-04-051-0/+1
* Resource leak.Ben Laurie2007-04-041-0/+2
* add support for whirlpool in apps/speedNils Larsch2006-12-011-3/+35
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-6/+107
* Fix newly introduced typos and warnings in ./apps.Andy Polyakov2005-11-061-6/+0
* Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov2005-11-061-227/+32