summaryrefslogtreecommitdiff
path: root/tests/mini-termination.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-20/+13
| | | | | | | | | This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-9/+1
|
* tests: ignore sigpipe in resume and termination testsNikos Mavrogiannopoulos2015-04-161-0/+1
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-242/+225
|
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-2/+2
| | | | from PKCS #11 libraries.
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-041-1/+1
|
* initialize valueNikos Mavrogiannopoulos2012-03-311-2/+3
|
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is ↵Nikos Mavrogiannopoulos2012-03-311-0/+354
premature termination.