summaryrefslogtreecommitdiff
path: root/src/benchmark-tls.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: enhanced KX benchmark with X25519Nikos Mavrogiannopoulos2016-04-241-11/+12
* gnutls-cli: don't use RSA ciphersuites to test chacha20 as they are not definedNikos Mavrogiannopoulos2015-12-021-1/+1
* gnutls-cli: added chacha-poly1305 into benchmarksNikos Mavrogiannopoulos2015-03-281-0/+3
* gnutls-cli: added benchmark for CCMNikos Mavrogiannopoulos2014-12-031-0/+3
* gnutls-cli: removed salsa20 from the benchmarked ciphersNikos Mavrogiannopoulos2014-08-111-3/+0
* gnutls-cli: TLS benchmark parameters were updatedNikos Mavrogiannopoulos2014-08-061-73/+115
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-2/+2
* use the new API for receiving dataNikos Mavrogiannopoulos2014-06-061-3/+4
* removed UMAC ciphersuites from benchmarkNikos Mavrogiannopoulos2013-12-141-3/+0
* removed the estream ciphersuites from benchmarksNikos Mavrogiannopoulos2013-12-141-6/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-358/+381
* Do not use gnutls_dh_set_prime_bits() in server side.Nikos Mavrogiannopoulos2013-11-021-1/+0
* updated benchmark outputNikos Mavrogiannopoulos2013-04-241-29/+33
* nettle 2.7 is requiredNikos Mavrogiannopoulos2013-04-141-4/+0
* renamed HAVE_UMAC -> HAVE_NETTLE27Nikos Mavrogiannopoulos2013-04-121-0/+4
* Added ESTREAM salsa20 cipher.Nikos Mavrogiannopoulos2013-04-121-0/+6
* Salsa20R20 -> Salsa20Nikos Mavrogiannopoulos2013-03-191-6/+6
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-21/+15
* use RSA ciphersuite to compare ciphers.Nikos Mavrogiannopoulos2013-03-171-5/+18
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-0/+6
* better benchmark printing.Nikos Mavrogiannopoulos2012-10-281-1/+1
* corrections in benchmark measured average time.Nikos Mavrogiannopoulos2012-10-281-3/+6
* print average time per transaction and sample variance.Nikos Mavrogiannopoulos2012-07-171-4/+56
* Client credentials initialization moved outside benchmarkNikos Mavrogiannopoulos2012-07-171-4/+4
* Options --benchmark-tls was split to --benchmark-tls-kxNikos Mavrogiannopoulos2012-06-061-28/+33
* Added keys of equivalent security levels.Nikos Mavrogiannopoulos2012-06-061-108/+61
* updated for new eagain-common.hNikos Mavrogiannopoulos2012-02-101-1/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* print the RSA and DH bits as well as EC bits for comparison.Nikos Mavrogiannopoulos2012-01-031-1/+7
* use 1840 bit DH and RSA to compare with 192 bits of ECDHNikos Mavrogiannopoulos2012-01-031-37/+50
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-10/+13
* modified the test to a level of 80bits of security.Nikos Mavrogiannopoulos2011-12-091-86/+53
* Added ECDHE-ECDSA test.Nikos Mavrogiannopoulos2011-12-091-4/+40
* Added RSA key exchange to comparison.Nikos Mavrogiannopoulos2011-12-081-3/+130
* Benchmark applications were incorporated to gnutls-cliNikos Mavrogiannopoulos2011-08-281-217/+190
* improved benchmark.Nikos Mavrogiannopoulos2011-06-051-23/+36
* Added benchmark on GCM ciphersuites and arcfour for comparison.Nikos Mavrogiannopoulos2011-06-011-4/+16
* Print purpose of testing.Nikos Mavrogiannopoulos2011-05-211-0/+2
* compare ECDH and DH on the same security level.Nikos Mavrogiannopoulos2011-05-211-6/+19
* updates to benchmarks.Nikos Mavrogiannopoulos2011-05-211-1/+87
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-171-0/+189