aboutsummaryrefslogtreecommitdiff
path: root/apps/speed.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller1-6/+20
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte1-0/+3
2003-02-08avoid coredumpBodo Möller1-1/+1
2003-02-06implement fast point multiplication with precomputationBodo Möller1-0/+3
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+6
2003-01-04Fix leak.Dr. Stephen Henson1-0/+1
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte1-1/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller1-13/+0
2002-10-28fast reduction for NIST curvesBodo Möller1-16/+19
2002-09-25-elapsed is also useful when using gettimeofdayRichard Levitte1-1/+1
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller1-15/+15
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-4/+8
2002-08-09fix warningsBodo Möller1-6/+7
2002-08-09Add ECDH support.Bodo Möller1-0/+635
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte1-6/+6
2002-03-18Fix bugs and typos.Bodo Möller1-1/+4
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson1-4/+4
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller1-2/+1
2002-03-05fix printf callBodo Möller1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-02-14Add the configuration target VxWorks.Richard Levitte1-4/+20
2002-01-29Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte1-1/+1
2002-01-02Implement speed measurement for AES.Richard Levitte1-13/+117
2002-01-02RSA counter should only be defined of RSA is available.Richard Levitte1-1/+2
2001-12-09Improve back compatibility.Ben Laurie1-3/+3
2001-12-07fix warnings (one of them was clearly justified)Bodo Möller1-3/+3
2001-11-15Make it possible to give digest names as -evp arguments.Richard Levitte1-27/+49
2001-11-06Win32 fixes.Dr. Stephen Henson1-8/+11
2001-11-05DOS and Windows do not like unistd.hRichard Levitte1-0/+2
2001-10-25Make sure openssl speed is compilable on systems where fork() doesn'tRichard Levitte1-1/+18
2001-10-25Add paralellism to speed - note that this currently causes a weird memory leak.Ben Laurie1-171/+369
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte1-8/+10
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson1-0/+2
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-4/+4
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-6/+7
2001-10-02sch isn't an array, how did this pass through gcc?Richard Levitte1-1/+1
2001-09-28Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte1-12/+15
2001-09-27Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte1-5/+47
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe1-1/+1
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-09-07Look up MD5 by name.Ben Laurie1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-7/+9
2001-07-11openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe1-1/+1
2001-07-08Don't update argc, argv for decrypt flag!Ben Laurie1-4/+0
2001-07-08Speed test decrypt EVP operations.Ben Laurie1-4/+22
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-6/+7
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-15/+2