Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnutls-cli: removed salsa20 from the benchmarked ciphers | Nikos Mavrogiannopoulos | 2014-08-11 | 1 | -3/+0 |
* | gnutls-cli: TLS benchmark parameters were updated | Nikos Mavrogiannopoulos | 2014-08-06 | 1 | -73/+115 |
* | gnutls_packet_get() was introduced to avoid exporting a structure on the API. | Nikos Mavrogiannopoulos | 2014-06-16 | 1 | -2/+2 |
* | use the new API for receiving data | Nikos Mavrogiannopoulos | 2014-06-06 | 1 | -3/+4 |
* | removed UMAC ciphersuites from benchmark | Nikos Mavrogiannopoulos | 2013-12-14 | 1 | -3/+0 |
* | removed the estream ciphersuites from benchmarks | Nikos Mavrogiannopoulos | 2013-12-14 | 1 | -6/+0 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -358/+381 |
* | Do not use gnutls_dh_set_prime_bits() in server side. | Nikos Mavrogiannopoulos | 2013-11-02 | 1 | -1/+0 |
* | updated benchmark output | Nikos Mavrogiannopoulos | 2013-04-24 | 1 | -29/+33 |
* | nettle 2.7 is required | Nikos Mavrogiannopoulos | 2013-04-14 | 1 | -4/+0 |
* | renamed HAVE_UMAC -> HAVE_NETTLE27 | Nikos Mavrogiannopoulos | 2013-04-12 | 1 | -0/+4 |
* | Added ESTREAM salsa20 cipher. | Nikos Mavrogiannopoulos | 2013-04-12 | 1 | -0/+6 |
* | Salsa20R20 -> Salsa20 | Nikos Mavrogiannopoulos | 2013-03-19 | 1 | -6/+6 |
* | The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-... | Nikos Mavrogiannopoulos | 2013-03-19 | 1 | -21/+15 |
* | use RSA ciphersuite to compare ciphers. | Nikos Mavrogiannopoulos | 2013-03-17 | 1 | -5/+18 |
* | Added salsa20 cipher, and ciphersuites. | Nikos Mavrogiannopoulos | 2013-03-17 | 1 | -0/+6 |
* | better benchmark printing. | Nikos Mavrogiannopoulos | 2012-10-28 | 1 | -1/+1 |
* | corrections in benchmark measured average time. | Nikos Mavrogiannopoulos | 2012-10-28 | 1 | -3/+6 |
* | print average time per transaction and sample variance. | Nikos Mavrogiannopoulos | 2012-07-17 | 1 | -4/+56 |
* | Client credentials initialization moved outside benchmark | Nikos Mavrogiannopoulos | 2012-07-17 | 1 | -4/+4 |
* | Options --benchmark-tls was split to --benchmark-tls-kx | Nikos Mavrogiannopoulos | 2012-06-06 | 1 | -28/+33 |
* | Added keys of equivalent security levels. | Nikos Mavrogiannopoulos | 2012-06-06 | 1 | -108/+61 |
* | updated for new eagain-common.h | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -1/+3 |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -2/+2 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 |
* | print the RSA and DH bits as well as EC bits for comparison. | Nikos Mavrogiannopoulos | 2012-01-03 | 1 | -1/+7 |
* | use 1840 bit DH and RSA to compare with 192 bits of ECDH | Nikos Mavrogiannopoulos | 2012-01-03 | 1 | -37/+50 |
* | Diffie Hellman PKCS #3 parameters now contain the recommended private key size. | Nikos Mavrogiannopoulos | 2011-12-12 | 1 | -10/+13 |
* | modified the test to a level of 80bits of security. | Nikos Mavrogiannopoulos | 2011-12-09 | 1 | -86/+53 |
* | Added ECDHE-ECDSA test. | Nikos Mavrogiannopoulos | 2011-12-09 | 1 | -4/+40 |
* | Added RSA key exchange to comparison. | Nikos Mavrogiannopoulos | 2011-12-08 | 1 | -3/+130 |
* | Benchmark applications were incorporated to gnutls-cli | Nikos Mavrogiannopoulos | 2011-08-28 | 1 | -217/+190 |
* | improved benchmark. | Nikos Mavrogiannopoulos | 2011-06-05 | 1 | -23/+36 |
* | Added benchmark on GCM ciphersuites and arcfour for comparison. | Nikos Mavrogiannopoulos | 2011-06-01 | 1 | -4/+16 |
* | Print purpose of testing. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -0/+2 |
* | compare ECDH and DH on the same security level. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -6/+19 |
* | updates to benchmarks. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -1/+87 |
* | Added benchmark utility that tests the encryption time in TLS packets. | Nikos Mavrogiannopoulos | 2011-05-17 | 1 | -0/+189 |