summaryrefslogtreecommitdiff
path: root/tests/dhepskself.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-3/+6
| | | | | | | | | This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: test gnutls_dh_get_pubkey in PSK authNikos Mavrogiannopoulos2017-04-081-18/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Add checks in tests for the DHE prime and exponent size.Nikos Mavrogiannopoulos2014-03-261-0/+20
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-219/+201
|
* 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
| | | | | | | | | | | 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-171-80/+16
| | | | | | | | 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-171-1/+1
| | | | | | The code was testing the wrong variable... Signed-off-by: Adam Sampson <ats@offog.org>
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-2/+2
| | | | from PKCS #11 libraries.
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
| | | | Dropped opaque type (replaced with uint8_t)
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* 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-4/+4
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-23/+23
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* 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-12/+21
|
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-14/+18
| | | | Verbose messages can be obtained with --verbose.
* Update copyright years.Simon Josefsson2010-01-271-1/+2
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Indent code.Simon Josefsson2009-11-051-3/+4
|
* Doc fixes.Simon Josefsson2009-05-261-1/+1
| | | | Suggested by Peter Hendrickson <pdh@wiredyne.com>.
* Fix warnings.Simon Josefsson2009-05-071-1/+1
|
* Use memset instead of deprecated bzero.Simon Josefsson2009-05-071-1/+1
|
* Fix warnings.Simon Josefsson2009-01-071-2/+1
|
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-45/+8
|
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
|
* Indent code.Simon Josefsson2008-07-021-1/+1
|
* tests/: Reduce amount of debugging output.Simon Josefsson2008-06-071-1/+2
|
* Fix memory leaks.Simon Josefsson2008-06-051-14/+16
|
* Use GPLv3 for self-tests.Simon Josefsson2007-12-091-1/+1
|
* Remove priority setting.Simon Josefsson2007-03-051-15/+5
| | | | Fix output.
* Use static DH.Simon Josefsson2007-02-051-4/+2
|
* Need config.h.Simon Josefsson2006-06-161-0/+4
|
* Indent more.Simon Josefsson2005-12-151-2/+2
|
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-0/+395