summaryrefslogtreecommitdiff
path: root/tests/mini-record.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-40/+43
* Indent codeZoltan Fridrich2023-01-271-47/+41
* build: avoid using implicit int to adhere to C99Daiki Ueno2022-12-181-1/+1
* tests: add a safeguard to terminate()Alexander Sosedkin2021-08-301-0/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tests: make mini-record more friendly for OSes with limited bufferstmp-fix-sed-portabilityNikos Mavrogiannopoulos2017-08-201-1/+2
* tests: mini-record: made more robustNikos Mavrogiannopoulos2017-07-131-62/+19
* tests: converted compile-time checks for FIPS140 mode to run-timetmp-use-thread-local-rngNikos Mavrogiannopoulos2017-03-071-3/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-9/+1
* tests: mini-record modify in a way to be more fail safeNikos Mavrogiannopoulos2016-08-051-4/+6
* tests: ignore sigpipe in mini-recordNikos Mavrogiannopoulos2016-08-051-0/+1
* Require TLS 1.2 for all the ciphersuites which are defined for it onlyNikos Mavrogiannopoulos2015-11-091-1/+1
* tests: added CCM and CCM_8 into ciphersuite testsNikos Mavrogiannopoulos2015-04-071-2/+14
* tests: include chacha20 into transfer testsNikos Mavrogiannopoulos2015-03-281-0/+4
* tests: require DTLS 1.2 when using GCMNikos Mavrogiannopoulos2015-02-211-1/+1
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-8/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-302/+287
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
* avoid delays by using a reliable transport layer.Nikos Mavrogiannopoulos2013-05-261-4/+3
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-2/+2
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-3/+3
* NEW_RECORD_PADDING priority string was renamed to RANDOM_PADDINGNikos Mavrogiannopoulos2013-01-021-3/+3
* Added checks for new record padding format.Nikos Mavrogiannopoulos2013-01-021-24/+28
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-041-1/+1
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu...Nikos Mavrogiannopoulos2012-03-311-0/+2
* eliminated memory leaks in new test.Nikos Mavrogiannopoulos2012-02-291-0/+2
* Added test for invalid record packet sizes.Nikos Mavrogiannopoulos2012-02-291-0/+426