summaryrefslogtreecommitdiff
path: root/src/benchmark-tls.c
Commit message (Expand)AuthorAgeFilesLines
* cli: fix building with GOST disabledDmitry Eremin-Solenikov2019-12-291-0/+2
* cli: support building with OCSP and ANON disabledDmitry Eremin-Solenikov2019-12-291-0/+20
* benchmark: enable benchmarking of GOST CNT ciphersuite/KXDmitry Eremin-Solenikov2019-12-271-0/+55
* gnutls-cli: improved output of --benchmark-tls-kxtmp-gnutls-cliNikos Mavrogiannopoulos2019-12-201-3/+3
* gnutls-cli: benchmark-tls-kx can work with sub-ms accuracyNikos Mavrogiannopoulos2019-12-201-12/+26
* gnutls-cli: renamed global variable nameNikos Mavrogiannopoulos2019-04-131-7/+7
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-131-1/+5
* gnutls-cli: added CCM run under TLS1.2 in benchmark modeNikos Mavrogiannopoulos2018-06-201-0/+3
* gnutls-cli: benchmark for TLS1.3 and TLS1.2Nikos Mavrogiannopoulos2018-06-141-14/+20
* gnutls-cli: fixed bounds check on benchmark-tlsNikos Mavrogiannopoulos2017-08-181-1/+1
* gnutls-cli: use FFDHE3072 parameters for benchmarkingNikos Mavrogiannopoulos2017-08-021-54/+2
* gnutls-cli: use gnutls_priority_setNikos Mavrogiannopoulos2017-07-251-2/+2
* gnutls-cli: re-use priorities for both client and server on benchmarksNikos Mavrogiannopoulos2017-07-181-2/+2
* gnutls-cli: re-use priorities when measuring performancetmp-gnutls-benchmark-updateNikos Mavrogiannopoulos2017-07-171-2/+10
* gnutls-cli: added RSA-PSS signatures in benchmarkNikos Mavrogiannopoulos2017-07-171-12/+54
* gnutls-cli: added benchmark on X25519-Ed25519 key exchangeNikos Mavrogiannopoulos2017-07-171-13/+49
* gnutls-cli: use 16k buffers in --benchmark-tls-ciphersNikos Mavrogiannopoulos2017-05-201-1/+1
* gnutls-cli: no longer include arcfour in benchmarksNikos Mavrogiannopoulos2017-05-201-7/+0
* 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