aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix newly introduced typos and warnings in ./apps.Andy Polyakov2005-11-061-6/+0
* Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov2005-11-061-227/+32
* compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <j...Nils Larsch2005-11-021-1/+1
* makeNils Larsch2005-07-161-1/+15
* changes from 0.9.8Nils Larsch2005-05-311-0/+2
* OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov2005-05-221-2/+14
* ecc api cleanup; summary:Nils Larsch2005-05-161-150/+128
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-2/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2
* add 192 bit prime curve to the command line optionsNils Larsch2005-04-291-2/+4
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-3/+5
* add new curves to the loop (with some cleanup from me)Nils Larsch2005-03-201-26/+27
* 'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov2004-07-251-0/+5
* Make the tests of EVP operations without padding. As a consequence,Richard Levitte2004-06-281-5/+2
* Make sure that the buffers are large enough to contain padding.Richard Levitte2004-06-281-1/+5
* Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov2004-05-311-5/+5
* SHA-256/-512 test and benchmark.Andy Polyakov2004-05-201-3/+45
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-0/+1
* header cleanup in apps/Geoff Thorpe2004-04-191-0/+1
* Cover all DSA setups when running testsLutz Jänicke2004-01-081-0/+1
* Netware-specific changes,Richard Levitte2003-11-281-3/+40
* Make sure to initialize AES counters to obtain proper results.Lutz Jänicke2003-11-181-0/+6
* For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe2003-10-291-4/+18
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-101-1/+1
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-6/+22
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-2/+2
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-6/+20
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-141-0/+3
* avoid coredumpBodo Möller2003-02-081-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-061-0/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+6
* Fix leak.Dr. Stephen Henson2003-01-041-0/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte2002-11-181-1/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* fast reduction for NIST curvesBodo Möller2002-10-281-16/+19
* -elapsed is also useful when using gettimeofdayRichard Levitte2002-09-251-1/+1
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-15/+15
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-4/+8
* fix warningsBodo Möller2002-08-091-6/+7
* Add ECDH support.Bodo Möller2002-08-091-0/+635
* 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