summaryrefslogtreecommitdiff
path: root/tests/suite/mini-record-timing.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix sizeof usage in mini-record-timingtmp-sizeofDaiki Ueno2020-08-301-1/+1
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* tests: mini-record-timing: avoid warning for too large stack usageNikos Mavrogiannopoulos2018-07-041-1/+5
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* avoid overflow when substracting timespecs if rdtsc is not availableRolf Eike Beer2018-06-261-2/+2
| | | | | | | This may still overflow on platforms where unsigned long is 32 bit (e.g. 32 bit Un*x, any Windows) when the delta is more than 4 seconds. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
* cbc-record-check.sh: introducedNikos Mavrogiannopoulos2018-06-121-320/+213
| | | | | | | That enhances the existing CBC check and adds sha384, uses PSK to reduce handshake time, and other updates. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: mini-record-timing: updated to work under newer gnutls [ci skip]Nikos Mavrogiannopoulos2018-05-101-13/+8
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* reindented codeNikos Mavrogiannopoulos2013-11-081-553/+550
|
* silence warning about return codeNikos Mavrogiannopoulos2013-09-061-0/+1
|
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
|
* updated include filesNikos Mavrogiannopoulos2013-05-011-1/+1
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-2/+3
| | | | from PKCS #11 libraries.
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-3/+2
|
* test suite: Add missing headerStef Walter2013-04-281-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* updated testNikos Mavrogiannopoulos2013-02-041-3/+3
|
* updated testNikos Mavrogiannopoulos2013-01-271-104/+355
|
* Added program to estimate the timings in different record paddings.Nikos Mavrogiannopoulos2013-01-201-0/+556