summaryrefslogtreecommitdiff
path: root/src/benchmark.c
Commit message (Collapse)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-96/+90
|
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-5/+0
|
* updated benchmark outputNikos Mavrogiannopoulos2013-04-241-3/+5
|
* use clock_gettime when we canNikos Mavrogiannopoulos2013-03-191-0/+5
|
* benchmark time was increased.Nikos Mavrogiannopoulos2012-09-251-2/+4
|
* print average time per transaction and sample variance.Nikos Mavrogiannopoulos2012-07-171-2/+2
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-2/+2
| | | | | By using the recommended key size the calculations for the server side are reduced, giving a 50% increase in DH calculations.
* win32 fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-271-3/+4
|
* small updateNikos Mavrogiannopoulos2011-09-291-1/+3
|
* include config.h where needed.Nikos Mavrogiannopoulos2011-09-261-0/+20
|
* stress that values are bytes and not bitsNikos Mavrogiannopoulos2011-09-141-3/+3
|
* properly initialize benchmarks.Nikos Mavrogiannopoulos2011-06-011-1/+1
|
* updates to benchmarks.Nikos Mavrogiannopoulos2011-05-211-5/+16
|
* benchmark ECDH and DH.Nikos Mavrogiannopoulos2011-05-211-203/+91
|
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-171-168/+17
|
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-2/+63
|
* Set correct iv in GCM.Nikos Mavrogiannopoulos2011-02-071-1/+2
|
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-071-18/+105
| | | | GCM interface. Updated the benchmark.
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-4/+4
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-36/+46
|
* Use double to count bytes.Nikos Mavrogiannopoulos2010-07-041-3/+3
|
* Print values in a human-readable format and do the calculations in fixedNikos Mavrogiannopoulos2010-07-031-14/+60
| | | | time to prevent stalling in slow systems.
* Allow setting debug level via cmd.Nikos Mavrogiannopoulos2010-06-191-4/+16
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
|
* Indent code.Simon Josefsson2010-04-141-1/+1
|
* Use gnulib gettime module. Indent.Simon Josefsson2010-02-181-8/+7
|
* Indent and fix copyright notices.Simon Josefsson2010-01-271-105/+117
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-051-4/+53
| | | | | It is now permissible to register a hash algorithm separately from a MAC.
* Exported gnutls_cipher_get_block_size() and all hash functions added to ↵Nikos Mavrogiannopoulos2009-12-021-10/+40
| | | | | | libgnutls.map. Expanded benchmark with 3DES and ARCFOUR. Corrected test that used non-existing symbol.
* Added cryptodev support (/dev/crypto). Tested with ↵Nikos Mavrogiannopoulos2009-11-291-0/+79
http://www.logix.cz/michal/devel/cryptodev/. Added benchmark utility for AES. Exported API to access encryption algorithms.