aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: New API functions gpgme_set_sender, gpgme_get_sender.Werner Koch2016-10-253-0/+81
* tests: Make t-cancel more portable.Werner Koch2016-10-141-1/+7
* Add missing includes.Justus Winter2016-10-061-0/+1
* tests: Fix blunder.Justus Winter2016-09-271-1/+1
* tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2016-09-271-0/+1
* move some file encodings to UTF-8Daniel Kahn Gillmor2016-09-232-5/+5
* tests: Check data after decryptionAndre Heinecke2016-09-231-2/+12
* tests: Add test for cancellationDaiki Ueno2016-09-223-2/+276
* tests: Fix select usage in t-eventloopDaiki Ueno2016-09-221-1/+5
* tests: Use --batch for gpg import.Werner Koch2016-09-201-3/+3
* core: New function gpgme_op_interact, deprecate gpgme_op_edit.Werner Koch2016-09-151-5/+5
* core: New function gpgme_op_tofu_policyWerner Koch2016-09-142-1/+179
* core: New function gpgme_op_keysign.Werner Koch2016-09-142-1/+263
* core: New function gpgme_op_revuid.Werner Koch2016-09-141-2/+24
* core: New function gpgme_op_adduid.Werner Koch2016-09-141-17/+55
* core: New function gpgme_op_createsubkey.Werner Koch2016-09-141-5/+36
* tests: Mark lots of unused vars and fix const mismatches.Werner Koch2016-09-1336-216/+289
* tests: Use gpgme_io_write in passhrase callbacks.Werner Koch2016-09-133-20/+21
* core: New function gpgme_op_create_key.Werner Koch2016-09-132-1/+349
* tests: Fix version comparison.Justus Winter2016-09-121-2/+2
* tests: Make signature notation test compatible with older GnuPGs.Justus Winter2016-09-121-2/+30
* core,cpp: Extend the TOFU information.Werner Koch2016-09-072-5/+10
* tests: Set passphrase cb in t-encrypt-mixedAndre Heinecke2016-09-061-0/+2
* core: Add GPGME_KEYLIST_MODE_WITH_TOFU.Werner Koch2016-08-252-9/+76
* core: Change the way TOFU information are represented.Werner Koch2016-08-232-23/+36
* core: Add new items for gpgme_get_dirinfo.Werner Koch2016-08-221-2/+14
* core: New global flag "require-gnupg".Werner Koch2016-08-161-1/+9
* core: Make use of the "size-hint" in engine-gpg.Werner Koch2016-08-121-2/+67
* tests: Fix memory leak.Justus Winter2016-08-101-0/+1
* core: Add support for mixed symmetric and asym encAndre Heinecke2016-08-093-3/+139
* core: Extend gpgme_subkey_t to carry the keygrip.Werner Koch2016-08-041-3/+38
* tests: Fix trivial memory leaks.Justus Winter2016-06-278-10/+22
* tests: Add new test tool run-decryptAndre Heinecke2016-06-242-1/+190
* tests: Add new test tool run-identify.Werner Koch2016-06-212-1/+130
* tests: Fix notation tests.Justus Winter2016-06-011-3/+3
* core: Set notation flags for verify.Werner Koch2016-06-011-2/+15
* tests: Fix test.Justus Winter2016-05-271-1/+1
* api: Return Tofu info for signatures.Werner Koch2016-05-211-0/+39
* api: Add new function gpgme_set_ctx_flag.Werner Koch2016-05-191-3/+26
* tests: New maintenance helper run-encrypt.Werner Koch2016-05-172-1/+219
* Trailing white space cleanup for 2 files in tests/.Werner Koch2016-05-172-26/+25
* Fix typos found by codespell.Justus Winter2015-12-021-1/+1
* tests: Build test programs in tests/ without wrappers.Werner Koch2015-08-251-0/+1
* tests: Allow using run-sign to test loopback pinentry problems.Werner Koch2015-08-251-0/+26
* Add an export secret key feature.Werner Koch2015-08-241-4/+37
* Add offline mode support for CMS keylistingAndre Heinecke2015-07-311-0/+9
* tests: Add option --secret to run-keylist.Werner Koch2015-06-081-1/+8
* Fix test suite for GnuPG 2.1 which uses pubring.kbx.Werner Koch2015-06-088-16/+42
* Switch to automake 1.14 and update build-aux files.Werner Koch2015-01-304-20/+12
* tests: Delay some test file extraction until "make check".Werner Koch2014-09-242-2/+3