apps/ocsp.c
[openssl.git] / apps / speed.c
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-01-11 Andy Polyakovspeed.c: typo in pkey_print_message [from HEAD].
2011-12-19 Andy Polyakovapps/speed.c: fix typo in last commit.
2011-12-15 Andy Polyakovapps/speed.c: Cygwin alarm() fails sometimes.
2011-11-22 Dr. Stephen HensonWorkaround so "make depend" works for fips builds.
2011-11-14 Andy Polyakovspeed.c: add ghash benchmark [from HEAD].
2011-06-05 Dr. Stephen HensonFIPS low level blocking for AES, RC4 and Camellia....
2011-06-01 Dr. Stephen HensonProhibit low level cipher APIs in FIPS mode.
2011-03-16 Dr. Stephen HensonFix SRP error codes (from HEAD).
2011-03-10 Dr. Stephen Hensonmake no-dsa work again
2010-11-18 Dr. Stephen Hensonfix no SIGALRM case in speed.c
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-03-03 Dr. Stephen HensonPR: 2183
2010-02-02 Dr. Stephen HensonPR: 2161
2009-08-10 Dr. Stephen HensonTypo
2009-08-10 Dr. Stephen HensonPR: 1999
2009-04-22 Dr. Stephen HensonPR: 1902
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create 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_...
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo MöllerAdd ECDH support.
2002-03-22 Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-05 Bodo Möllerfix printf call
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-01-29 Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-02 Richard LevitteImplement speed measurement for AES.
2002-01-02 Richard LevitteRSA counter should only be defined of RSA is available.
2001-12-09 Ben LaurieImprove back compatibility.
2001-12-07 Bodo Möllerfix warnings (one of them was clearly justified)
2001-11-15 Richard LevitteMake it possible to give digest names as -evp arguments.
2001-11-06 Dr. Stephen HensonWin32 fixes.
2001-11-05 Richard LevitteDOS and Windows do not like unistd.h
2001-10-25 Richard LevitteMake sure openssl speed is compilable on systems where...
2001-10-25 Ben LaurieAdd paralellism to speed - note that this currently...
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-10-20 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_{init,cleanup}
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-02 Richard Levittesch isn't an array, how did this pass through gcc?
2001-09-28 Richard LevitteChange HZ in speed to rely on sysconf() if the clock...
2001-09-27 Richard LevitteStop thinking arguments starting with - are algorithm...
2001-09-25 Geoff ThorpeMake necessary tweaks to apps/ files due to recent...
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-07 Ben LaurieLook up MD5 by name.
next