summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
AgeCommit message (Expand)Author
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-29add 192 bit prime curve to the command line optionsNils Larsch
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch
2005-03-20add new curves to the loop (with some cleanup from me)Nils Larsch
2004-07-25'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov
2004-06-28Make the tests of EVP operations without padding. As a consequence,Richard Levitte
2004-06-28Make sure that the buffers are large enough to contain padding.Richard Levitte
2004-05-31Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov
2004-05-20SHA-256/-512 test and benchmark.Andy Polyakov
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe
2004-04-19header cleanup in apps/Geoff Thorpe
2004-01-08Cover all DSA setups when running testsLutz Jänicke
2003-11-28Netware-specific changes,Richard Levitte
2003-11-18Make sure to initialize AES counters to obtain proper results.Lutz Jänicke
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-02-08avoid coredumpBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-04Fix leak.Dr. Stephen Henson
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-09-25-elapsed is also useful when using gettimeofdayRichard Levitte
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09fix warningsBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte
2002-03-18Fix bugs and typos.Bodo Möller
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-05fix printf callBodo Möller
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-14Add the configuration target VxWorks.Richard Levitte
2002-01-29Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte
2002-01-02Implement speed measurement for AES.Richard Levitte
2002-01-02RSA counter should only be defined of RSA is available.Richard Levitte
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