summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-07-24schlock global variable needs to be volatileXiaoyin Liu
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko
2016-11-26apps/speed.c: Fix crash when config loading failsVitezslav Cizek
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22apps/speed.c: make it indent-friendly.Andy Polyakov
2014-12-30Make "run" volatileKurt Roeckx
2014-11-27Remove duplicated codeMatt Caswell
2014-07-07apps/speed.c: fix compiler warnings in multiblock_speed().Andy Polyakov
2014-07-05apps/speed.c: add multi-block benchmark.Andy Polyakov
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-01-11speed.c: typo in pkey_print_message [from HEAD].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-11-22Workaround so "make depend" works for fips builds.Dr. Stephen Henson
2011-11-14speed.c: add ghash benchmark [from HEAD].Andy Polyakov
2011-06-05FIPS low level blocking for AES, RC4 and Camellia. This is complicated byDr. Stephen Henson
2011-06-01Prohibit low level cipher APIs in FIPS mode.Dr. Stephen Henson
2011-03-16Fix SRP error codes (from HEAD).Dr. Stephen Henson
2011-03-10make no-dsa work againDr. Stephen Henson
2010-11-18fix no SIGALRM case in speed.cDr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-03-03PR: 2183Dr. Stephen Henson
2010-02-02PR: 2161Dr. Stephen Henson
2009-08-10TypoDr. Stephen Henson
2009-08-10PR: 1999Dr. Stephen Henson
2009-04-22PR: 1902Dr. 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