successfully updating the db shouldn't result in an error message
[openssl.git] / apps / speed.c
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.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-11 Geoff Thorpeopenssl speed is quite useful for testing hardware...
2001-07-08 Ben LaurieDon't update argc, argv for decrypt flag!
2001-07-08 Ben LaurieSpeed test decrypt EVP operations.
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-04-11 Richard LevitteNetBSD and OpenBSD use TOD as well
2001-03-22 Bodo MöllerAdd missing '#ifndef OPENSSL_NO_DSA'.
2001-03-16 Richard LevitteCorrect a typo which might have lead to a dump.
2001-02-27 Richard LevitteMacOSX doesn't have ftime().
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-09 Ulf Möllerrsa_num is not used with NO_RSA
2000-12-02 Ulf Möllerremember the problem with ftime()
2000-11-29 Bodo Mölleravoid segmentation fault
2000-11-20 Ben LaurieBetter handling of EVP names, add EVP to speed.
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06 Richard LevitteThe consequence of constification is that to pass the...
2000-10-27 Richard LevitteNetBSD doesn't use ftime().
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-21 Richard LevitteOops, if the target only had USE_TOD, an error message...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-20 Richard LevitteAIX doesn't like ftime() either.
2000-09-19 Richard LevitteBSDI only supports ftime() through libcompat, which...
2000-09-19 Richard LevitteFreeBSD only supports ftime() through libcompat, which...
2000-09-18 Richard Levitteftime() is not supported on SGI.
2000-09-14 Richard Levittersa_num2 is no longer used, so remove it.
2000-09-12 Richard LevitteBetter error checking for RSA and DSA signature and...
2000-09-11 Richard LevitteDSA_verify() and DSA_sign() might return -1...
2000-09-11 Richard LevitteOpenBSD doesn't support timeb.
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-03 Richard LevitteUnicos doesn't have sys/timeb.h. Fix it by defining...
2000-07-01 Ben LaurieUse up-to-date functions.
next