summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Better DANE test output.Nikos Mavrogiannopoulos2013-10-291-0/+7
* Added ciphersuite testNikos Mavrogiannopoulos2013-10-268-1/+3155
* Added a proper termination of session to avoid issues with premature terminat...Nikos Mavrogiannopoulos2013-10-261-4/+12
* we now explicitly check for librt.Nikos Mavrogiannopoulos2013-10-261-2/+1
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-2616-16/+67
* removed unneeded diff optionNikos Mavrogiannopoulos2013-10-261-2/+2
* diff is now a parameter allowing to override it.Nikos Mavrogiannopoulos2013-10-264-6/+10
* LC_ALL is set to C to have predictable outputs in tests.Nikos Mavrogiannopoulos2013-10-261-0/+1
* simplified testNikos Mavrogiannopoulos2013-10-261-2/+2
* updated priorities for new ciphersuitesNikos Mavrogiannopoulos2013-10-251-3/+3
* Applied small patch by Jeremie Courreges-Anglas to avoid usage of error().Nikos Mavrogiannopoulos2013-10-251-12/+26
* Added camellia-gcm into the default priority levels, and prioritized GCM over...Nikos Mavrogiannopoulos2013-10-231-11/+11
* corrected ciphersuite numbers in prioritiesNikos Mavrogiannopoulos2013-10-231-3/+3
* Normalize capitalization from "Public Key Id" to "Public Key ID"Daniel Kahn Gillmor2013-10-216-14/+14
* avoid the usage of error()Nikos Mavrogiannopoulos2013-10-032-28/+100
* Test gnutls_handshake_get_last_in() and gnutls_handshake_get_last_out() for c...Nikos Mavrogiannopoulos2013-09-081-0/+35
* silence warning about return codeNikos Mavrogiannopoulos2013-09-061-0/+1
* Test the null cipher as well.Nikos Mavrogiannopoulos2013-09-051-2/+6
* record-sizes can only work properly with a stream cipher.Nikos Mavrogiannopoulos2013-09-011-2/+2
* test for excessive records being correctly sendNikos Mavrogiannopoulos2013-09-011-12/+32
* removed dane.nox.su from the good listNikos Mavrogiannopoulos2013-09-011-1/+2
* Added test to send variable packet sizes.Nikos Mavrogiannopoulos2013-08-312-1/+389
* Added test program for RSA-PSK key exchange.Nikos Mavrogiannopoulos2013-08-302-1/+362
* removed unused functionNikos Mavrogiannopoulos2013-08-291-13/+0
* Added test to verify the correct operation of gnutls_certificate_server_set_r...Nikos Mavrogiannopoulos2013-08-292-1/+339
* Try 3 resumption attempts and try also session db and ticket.Nikos Mavrogiannopoulos2013-08-251-3/+4
* add some RC4-128-SHA1 ciphersuites based on ECDH(E) key exchangesStefan Bühler2013-08-251-1/+1
* fix transport parameter casts in testsStefan Bühler2013-08-2545-98/+90
* Clean up after test.Andreas Metzler2013-08-251-1/+1
* Corrected access of temp file. Reported by Thomas Witt.Nikos Mavrogiannopoulos2013-08-241-1/+1
* 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