summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
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
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-29add 192 bit prime curve to the command line optionsNils Larsch
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-03-20add new curves to the loop (with some cleanup from me)Nils Larsch
2004-07-25'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov
2004-06-28Make the tests of EVP operations without padding. As a consequence,Richard Levitte
2004-06-28Make sure that the buffers are large enough to contain padding.Richard Levitte
2004-05-31Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov
2004-05-20SHA-256/-512 test and benchmark.Andy Polyakov
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe
2004-04-19header cleanup in apps/Geoff Thorpe
2004-01-08Cover all DSA setups when running testsLutz Jänicke
2003-11-28Netware-specific changes,Richard Levitte
2003-11-18Make sure to initialize AES counters to obtain proper results.Lutz Jänicke
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller