Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: updated the suite to account for the removal of DSA by default | Nikos Mavrogiannopoulos | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -525/+498 |
| | |||||
* | fix transport parameter casts in tests | Stefan Bühler | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | Disable tests that use socketpair on _WIN32. | Adam Sampson | 2013-07-17 | 1 | -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 Sampson | 2013-07-17 | 1 | -98/+47 |
| | | | | | | | | 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 Sampson | 2013-07-17 | 1 | -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 Mavrogiannopoulos | 2013-05-01 | 1 | -2/+2 |
| | | | | from PKCS #11 libraries. | ||||
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -3/+3 |
| | | | | Dropped opaque type (replaced with uint8_t) | ||||
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -2/+1 |
| | |||||
* | explicitly enable openpgp certtype in tests. | Nikos Mavrogiannopoulos | 2011-09-01 | 1 | -2/+2 |
| | |||||
* | increased log level | Nikos Mavrogiannopoulos | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | win32 fixes. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+2 |
| | |||||
* | Documentation fixed. Added fresh keys to test. | Nikos Mavrogiannopoulos | 2011-03-16 | 1 | -37/+63 |
| | |||||
* | Test openpgp authentication with DSA-2048 bit keys as well. | Nikos Mavrogiannopoulos | 2011-03-15 | 1 | -124/+257 |
| | |||||
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵ | Nikos Mavrogiannopoulos | 2010-12-16 | 1 | -30/+30 |
| | | | | 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 Josefsson | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | reduced log level to a sane one | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -5/+5 |
| | |||||
* | Indent code. | Simon Josefsson | 2010-04-14 | 1 | -24/+39 |
| | |||||
* | Reduced several unneeded messages during the make check procedure. | Nikos Mavrogiannopoulos | 2010-03-20 | 1 | -19/+23 |
| | | | | Verbose messages can be obtained with --verbose. | ||||
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
| | |||||
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Indent code. | Simon Josefsson | 2009-11-05 | 1 | -2/+3 |
| | |||||
* | Doc fixes. | Simon Josefsson | 2009-05-26 | 1 | -2/+2 |
| | | | | Suggested by Peter Hendrickson <pdh@wiredyne.com>. | ||||
* | Fix warnings. | Simon Josefsson | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Use memset instead of deprecated bzero. | Simon Josefsson | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Use more warnings. Fix many warnings. | Simon Josefsson | 2008-11-17 | 1 | -44/+6 |
| | |||||
* | Fix warnings. | Simon Josefsson | 2008-09-16 | 1 | -4/+4 |
| | |||||
* | Use #ifdef for checking HAVE_CONFIG_H for consistency. | Simon Josefsson | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Indent code. | Simon Josefsson | 2008-07-02 | 1 | -10/+6 |
| | |||||
* | tests/: Reduce amount of debugging output. | Simon Josefsson | 2008-06-07 | 1 | -1/+2 |
| | |||||
* | Fix memory leak. | Simon Josefsson | 2008-06-05 | 1 | -23/+25 |
| | |||||
* | The test now works. | Simon Josefsson | 2008-06-05 | 1 | -3/+0 |
| | |||||
* | reduced logging level | Nikos Mavrogiannopoulos | 2008-06-01 | 1 | -2/+2 |
| | |||||
* | Force success. | Simon Josefsson | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | Don't use credentials from files (causes problems with srcdir!=builddir). | Simon Josefsson | 2008-02-21 | 1 | -10/+129 |
| | |||||
* | some updates | Nikos | 2008-02-19 | 1 | -3/+3 |
| | |||||
* | added self test for openpgp connection | Nikos | 2008-02-19 | 1 | -0/+416 |