summaryrefslogtreecommitdiff
path: root/tests/resume.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use memset instead of deprecated bzero.Simon Josefsson2009-05-071-1/+1
* Fix syntax-check warnings.Simon Josefsson2009-05-031-3/+2
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-45/+8
* Fix warning.Simon Josefsson2008-11-141-2/+2
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Fix memory leak.Simon Josefsson2008-06-071-0/+8
* Fix memory leak.Simon Josefsson2008-06-051-18/+18
* Use GPLv3 for self-tests.Simon Josefsson2007-12-091-1/+1
* Use static DH.Simon Josefsson2007-02-051-5/+3
* Need config.h.Simon Josefsson2006-06-161-0/+4
* Indent.Simon Josefsson2006-03-081-7/+8
* Fix mem leak.Simon Josefsson2005-12-181-9/+17
* More debug info.Simon Josefsson2005-12-171-6/+52
* Add, to test resume funtions.Simon Josefsson2005-12-171-0/+550