aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-221-6/+6
* Fix bugs and typos.Bodo Möller2002-03-181-1/+4
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-4/+4
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-2/+1
* fix printf callBodo Möller2002-03-051-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add the configuration target VxWorks.Richard Levitte2002-02-141-4/+20
* Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte2002-01-291-1/+1
* Implement speed measurement for AES.Richard Levitte2002-01-021-13/+117
* RSA counter should only be defined of RSA is available.Richard Levitte2002-01-021-1/+2
* Improve back compatibility.Ben Laurie2001-12-091-3/+3
* fix warnings (one of them was clearly justified)Bodo Möller2001-12-071-3/+3
* Make it possible to give digest names as -evp arguments.Richard Levitte2001-11-151-27/+49
* Win32 fixes.Dr. Stephen Henson2001-11-061-8/+11
* DOS and Windows do not like unistd.hRichard Levitte2001-11-051-0/+2
* Make sure openssl speed is compilable on systems where fork() doesn'tRichard Levitte2001-10-251-1/+18
* Add paralellism to speed - note that this currently causes a weird memory leak.Ben Laurie2001-10-251-171/+369
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-8/+10
* Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson2001-10-201-0/+2
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-6/+7
* sch isn't an array, how did this pass through gcc?Richard Levitte2001-10-021-1/+1
* Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte2001-09-281-12/+15
* Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte2001-09-271-5/+47
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-251-1/+1
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Look up MD5 by name.Ben Laurie2001-09-071-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-7/+9
* openssl speed is quite useful for testing hardware support (among otherGeoff Thorpe2001-07-111-1/+1
* Don't update argc, argv for decrypt flag!Ben Laurie2001-07-081-4/+0
* Speed test decrypt EVP operations.Ben Laurie2001-07-081-4/+22
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-6/+7
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-15/+2
* NetBSD and OpenBSD use TOD as wellRichard Levitte2001-04-111-1/+1
* Add missing '#ifndef OPENSSL_NO_DSA'.Bodo Möller2001-03-221-0/+2
* Correct a typo which might have lead to a dump.Richard Levitte2001-03-161-1/+1
* MacOSX doesn't have ftime().Richard Levitte2001-02-271-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-116/+121
* rsa_num is not used with NO_RSAUlf Möller2001-01-091-0/+2
* remember the problem with ftime()Ulf Möller2000-12-021-1/+1
* avoid segmentation faultBodo Möller2000-11-291-1/+4
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-201-5/+49
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-1/+1
* The consequence of constification is that to pass the address to aRichard Levitte2000-11-061-1/+1
* NetBSD doesn't use ftime().Richard Levitte2000-10-271-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-3/+38
* Oops, if the target only had USE_TOD, an error message was issued...Richard Levitte2000-09-211-1/+1
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-1/+1