summaryrefslogtreecommitdiff
path: root/src/benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-11/+9
* Indent codeZoltan Fridrich2023-01-271-12/+9
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls-cli: fix --benchmark-ciphers type overflowAndreas Metzler2019-02-241-1/+1
* use timespec_sub_ms() instead of open coding itRolf Eike Beer2018-06-261-3/+1
* gnutls-cli: fix compilation warning in win32Nikos Mavrogiannopoulos2016-10-051-1/+1
* gnutls-cli: benchmark the memcpy performance to compare with ciphersNikos Mavrogiannopoulos2016-06-211-1/+1
* 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
* 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
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-4/+4
* 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
* 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
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-10/+40
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-0/+79