summaryrefslogtreecommitdiff
path: root/src/benchmark-cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Add AF_ALG accelerationStephan Mueller2021-04-201-1/+1
* benchmark: enable AES-XTS cipherAnderson Toshiyuki Sasaki2020-05-061-0/+8
* benchmark: support benchmarking GOST ciphers/MACsDmitry Eremin-Solenikov2019-12-271-0/+12
* benchmark: use mac key size instead of block sizeDmitry Eremin-Solenikov2019-12-271-4/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls-cli: cleaned up --benchmark-ciphers outputNikos Mavrogiannopoulos2017-05-201-2/+3
* gnutls-cli: no longer include arcfour in benchmarksNikos Mavrogiannopoulos2017-05-201-1/+0
* gnutls-cli: better resource management in benchmark cmdNikos Mavrogiannopoulos2017-04-061-5/+7
* tests/tools: avoid non-null check before free()Nikos Mavrogiannopoulos2016-09-111-2/+1
* Fix HANDLE_LEAK and memory leak issues.SUMIT AGGARWAL2016-08-221-1/+4
* gnutls-cli: benchmark the memcpy performance to compare with ciphersNikos Mavrogiannopoulos2016-06-211-31/+106
* gnutls-cli: improved indentation in benchmark outputNikos Mavrogiannopoulos2016-02-111-2/+2
* gnutls-cli: removed CCM from the ciphers tested with the old APINikos Mavrogiannopoulos2015-04-161-1/+0
* gnutls-cli: added chacha-poly1305 into benchmarksNikos Mavrogiannopoulos2015-03-281-0/+1
* gnutls-cli: include AES_128_CCM in benchmark-ciphersNikos Mavrogiannopoulos2015-03-021-3/+1
* gnutls-cli: more organized printing of cipher benchmark outputNikos Mavrogiannopoulos2014-08-111-1/+3
* gnutls-cli's benchmark-soft-ciphers is no more.Nikos Mavrogiannopoulos2014-05-271-6/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-175/+167
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-1/+0
* updated benchmark outputNikos Mavrogiannopoulos2013-04-241-20/+21
* removed R20Nikos Mavrogiannopoulos2013-03-191-2/+2
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-2/+2
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-8/+11
* print average time per transaction and sample variance.Nikos Mavrogiannopoulos2012-07-171-3/+3
* add more space to dst to allow GCM mode tests in cryptodev.Nikos Mavrogiannopoulos2012-03-071-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* better detection of padlock PHE.Nikos Mavrogiannopoulos2011-10-051-3/+3
* Allow benchmarking the software version of ciphers.Nikos Mavrogiannopoulos2011-09-291-4/+6
* Benchmark applications were incorporated to gnutls-cliNikos Mavrogiannopoulos2011-08-281-8/+2
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-031-2/+1
* updates to benchmarks.Nikos Mavrogiannopoulos2011-05-211-3/+3
* benchmark ECDH and DH.Nikos Mavrogiannopoulos2011-05-211-0/+235