summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* corrected testNikos Mavrogiannopoulos2013-07-291-8/+15
* Added test for the range functionality.Nikos Mavrogiannopoulos2013-07-292-1/+164
* corrected overhead calculation in AEAD ciphers.Nikos Mavrogiannopoulos2013-07-291-1/+1
* test sending and receiving the maximum allowed TLS buffer size.Nikos Mavrogiannopoulos2013-07-281-5/+43
* Updated mini test.Nikos Mavrogiannopoulos2013-07-262-7/+13
* test also the number of ciphers.Nikos Mavrogiannopoulos2013-07-251-14/+27
* Added a test that checks whether the priorities behave as expected (depends o...Nikos Mavrogiannopoulos2013-07-252-1/+102
* Disable tests that use socketpair on _WIN32.Adam Sampson2013-07-178-10/+110
* Use socketpair() rather than TCP connections.Adam Sampson2013-07-178-652/+196
* Detect socket() error responses correctly.Adam Sampson2013-07-178-8/+8
* Run DTLS tests under reliable transports to avoid unexpected packet loss.Nikos Mavrogiannopoulos2013-07-156-6/+6
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-111-2/+2
* simplified structureNikos Mavrogiannopoulos2013-07-041-10/+12
* updated for new callback formatNikos Mavrogiannopoulos2013-07-031-4/+2
* make sure that no DTLS MTU size can exceed 2^14.Nikos Mavrogiannopoulos2013-06-191-25/+11
* Added test to verify whether DTLS layer will send GNUTLS_E_LARGE_PACKET on la...Nikos Mavrogiannopoulos2013-06-192-1/+346
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary handsh...Nikos Mavrogiannopoulos2013-06-141-0/+30
* changed port to avoid conflictsNikos Mavrogiannopoulos2013-06-101-1/+1
* small updateNikos Mavrogiannopoulos2013-06-101-1/+1
* avoid common filesNikos Mavrogiannopoulos2013-06-072-31/+31
* several updates for tests to run under win32Nikos Mavrogiannopoulos2013-06-024-4/+13
* fix windows extensionNikos Mavrogiannopoulos2013-06-021-1/+1
* avoid running tests which require datefudge in windowsNikos Mavrogiannopoulos2013-06-021-0/+2
* Avoid comparing the expiration date to prevent false positive error in 32-bit...Nikos Mavrogiannopoulos2013-06-021-2/+4
* Revert "Avoid comparing the expiration date to prevent false positive error i...Nikos Mavrogiannopoulos2013-06-021-8/+2
* Avoid comparing the expiration date to prevent false positive error in 32-bit...Nikos Mavrogiannopoulos2013-06-021-2/+8
* ignore sigpipeNikos Mavrogiannopoulos2013-05-301-0/+1
* updated xssl.Nikos Mavrogiannopoulos2013-05-291-2/+12
* document sizesNikos Mavrogiannopoulos2013-05-291-0/+4
* Check overhead in DTLS.Nikos Mavrogiannopoulos2013-05-292-1/+355
* use various ciphers in tests.Nikos Mavrogiannopoulos2013-05-273-3/+3
* avoid delays by using a reliable transport layer.Nikos Mavrogiannopoulos2013-05-261-5/+19
* avoid delays by using a reliable transport layer.Nikos Mavrogiannopoulos2013-05-261-4/+3
* removed memory leakNikos Mavrogiannopoulos2013-05-251-0/+1
* Added test for hello verify messageNikos Mavrogiannopoulos2013-05-202-1/+358
* more verbose messagesNikos Mavrogiannopoulos2013-05-111-1/+6
* When retrying gnutls_record_send due to GNUTLS_E_AGAIN, also try passing null...Tim Kosse2013-05-111-19/+34
* updated for new apiNikos Mavrogiannopoulos2013-05-051-2/+2
* updated pathNikos Mavrogiannopoulos2013-05-051-1/+1
* Do not call gnutls_pkcs11_init() when pkcs11 is disabled. Reported by Linus N...Nikos Mavrogiannopoulos2013-05-021-0/+2
* updated include filesNikos Mavrogiannopoulos2013-05-012-2/+2
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-0183-121/+138
* link explicitly to librtNikos Mavrogiannopoulos2013-04-281-1/+1
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-282-3/+3
* test suite: Add missing headerStef Walter2013-04-281-0/+1
* Added test for escaping rules.Nikos Mavrogiannopoulos2013-04-273-1/+118
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-102-1/+323
* Added support for DTLS 1.2Nikos Mavrogiannopoulos2013-04-071-2/+8
* Added test for record ranges.Nikos Mavrogiannopoulos2013-04-062-1/+403
* Check all error conditions.Nikos Mavrogiannopoulos2013-04-021-0/+6