summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2001-12-09Improve back compatibility.Ben Laurie
2001-12-07fix warnings (one of them was clearly justified)Bodo Möller
2001-11-15Make it possible to give digest names as -evp arguments.Richard Levitte
2001-11-06Win32 fixes.Dr. Stephen Henson
2001-11-05DOS and Windows do not like unistd.hRichard Levitte
2001-10-25Make sure openssl speed is compilable on systems where fork() doesn'tRichard Levitte
2001-10-25Add paralellism to speed - note that this currently causes a weird memory leak.Ben Laurie
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-02sch isn't an array, how did this pass through gcc?Richard Levitte
2001-09-28Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte
2001-09-27Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-09-07Look up MD5 by name.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-11openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe
2001-07-08Don't update argc, argv for decrypt flag!Ben Laurie
2001-07-08Speed test decrypt EVP operations.Ben Laurie
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-04-11NetBSD and OpenBSD use TOD as wellRichard Levitte
2001-03-22Add missing '#ifndef OPENSSL_NO_DSA'.Bodo Möller
2001-03-16Correct a typo which might have lead to a dump.Richard Levitte
2001-02-27MacOSX doesn't have ftime().Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-09rsa_num is not used with NO_RSAUlf Möller
2000-12-02remember the problem with ftime()Ulf Möller
2000-11-29avoid segmentation faultBodo Möller
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte
2000-10-27NetBSD doesn't use ftime().Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-21Oops, if the target only had USE_TOD, an error message was issued...Richard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-20AIX doesn't like ftime() either.Richard Levitte
2000-09-19BSDI only supports ftime() through libcompat, which means it'sRichard Levitte
2000-09-19FreeBSD only supports ftime() through libcompat, which means it'sRichard Levitte
2000-09-18ftime() is not supported on SGI.Richard Levitte
2000-09-14rsa_num2 is no longer used, so remove it.Richard Levitte
2000-09-12Better error checking for RSA and DSA signature and verification speedRichard Levitte
2000-09-11DSA_verify() and DSA_sign() might return -1...Richard Levitte
2000-09-11OpenBSD doesn't support timeb.Richard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-03Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o...Richard Levitte