]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/speed.c
Netware-specific changes,
[thirdparty/openssl.git] / apps / speed.c
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.
2000-06-30  Richard LevitteGive the user the option to measure real time instead...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-01  Ulf Möllerpseudo-seed for the PRNG before testing DSA
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-01-17  Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-16  Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-07  Bodo Möllermake no-des and no-rc2 work.
1999-12-03  Bodo MöllerAdd functions des_set_key_checked, des_set_key_unchecked.
1999-10-03  Ben LaurieFix warnings.
1999-10-02  Dr. Stephen HensonModify the 'speed' application so it now uses RSA_sign...
1999-09-25  Bodo MöllerFix typo in error message.
1999-09-21  Bodo Möllertypo
1999-09-08  Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-08  Dr. Stephen HensonOops... forgot the other RSA_NULL patches...
1999-06-30  Ulf MöllerMore no-xxx option tweaks.
1999-06-29  Ulf MöllerFix no-hmac and no-ripemd.
1999-06-10  Bodo MöllerAvoid warnings.
next