summaryrefslogtreecommitdiff
path: root/tests/pskself.c
Commit message (Expand)AuthorAgeFilesLines
* Enable the TLS1.3 protocol by defaultNikos Mavrogiannopoulos2018-09-241-6/+0
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-071-0/+6
* tests: corrected typo in commentNikos Mavrogiannopoulos2018-06-221-1/+1
* tests: enhanced test suite for TLS1.3 and PSKNikos Mavrogiannopoulos2018-04-061-13/+23
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-0/+8
* tests: updated pskself to check the hint in all PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-29/+60
* include hint into psk test.Nikos Mavrogiannopoulos2014-04-181-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-210/+191
* 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-80/+16
* 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
* added error reportingNikos Mavrogiannopoulos2012-02-211-0/+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-1/+2
* 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-25/+25
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-5/+5
* Indent code.Simon Josefsson2010-04-141-11/+20
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-9/+9
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-2/+3
* Fix warnings.Simon Josefsson2009-05-071-1/+1
* Use memset instead of deprecated bzero.Simon Josefsson2009-05-071-1/+1
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-44/+7
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Fix most memory leaks.Simon Josefsson2008-06-051-8/+8
* Use GPLv3 for self-tests.Simon Josefsson2007-12-091-1/+1
* No dh here.Simon Josefsson2007-02-051-2/+1
* Need config.h.Simon Josefsson2006-06-161-0/+4
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-19/+0
* Indent.Simon Josefsson2005-11-151-3/+3
* updated PSK self testNikos Mavrogiannopoulos2005-11-151-7/+10
* Add, based on anonself.c.Simon Josefsson2005-11-151-0/+379