summaryrefslogtreecommitdiff
path: root/tests/openpgp-auth2.c
Commit message (Expand)AuthorAgeFilesLines
* tests: don't depend on gnulibNikos Mavrogiannopoulos2015-06-201-1/+0
* tests: cleanup openpgp-auth2Nikos Mavrogiannopoulos2015-04-211-1/+1
* tests: reduced compiler warningsNikos Mavrogiannopoulos2015-04-211-8/+8
* reindented codeNikos Mavrogiannopoulos2013-11-081-196/+211
* fix transport parameter casts in testsStefan Bühler2013-08-251-6/+2
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+1
* 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
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid expiration...Nikos Mavrogiannopoulos2012-03-241-0/+2
* Fix mem leaks.Simon Josefsson2012-01-251-0/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* do not use valgrind in windowsNikos Mavrogiannopoulos2011-12-301-0/+10
* corrected leaks in tests.Nikos Mavrogiannopoulos2011-04-081-0/+7
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-30/+3
* Added new test openpgp-auth2.c that tests openpgp under TLS1.2Nikos Mavrogiannopoulos2011-02-091-0/+269