summaryrefslogtreecommitdiff
path: root/tests/openpgpself.c
Commit message (Expand)AuthorAgeFilesLines
* tests: updated the suite to account for the removal of DSA by defaultNikos Mavrogiannopoulos2015-03-031-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-525/+498
* 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-98/+47
* 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
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* explicitly enable openpgp certtype in tests.Nikos Mavrogiannopoulos2011-09-011-2/+2
* increased log levelNikos Mavrogiannopoulos2011-05-241-1/+1
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-0/+2
* Documentation fixed. Added fresh keys to test.Nikos Mavrogiannopoulos2011-03-161-37/+63
* Test openpgp authentication with DSA-2048 bit keys as well.Nikos Mavrogiannopoulos2011-03-151-124/+257
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-30/+30
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* reduced log level to a sane oneNikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-5/+5
* Indent code.Simon Josefsson2010-04-141-24/+39
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-201-19/+23
* 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-2/+3
* Doc fixes.Simon Josefsson2009-05-261-2/+2
* 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/+6
* Fix warnings.Simon Josefsson2008-09-161-4/+4
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Indent code.Simon Josefsson2008-07-021-10/+6
* tests/: Reduce amount of debugging output.Simon Josefsson2008-06-071-1/+2
* Fix memory leak.Simon Josefsson2008-06-051-23/+25
* The test now works.Simon Josefsson2008-06-051-3/+0
* reduced logging levelNikos Mavrogiannopoulos2008-06-011-2/+2
* Force success.Simon Josefsson2008-02-261-0/+3
* Don't use credentials from files (causes problems with srcdir!=builddir).Simon Josefsson2008-02-211-10/+129
* some updatesNikos2008-02-191-3/+3
* added self test for openpgp connectionNikos2008-02-191-0/+416