summaryrefslogtreecommitdiff
path: root/src/benchmark-tls.c
Commit message (Expand)AuthorAgeFilesLines
* 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