summaryrefslogtreecommitdiff
path: root/tests/resume.c
Commit message (Expand)AuthorAgeFilesLines
* tests: verify whether group remains the same after resumptiontmp-restore-group-infoNikos Mavrogiannopoulos2017-11-271-0/+19
* tests: enhanced resumption checks with same and different SNItmp-sni-fixesNikos Mavrogiannopoulos2017-09-231-1/+35
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-3/+3
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-2/+1
* tests: combined the resume checks for Anonymous and PSK ciphersuitesNikos Mavrogiannopoulos2016-04-121-5/+82
* tests: check whether resumption data from resumed session workNikos Mavrogiannopoulos2016-03-311-0/+22
* tests: added checks for session resumption and ALPNNikos Mavrogiannopoulos2016-03-181-8/+69
* tests: resume: check whether the server does not resume in ext master secret ...Nikos Mavrogiannopoulos2016-02-161-15/+56
* tests: resume: simplified structure assignment using C99 syntaxNikos Mavrogiannopoulos2016-02-161-7/+28
* tests: Check whether a resumed session contains the ext master secret extensionNikos Mavrogiannopoulos2015-10-201-1/+41
* tests: corrected resumption tests to disable tickets when neededNikos Mavrogiannopoulos2015-08-211-14/+14
* tests: resume: check for signalsNikos Mavrogiannopoulos2015-04-211-7/+8
* tests: reduced compiler warningsNikos Mavrogiannopoulos2015-04-211-7/+5
* tests: close unused file descriptors in resume checksNikos Mavrogiannopoulos2015-04-211-0/+4
* tests: ignore sigpipe in resume and termination testsNikos Mavrogiannopoulos2015-04-161-0/+3
* tests: check whether the extended master secret is negotiated by defaultNikos Mavrogiannopoulos2014-10-081-0/+6
* Added check for gnutls_db_check_entry_time().Nikos Mavrogiannopoulos2014-01-281-0/+9
* resume tests will not block if they failNikos Mavrogiannopoulos2013-12-291-2/+10
* reindented codeNikos Mavrogiannopoulos2013-11-081-476/+430
* Try 3 resumption attempts and try also session db and ticket.Nikos Mavrogiannopoulos2013-08-251-3/+4
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
* Disable tests that use socketpair on _WIN32.Adam Sampson2013-07-171-0/+14
* Use socketpair() rather than TCP connections.Adam Sampson2013-07-171-81/+32
* Detect socket() error responses correctly.Adam Sampson2013-07-171-1/+1
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-2/+2
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-081-1/+1
* better output in resumeNikos Mavrogiannopoulos2012-09-301-22/+18
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Corrected session resumption test.Nikos Mavrogiannopoulos2011-08-191-17/+19
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-0/+2
* Modernized the test applications that now use the gnutls_priority_set_direct().Nikos Mavrogiannopoulos2011-02-091-6/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-169/+169
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Corrected behavior on failure (don't crash).Nikos Mavrogiannopoulos2010-09-291-2/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-5/+5
* Indent code.Simon Josefsson2010-04-141-21/+37
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-15/+19
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-3/+3
* When resuming no extensions were parsed thus the safeNikos Mavrogiannopoulos2010-01-121-2/+19
* Indent code.Simon Josefsson2009-11-051-10/+10
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Fix double-freeDaiki Ueno2009-08-241-1/+2
* Fix memleaks.Daiki Ueno2009-08-201-1/+3
* session ticket supportDaiki Ueno2009-08-191-29/+80
* Doc fixes.Simon Josefsson2009-05-261-1/+1
* Fix warnings.Simon Josefsson2009-05-071-1/+1