summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added TLS 1.2 interop tests.Nikos Mavrogiannopoulos2012-04-111-16/+90
* Revert "avoid killing child"Nikos Mavrogiannopoulos2012-04-061-0/+1
* improved test and added debuggingNikos Mavrogiannopoulos2012-04-051-7/+13
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-046-6/+6
* initialize valueNikos Mavrogiannopoulos2012-03-311-2/+3
* avoid killing childNikos Mavrogiannopoulos2012-03-311-1/+0
* 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-314-1/+360
* do not build test with timers when posix timers are not present.Nikos Mavrogiannopoulos2012-03-311-0/+11
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid expiration...Nikos Mavrogiannopoulos2012-03-243-2/+27
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-17/+17
* generate tpasswd files on the spot.Nikos Mavrogiannopoulos2012-03-144-8/+27
* removed unused files.Nikos Mavrogiannopoulos2012-03-1415-2671/+0
* Added test on an invalid certificate.Nikos Mavrogiannopoulos2012-03-133-2/+37
* safe renegotiation tests only run under valgrind in the devel environment.Nikos Mavrogiannopoulos2012-03-051-0/+3
* Test SRP-RSA and plain SRP.Nikos Mavrogiannopoulos2012-03-021-13/+65
* Added missing files.Nikos Mavrogiannopoulos2012-03-021-0/+2
* Added SRP test.Nikos Mavrogiannopoulos2012-03-025-1/+326
* eliminated memory leaks in new test.Nikos Mavrogiannopoulos2012-02-291-0/+2
* Added test for invalid record packet sizes.Nikos Mavrogiannopoulos2012-02-292-1/+427
* added all cases.Nikos Mavrogiannopoulos2012-02-261-4/+0
* Added mini-dtls-rehandshake.c to test rehandshake in DTLS.Nikos Mavrogiannopoulos2012-02-264-3/+1079
* removed redundant test.Nikos Mavrogiannopoulos2012-02-262-406/+1
* Link to correct libraries.Nikos Mavrogiannopoulos2012-02-251-1/+2
* updated headers.Nikos Mavrogiannopoulos2012-02-251-2/+2
* use valgrind only on development environment.Nikos Mavrogiannopoulos2012-02-251-1/+1
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-6/+7
* added error reportingNikos Mavrogiannopoulos2012-02-212-0/+27
* properly deinitialize session.Nikos Mavrogiannopoulos2012-02-211-2/+11
* added (dead) code to test the _hmac_fast.Nikos Mavrogiannopoulos2012-02-211-0/+12
* force kill of child process.Nikos Mavrogiannopoulos2012-02-191-0/+1
* Added more tests.Nikos Mavrogiannopoulos2012-02-192-4/+10
* Added new dtls-stress.c by SeanNikos Mavrogiannopoulos2012-02-191-444/+781
* updated descriptionNikos Mavrogiannopoulos2012-02-181-3/+2
* verify that the correct error code is returnedNikos Mavrogiannopoulos2012-02-181-0/+5
* increase the total timeout in the tests since they seem to exceed the default...Nikos Mavrogiannopoulos2012-02-181-1/+4
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-183-2/+183
* corrected var namesNikos Mavrogiannopoulos2012-02-182-4/+4
* Added more tests.Nikos Mavrogiannopoulos2012-02-162-0/+2
* added more test casesNikos Mavrogiannopoulos2012-02-152-0/+2
* Added tests for non-blocking DTLSNikos Mavrogiannopoulos2012-02-144-7/+46
* more testsNikos Mavrogiannopoulos2012-02-141-0/+1
* added more tests and updated to compile with gnutls' optionsNikos Mavrogiannopoulos2012-02-142-36/+72
* Added DTLS-stress test.Nikos Mavrogiannopoulos2012-02-144-1/+847
* added a valid templateNikos Mavrogiannopoulos2012-02-141-1/+1
* tests with fork are disabled in windowsNikos Mavrogiannopoulos2012-02-112-4/+24
* added test to check whether the DTLS timeout is within a reasonable time.Nikos Mavrogiannopoulos2012-02-112-1/+298
* print client/server when in debuggingNikos Mavrogiannopoulos2012-02-096-6/+18
* Added Sean.Nikos Mavrogiannopoulos2012-02-091-1/+2
* tests print server or client side in debugging output.Nikos Mavrogiannopoulos2012-02-087-9/+29