summaryrefslogtreecommitdiff
path: root/tests/eagain-common.h
Commit message (Expand)AuthorAgeFilesLines
* Add or clean header guards in tests/Tim Rühsen2019-05-071-0/+5
* tests: eagain: moved to cmocka and enhanced for TLS1.3Nikos Mavrogiannopoulos2018-04-181-39/+42
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-1/+1
* tests: removed unused variables and introduced temporal vars in macrosNikos Mavrogiannopoulos2018-02-191-31/+33
* tests: check gnutls_rehandshake() and gnutls_handshake() under TLS1.3Nikos Mavrogiannopoulos2018-02-191-4/+4
* tests: added unit tests with TLS1.3 key updateNikos Mavrogiannopoulos2018-02-191-0/+24
* tests: added check for the negotiation of ext keysNikos Mavrogiannopoulos2017-08-041-0/+2
* tests: eagain-common.h: remove superfluous informationNikos Mavrogiannopoulos2017-08-031-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-63/+63
* tests: check whether the max-record extension is usable with DTLSNikos Mavrogiannopoulos2015-12-241-1/+6
* tests: added check for ciphersuite switch from anonymous to certificateNikos Mavrogiannopoulos2015-11-111-2/+2
* tests: added test for gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-08-241-3/+3
* tests: Added check for the interrupted post client hello.Nikos Mavrogiannopoulos2014-06-091-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-88/+103
* When retrying gnutls_record_send due to GNUTLS_E_AGAIN, also try passing null...Tim Kosse2013-05-111-19/+34
* Added test application that tests GNUTLS_E_LARGE_PACKET and modifies the MTU ...Nikos Mavrogiannopoulos2012-07-021-0/+46
* tests print server or client side in debugging output.Nikos Mavrogiannopoulos2012-02-081-3/+11
* Simplified and corrected decompression and compression.Nikos Mavrogiannopoulos2011-09-221-0/+5
* inlined function to avoid gcc warningsNikos Mavrogiannopoulos2011-05-211-1/+1
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-171-1/+6
* Combined the safe renegotiation tests with the again-common lib.Nikos Mavrogiannopoulos2011-04-111-5/+8
* Avoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_...Nikos Mavrogiannopoulos2011-04-071-7/+7
* The mini-* programs were combined.Nikos Mavrogiannopoulos2011-04-041-1/+85
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-0/+144