aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove tofu.db.Justus Winter2016-11-251-1/+2
* doc: Replace http: by https: in core source files.Werner Koch2016-11-1618-18/+18
* core: Do not leak the override session key to ps(1).Werner Koch2016-11-161-1/+2
* doc,tests: Require use of ctx_flag before use of session_key.Daniel Kahn Gillmor2016-11-161-6/+23
* core: Implement context flag "override-session-key".Werner Koch2016-11-151-1/+26
* core: Add public function gpgme_get_ctx_flag.Werner Koch2016-11-151-0/+22
* tests,python: Atomic directory creationAlon Bar-Lev2016-11-112-2/+2
* tests: Reduce thread count in new thread testsAndre Heinecke2016-11-102-2/+2
* tests: Fix additional memleaks in thread testsAndre Heinecke2016-11-102-2/+10
* tests: Improve new thread testsAndre Heinecke2016-11-102-0/+14
* core: Use gpgrt locking for thread safenessAndre Heinecke2016-11-103-3/+211
* core: Add gpgme_op_query_swdb and helper.Werner Koch2016-11-032-1/+152
* 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