aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* core: Also allow GPGME_EXPORT_MODE_SSH for gpgme_op_export.Werner Koch2020-07-161-0/+1
* core: New export mode to export as OpenSSH public key.Werner Koch2020-07-166-37/+97
* core: Deprecate the non-working trustlist functions.Werner Koch2020-07-1516-374/+17
* core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP.Werner Koch2020-07-1510-4/+33
* python: Workaround for a regression in GnuPG 2.2.21Werner Koch2020-07-142-2/+16
* doc: Explain verify_result_t.status == 0 moreAndre Heinecke2020-06-091-2/+9
* core: Fix setting of the chain_model signature result.Werner Koch2020-06-051-1/+1
* tests: Remove/change tests for GnuPG 2.3 with no gpg.keyserver.NIIBE Yutaka2020-05-112-34/+4
* w32: Explicitly link ws2_32Andre Heinecke2020-05-081-2/+3
* GPGME_CREATE_NOEXPIRE is only available since 1.9.0dupgit2020-05-081-1/+1
* core: Make sure the keygrip is available in WITH_SECRET mode.Werner Koch2020-05-082-2/+6
* tests, json: Do not check for keygrip of pubkeysAndre Heinecke2020-05-081-2/+0
* tests: Add ECC key generation for tests/gpgsm.NIIBE Yutaka2020-03-272-33/+65
* build: Fix library dependency.NIIBE Yutaka2020-03-271-1/+1
* core: New context flags "include-key-block" and "auto-key-import".Werner Koch2020-03-176-2/+92
* python: fix minor typo in howtoBernhard Reiter2020-03-031-1/+1
* qt: Change logging categoryaheinecke/json-testAndre Heinecke2020-02-1911-55/+58
* qt: Log execution args of gpg-cardAndre Heinecke2020-02-191-3/+5
* python: Also detect python 3.9.Werner Koch2020-02-143-5/+5
* qt: Add dummy context to make mixin happyAndre Heinecke2020-02-121-1/+2
* qt: Add GpgCardJob following the job patternAndre Heinecke2020-02-129-2/+322
* Do not test for a bug in older GnuPG versionsAndre Heinecke2020-01-291-1/+0
* m4/python: Scan for python 3.8 as welldkg/fix-4821Daniel Kahn Gillmor2020-01-231-1/+1
* core: Add MacOS fallbacks to look for binariesAndre Heinecke2020-01-171-20/+49
* cpp, qt: Use uidhash to select uids for signingAndre Heinecke2019-12-135-1/+24
* core: Extend gpgme_user_id_t with uidhash member.Werner Koch2019-12-136-0/+19
* Revert "doc: Remove UI Server documentation"Andre Heinecke2019-12-113-1/+639
* gpg: Avoid error diagnostics with --override-session-key when verifyingDaniel Kahn Gillmor2019-12-061-3/+6
* gpgme-tool: Fix help text for INCLUDE_CERTS.Daniel Kahn Gillmor2019-12-031-1/+1
* core,w32: Silence compiler warnings.Werner Koch2019-11-271-2/+3
* doc: Remove UI Server documentationAndre Heinecke2019-11-123-639/+1
* qt,tests: Take care for old DSA key using deprecated digest algo.NIIBE Yutaka2019-11-071-0/+4
* qt, tests: Add check for supported versionsAndre Heinecke2019-11-064-21/+41
* qt, tests: Replace accidentally commited assertAndre Heinecke2019-11-061-1/+1
* qt,tests: Add test to add an exportable certifyAndre Heinecke2019-11-061-0/+88
* python: Fix how to generate documentation.NIIBE Yutaka2019-11-061-46/+35
* qt, tests: Add testcase for multiple remarskAndre Heinecke2019-11-041-0/+88
* cpp: Add API to obtain mutliple remarksAndre Heinecke2019-11-043-0/+21
* qt,tests: Move remarks test out and extend itAndre Heinecke2019-11-043-114/+325
* cpp: Fix dupe_ok state for single uidAndre Heinecke2019-11-041-0/+1
* doc: Note the need for a base tag.Werner Koch2019-11-041-3/+5
* qt: Allow adding empty remarksAndre Heinecke2019-11-011-1/+1
* cpp: Minor optimization in remark lookupAndre Heinecke2019-11-011-2/+6
* cpp: Fix adding duplicated sigs on multiple uidsAndre Heinecke2019-11-011-0/+5
* cpp: Add env var to control editinteractor debugAndre Heinecke2019-11-011-2/+17
* core: Fix parsing of userid sigs after a subpkgAndre Heinecke2019-10-291-2/+3
* qt,tests: Add test for remarksAndre Heinecke2019-10-291-0/+111
* qt: Extend signkeyjob to handle remarks and dupsAndre Heinecke2019-10-294-3/+61
* cpp: Add support for multiple keysigs in editAndre Heinecke2019-10-293-1/+26
* cpp: Add convenience API to obtain remarksAndre Heinecke2019-10-292-0/+67