summaryrefslogtreecommitdiff
path: root/tests/mini-dtls-rehandshake.c
Commit message (Expand)AuthorAgeFilesLines
* Improved DTLS rehandshake test to catch a timeout issue in handshake().Nikos Mavrogiannopoulos2014-02-181-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-305/+288
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
* Run DTLS tests under reliable transports to avoid unexpected packet loss.Nikos Mavrogiannopoulos2013-07-151-1/+1
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-2/+2
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-041-1/+1
* avoid closing fd[1] on server. For some reason it makes connection fail.Nikos Mavrogiannopoulos2012-03-311-1/+1
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu...Nikos Mavrogiannopoulos2012-03-311-0/+2
* added all cases.Nikos Mavrogiannopoulos2012-02-261-4/+0
* Added mini-dtls-rehandshake.c to test rehandshake in DTLS.Nikos Mavrogiannopoulos2012-02-261-0/+409