summaryrefslogtreecommitdiff
path: root/tests/openpgp-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>