summaryrefslogtreecommitdiff
path: root/tests/openpgp-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* use unsigned types in prototypesNikos Mavrogiannopoulos2014-09-241-3/+3
|
* Check the credentials getter functions as part of the unit testsArmin Burgmeier2014-09-241-0/+47
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-243/+259
|
* fix transport parameter casts in testsStefan Bühler2013-08-251-6/+2
|
* When running tests disable PKCS #11 support to avoid detecting memory leaks ↵Nikos Mavrogiannopoulos2013-05-011-1/+1
| | | | from PKCS #11 libraries.
* use return instead of exitNikos Mavrogiannopoulos2013-03-211-1/+1
|
* openpgp-auth tests gnutls_openpgp_set_recv_key_function() as well.Nikos Mavrogiannopoulos2013-03-211-6/+38
|
* use stack for file pathsNikos Mavrogiannopoulos2012-07-211-5/+7
|
* Avoid the usage of alloca(). Reported by Rob McMahon.Nikos Mavrogiannopoulos2012-07-191-2/+4
|
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-041-1/+1
|
* Fix mem leaks.Simon Josefsson2012-01-251-0/+2
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
| | | | Dropped opaque type (replaced with uint8_t)
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
|
* Disable openpgp-auth run in windows due to lack of socketpair(). Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+10
|
* corrected leaks in tests.Nikos Mavrogiannopoulos2011-04-081-0/+7
|
* Added check for RSA ciphersuite in openpgp keys.Nikos Mavrogiannopoulos2011-03-161-7/+12
|
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or ↵Nikos Mavrogiannopoulos2011-03-161-185/+176
| | | | a master key.
* Added new test openpgp-auth2.c that tests openpgp under TLS1.2Nikos Mavrogiannopoulos2011-02-091-2/+2
| | | | and DSS as well.
* Modernized the test applications that now use the gnutls_priority_set_direct().Nikos Mavrogiannopoulos2011-02-091-35/+5
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-50/+50
| | | | 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 code.Simon Josefsson2010-12-061-1/+2
|
* Fix compiler warnings.Simon Josefsson2010-10-141-2/+4
|
* Make it work with srcdir != objdir.Simon Josefsson2010-10-141-6/+14
|
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-28/+29
|
* Add an OpenPGP authentication unit test.Ludovic Courtès2010-09-191-0/+282
* tests/Makefile.am (ctests)[ENABLE_OPENPGP]: Add `openpgp-auth'. (TESTS_ENVIRONMENT): Add `srcdir'. * tests/openpgp-auth.c: New file. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>