summaryrefslogtreecommitdiff
path: root/tests/mini-record-2.c
Commit message (Expand)AuthorAgeFilesLines
* tests: add a safeguard to terminate()Alexander Sosedkin2021-08-301-0/+1
* tests: don't kill whole pgroupsAlexander Sosedkin2021-08-271-1/+1
* tests: added tests for TLS1.3 record generation / parsingNikos Mavrogiannopoulos2018-02-191-14/+19
* tests: mini-record-2: made more robustNikos Mavrogiannopoulos2017-07-131-14/+15
* tests: removed tests related to zlib supportNikos Mavrogiannopoulos2017-06-221-11/+0
* tests: converted compile-time checks for FIPS140 mode to run-timetmp-use-thread-local-rngNikos Mavrogiannopoulos2017-03-071-8/+8
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-9/+1
* tests: use gnutls_record_set_timeout instead of kill child processesNikos Mavrogiannopoulos2016-08-051-1/+3
* tests: added CCM and CCM_8 into ciphersuite testsNikos Mavrogiannopoulos2015-04-071-0/+4
* tests: include chacha20 into transfer testsNikos Mavrogiannopoulos2015-03-281-0/+2
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-14/+0
* only test libz if it is availableNikos Mavrogiannopoulos2014-02-061-0/+5
* check errors from gnutls_priority_set_direct().Nikos Mavrogiannopoulos2014-02-061-2/+12
* Re-run receiving tests on server side, to allow any valgrind errors to propag...Nikos Mavrogiannopoulos2013-11-271-3/+62
* Added deflate compression tests with AES-GCM in order to be tested in FIPS mode.Nikos Mavrogiannopoulos2013-11-271-1/+7
* Restrict the number of tests run on FIPS140-2 mode.Nikos Mavrogiannopoulos2013-11-271-3/+5
* mini-deflate was combined with mini-record-2Nikos Mavrogiannopoulos2013-11-221-0/+6
* reindented codeNikos Mavrogiannopoulos2013-11-081-292/+272
* Test the null cipher as well.Nikos Mavrogiannopoulos2013-09-051-2/+6
* test for excessive records being correctly sendNikos Mavrogiannopoulos2013-09-011-12/+32
* Added test to send variable packet sizes.Nikos Mavrogiannopoulos2013-08-311-0/+388