summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)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 ↵Nikos Mavrogiannopoulos2013-10-261-4/+12
| | | | termination.
* 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 ↵Nikos Mavrogiannopoulos2013-10-231-11/+11
| | | | over CBC everywhere.
* 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
| | | | | | | | | | | The GnuTLS codebase produced the string "Public Key Id" in some places (e.g. in the output of "certtool -i"), and "Public Key ID" in other places (e.g. in the output of "certtool -k"). This changeset standardizes on "Public Key ID", making the output consistent across uses. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* avoid the usage of error()Nikos Mavrogiannopoulos2013-10-032-28/+100
|
* Test gnutls_handshake_get_last_in() and gnutls_handshake_get_last_out() for ↵Nikos Mavrogiannopoulos2013-09-081-0/+35
| | | | correctness.
* 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 ↵Nikos Mavrogiannopoulos2013-08-292-1/+339
| | | | gnutls_certificate_server_set_request().
* 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 ↵Nikos Mavrogiannopoulos2013-07-252-1/+102
| | | | on the supported ciphersuite numbers)
* Disable tests that use socketpair on _WIN32.Adam Sampson2013-07-178-10/+110
| | | | | | | | | | | socketpair isn't provided on Windows, so these tests should just exit 77. Note that resume-dtls.c already had a guard like this -- I've rewritten it to match the others, but socketpair (presumably!) isn't the only reason that test is disabled on Win32. Signed-off-by: Adam Sampson <ats@offog.org>
* Use socketpair() rather than TCP connections.Adam Sampson2013-07-178-652/+196
| | | | | | | | Besides simplifying the code, this also makes it possible to run "make check" in parallel -- previously this didn't work because several tests were trying to bind the same port. Signed-off-by: Adam Sampson <ats@offog.org>
* Detect socket() error responses correctly.Adam Sampson2013-07-178-8/+8
| | | | | | The code was testing the wrong variable... Signed-off-by: Adam Sampson <ats@offog.org>
* 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 ↵Nikos Mavrogiannopoulos2013-06-192-1/+346
| | | | large packets
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary ↵Nikos Mavrogiannopoulos2013-06-141-0/+30
| | | | handshake messages.
* 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
|