Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
[openssl.git] / apps / speed.c
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Andy Polyakovapps/speed.c: make it indent-friendly.
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-12-30 Kurt RoeckxMake "run" volatile
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2014-12-08 Matt CaswellRemove internal bn dependancies from speed.c
2014-10-29 Dr. Stephen HensonFix WIN32 build by disabling bn* calls.
2014-09-24 Rich SalzRT3544: Remove MWERKS support
2014-08-30 Andy Polyakovapps/speed.c: add -misalign command-line argument.
2014-07-07 Andy Polyakovapps/speed.c: fix compiler warnings in multiblock_speed().
2014-07-05 Andy Polyakovapps/speed.c: add multi-block benchmark.
2014-06-29 Oscar JacobssonAdd 3072, 7680 and 15360 bit RSA tests to openssl speed
2014-06-01 Ben LaurieMerge branch 'erbridge-probable_primes'
2014-06-01 Ben LaurieZero prime doits.
2014-06-01 Ben LaurieAdd option to run all prime tests.
2014-06-01 Felix Laurie von... Only count successful generations.
2014-06-01 Felix Laurie von... Try skipping over the adding and just picking a new...
2014-06-01 Felix Laurie von... Remove editor barf on updating copyright.
2014-06-01 Felix Laurie von... Generate safe primes not divisible by 3, 5 or 7.
2014-06-01 Felix Laurie von... Add a method to generate a prime that is guaranteed...
2014-06-01 Felix Laurie von... Run the prime speed tests for 10 seconds.
2014-06-01 Felix Laurie von... Tidy up speed.c a little.
2014-06-01 Felix Laurie von... Add speed test for prime trial division.
2012-09-28 Andy Polyakovmd5-sparcv9.pl: more accurate performance result.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-01-11 Andy Polyakovspeed.c: typo in pkey_print_message.
2011-12-19 Andy Polyakovapps/speed.c: fix typo in last commit.
2011-12-15 Andy Polyakovapps/speed.c: Cygwin alarm() fails sometimes.
2011-03-17 Dr. Stephen HensonFix warnings about ignored return values.
2011-03-10 Dr. Stephen Hensonmake no-dsa work again
2010-11-18 Dr. Stephen Hensonfix no SIGALRM case in speed.c
2010-07-27 Ben LaurieSign mismatch.
2010-07-09 Andy Polyakovgcm128.c: API modification and readability improvements,
2010-06-12 Ben LaurieFix warnings.
2010-03-03 Dr. Stephen HensonPR: 2183
2010-02-02 Dr. Stephen HensonPR: 2161
2010-01-17 Andy Polyakovapps/speed.c: limit loop counters to 2^31 in order...
2009-08-10 Dr. Stephen HensonTypo
2009-08-10 Dr. Stephen HensonPR: 1999
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2008-12-10 Lutz Jänickeapps/speed.c: children should not inherit buffered I/O
2007-11-16 Ben LaurieFix buffer overflow.
2007-05-13 Ben LaurieMore IGE speedup.
2007-05-13 Ben LaurieAES IGE mode speedup.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-07 Ben LaurieYet another resource leak. Coverity ID 123.
2007-04-05 Ben LaurieFree memory. Coverity ID 62.
2007-04-04 Ben LaurieResource leak.
2006-12-01 Nils Larschadd support for whirlpool in apps/speed
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2005-11-06 Andy PolyakovFix newly introduced typos and warnings in ./apps.
2005-11-06 Andy PolyakovCollect timing procedures in apps/apps.c. It's a bit...
2005-11-02 Nils Larschcompile sstrsep only if HAVE_FORK is defined; patch...
2005-07-16 Nils Larschmake
2005-05-31 Nils Larschchanges from 0.9.8
2005-05-22 Andy PolyakovOPENSSL_NO_SHA512 to mask even SHA512_CTX declaration...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-29 Nils Larschadd 192 bit prime curve to the command line options
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-03-20 Nils Larschadd new curves to the loop (with some cleanup from me)
2004-07-25 Andy Polyakov'apps/openssl dgst -help' update and minor apps/speed...
2004-06-28 Richard LevitteMake the tests of EVP operations without padding. ...
2004-06-28 Richard LevitteMake sure that the buffers are large enough to contain...
2004-05-31 Andy PolyakovMake sha-256/-512 naming in speed.c consistent with...
2004-05-20 Andy PolyakovSHA-256/-512 test and benchmark.
2004-05-17 Geoff ThorpeRemove some unnecessary recursive includes from the...
2004-04-19 Geoff Thorpeheader cleanup in apps/
2004-01-08 Lutz JänickeCover all DSA setups when running tests
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-18 Lutz JänickeMake sure to initialize AES counters to obtain proper...
2003-10-29 Geoff ThorpeFor whatever reason (compiler or header bugs), at least...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-02-28 Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-08 Bodo Mölleravoid coredump
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-04 Dr. Stephen HensonFix leak.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-18 Richard LevitteMake sure sysconf exists (it doesn't in the VMS C RTL...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-09-25 Richard Levitte-elapsed is also useful when using gettimeofday
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
next