summaryrefslogtreecommitdiff
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2660/+2550
* apps/speed.c: make it indent-friendly.Andy Polyakov2015-01-221-46/+80
* Make "run" volatileKurt Roeckx2014-12-301-1/+1
* Remove duplicated codeMatt Caswell2014-11-271-21/+0
* Reduce version skew.Ben Laurie2012-06-081-2/+2
* speed.c: typo in pkey_print_message [from HEAD].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-2/+11
* Workaround so "make depend" works for fips builds.Dr. Stephen Henson2011-11-221-0/+5
* speed.c: add ghash benchmark [from HEAD].Andy Polyakov2011-11-141-3/+25
* FIPS low level blocking for AES, RC4 and Camellia. This is complicated byDr. Stephen Henson2011-06-051-0/+4
* Prohibit low level cipher APIs in FIPS mode.Dr. Stephen Henson2011-06-011-0/+9
* Fix SRP error codes (from HEAD).Dr. Stephen Henson2011-03-161-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
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-8/+1
* PR: 2183Dr. Stephen Henson2010-03-031-5/+11
* PR: 2161Dr. Stephen Henson2010-02-021-0/+4
* TypoDr. Stephen Henson2009-08-101-1/+1
* PR: 1999Dr. Stephen Henson2009-08-101-10/+14
* PR: 1902Dr. Stephen Henson2009-04-221-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
* compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <j...Nils Larsch2005-11-021-1/+1
* makeNils Larsch2005-07-161-1/+15
* changes from 0.9.8Nils Larsch2005-05-311-0/+2
* OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov2005-05-221-2/+14
* ecc api cleanup; summary:Nils Larsch2005-05-161-150/+128
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-2/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2
* add 192 bit prime curve to the command line optionsNils Larsch2005-04-291-2/+4
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-3/+5
* add new curves to the loop (with some cleanup from me)Nils Larsch2005-03-201-26/+27
* 'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov2004-07-251-0/+5
* Make the tests of EVP operations without padding. As a consequence,Richard Levitte2004-06-281-5/+2
* Make sure that the buffers are large enough to contain padding.Richard Levitte2004-06-281-1/+5
* Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov2004-05-311-5/+5
* SHA-256/-512 test and benchmark.Andy Polyakov2004-05-201-3/+45
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-0/+1