| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Deprecate the non-working trustlist functions. | Werner Koch | 2020-07-15 | 2 | -47/+0 |
* | core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP. | Werner Koch | 2020-07-15 | 5 | -3/+10 |
* | python: Workaround for a regression in GnuPG 2.2.21 | Werner Koch | 2020-07-14 | 2 | -2/+16 |
* | tests: Remove/change tests for GnuPG 2.3 with no gpg.keyserver. | NIIBE Yutaka | 2020-05-11 | 1 | -30/+0 |
* | python: fix minor typo in howto | Bernhard Reiter | 2020-03-03 | 1 | -1/+1 |
* | qt: Change logging categoryaheinecke/json-test | Andre Heinecke | 2020-02-19 | 10 | -55/+55 |
* | qt: Log execution args of gpg-card | Andre Heinecke | 2020-02-19 | 1 | -3/+5 |
* | python: Also detect python 3.9. | Werner Koch | 2020-02-14 | 1 | -2/+2 |
* | qt: Add dummy context to make mixin happy | Andre Heinecke | 2020-02-12 | 1 | -1/+2 |
* | qt: Add GpgCardJob following the job pattern | Andre Heinecke | 2020-02-12 | 8 | -2/+319 |
* | cpp, qt: Use uidhash to select uids for signing | Andre Heinecke | 2019-12-13 | 5 | -1/+24 |
* | qt,tests: Take care for old DSA key using deprecated digest algo. | NIIBE Yutaka | 2019-11-07 | 1 | -0/+4 |
* | qt, tests: Add check for supported versions | Andre Heinecke | 2019-11-06 | 4 | -21/+41 |
* | qt, tests: Replace accidentally commited assert | Andre Heinecke | 2019-11-06 | 1 | -1/+1 |
* | qt,tests: Add test to add an exportable certify | Andre Heinecke | 2019-11-06 | 1 | -0/+88 |
* | python: Fix how to generate documentation. | NIIBE Yutaka | 2019-11-06 | 1 | -46/+35 |
* | qt, tests: Add testcase for multiple remarsk | Andre Heinecke | 2019-11-04 | 1 | -0/+88 |
* | cpp: Add API to obtain mutliple remarks | Andre Heinecke | 2019-11-04 | 2 | -0/+20 |
* | qt,tests: Move remarks test out and extend it | Andre Heinecke | 2019-11-04 | 3 | -114/+325 |
* | cpp: Fix dupe_ok state for single uid | Andre Heinecke | 2019-11-04 | 1 | -0/+1 |
* | qt: Allow adding empty remarks | Andre Heinecke | 2019-11-01 | 1 | -1/+1 |
* | cpp: Minor optimization in remark lookup | Andre Heinecke | 2019-11-01 | 1 | -2/+6 |
* | cpp: Fix adding duplicated sigs on multiple uids | Andre Heinecke | 2019-11-01 | 1 | -0/+5 |
* | cpp: Add env var to control editinteractor debug | Andre Heinecke | 2019-11-01 | 1 | -2/+17 |
* | qt,tests: Add test for remarks | Andre Heinecke | 2019-10-29 | 1 | -0/+111 |
* | qt: Extend signkeyjob to handle remarks and dups | Andre Heinecke | 2019-10-29 | 3 | -3/+56 |
* | cpp: Add support for multiple keysigs in edit | Andre Heinecke | 2019-10-29 | 2 | -1/+19 |
* | cpp: Add convenience API to obtain remarks | Andre Heinecke | 2019-10-29 | 2 | -0/+67 |
* | cpp: Minor coding style fix | Andre Heinecke | 2019-10-29 | 1 | -3/+2 |
* | python: doc: Remove generated files, put rules in Makefile. | NIIBE Yutaka | 2019-07-12 | 13 | -8017/+39 |
* | python: doc: Add suffix for org files. | NIIBE Yutaka | 2019-07-12 | 6 | -0/+0 |
* | js: improve connection check | Maximilian Krambach | 2019-07-03 | 2 | -25/+47 |
* | js: Error handling for browser errors | Maximilian Krambach | 2019-06-19 | 4 | -27/+99 |
* | python: Fix regression in t-decrypt-verify test. | Werner Koch | 2019-06-13 | 1 | -11/+11 |
* | python: Set a default-key into gpg.conf for the tests. | Werner Koch | 2019-06-13 | 1 | -2/+1 |
* | python: Fix typo in DecryptionError exception. | NIIBE Yutaka | 2019-06-04 | 1 | -3/+3 |
* | python: Make EXTRA_DIST files explicit | Andre Heinecke | 2019-05-06 | 4 | -5/+171 |
* | Python, doc: Minor style improvement | Andre Heinecke | 2019-05-06 | 1 | -8/+9 |
* | Merge remote-tracking branch 'origin/dkg/fix-T4276' | Andre Heinecke | 2019-05-06 | 4 | -14/+32 |
|\ |
|
| * | python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276 | Daniel Kahn Gillmor | 2019-05-03 | 2 | -13/+10 |
| * | python/tests: try to decrypt and verify new test data | Daniel Kahn Gillmor | 2019-05-03 | 2 | -0/+21 |
| * | python: make it easier to run a limited number of tests | Daniel Kahn Gillmor | 2019-05-03 | 1 | -1/+1 |
* | | cpp: Fix initialization warning | Andre Heinecke | 2019-05-03 | 1 | -1/+1 |
|/ |
|
* | cpp: Add wrapper for gpgme_set_global_flag | Andre Heinecke | 2019-04-24 | 2 | -0/+8 |
* | Release GPGME 1.13.0gpgme-1.13.0 | Werner Koch | 2019-03-26 | 1 | -1/+1 |
* | cpp: Fix GenCardKeyInteractor and extend it | Andre Heinecke | 2019-03-26 | 2 | -2/+139 |
* | qt: Handle diagnostic audit log for CMS | Andre Heinecke | 2019-03-20 | 1 | -1/+7 |
* | cpp: Fix Error::hasSystemError | Andre Heinecke | 2019-03-13 | 1 | -1/+1 |
* | cpp: Add ostream operators for import result | Andre Heinecke | 2019-02-21 | 2 | -1/+46 |
* | cpp: Make GpgME::Data::toKeys really const | Andre Heinecke | 2019-02-21 | 1 | -0/+2 |