aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme-json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* json: Add information about revocation keys to key list resultIngo Klöcker2024-05-211-0/+28
* json: New operation "identify" and convenience option --identify.Werner Koch2023-01-311-1/+126
* core: Support --locate-external-keys command of gpgIngo Klöcker2022-04-271-0/+5
* Require at least libgpg-error 1.36Werner Koch2020-11-091-24/+0
* core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP.Werner Koch2020-07-151-0/+6
* json: Fix cosmetic error in the repl.Werner Koch2019-02-281-1/+1
* json: Better use gpgme_freeWerner Koch2019-01-251-1/+1
* json: Fix minor memory leaks.Werner Koch2019-01-251-6/+14
* core: Silence newer compiler warnings.Werner Koch2018-12-171-1/+1
* Add SPDX identifiers to most source filesWerner Koch2018-11-161-3/+3
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-081-6/+6
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-181-1/+1
* json: Remove subkey-algo from createkey command.Werner Koch2018-09-191-82/+7
* json: Fix detached verifyAndre Heinecke2018-08-291-20/+23
* json: Delete primary key if subkey gen failsAndre Heinecke2018-08-281-2/+22
* json: Allow NULL request in encode and chunkAndre Heinecke2018-08-281-2/+1
* json: Do not put FILE_NAME into the verify result.Werner Koch2018-08-271-2/+1
* json: Add sender and file name to encryptAndre Heinecke2018-08-231-0/+21
* json: Add proper decrypt_result_t handlingAndre Heinecke2018-08-211-7/+80
* json: Add subkey_algo and defaults to createkeyAndre Heinecke2018-08-201-4/+62
* json: Only use calloc instead of mallocAndre Heinecke2018-08-081-6/+15
* json: Don't error out if chunksize is omittedAndre Heinecke2018-08-081-4/+1
* json: Don't use strdup but the xtrystrdup wrapper.Werner Koch2018-07-191-5/+8
* json: Fix memleak in native msging replAndre Heinecke2018-07-181-0/+4
* json: Ensure that native msging request is stringAndre Heinecke2018-07-181-1/+2
* json: Fix crash by ensuring response is never NULLAndre Heinecke2018-07-181-7/+43
* json: Fix memory errors in create_keylist_patternsAndre Heinecke2018-07-181-5/+4
* json: Fix crash on invalid jsonAndre Heinecke2018-07-161-2/+2
* json: Fix uninitialized key unref in op_deleteAndre Heinecke2018-07-161-1/+1
* json: Add with-sec-fprs param to exportAndre Heinecke2018-07-111-5/+68
* json: Add with-secret without secret onlyAndre Heinecke2018-07-091-4/+11
* json: Add keylist mode locateAndre Heinecke2018-07-041-0/+6
* json: Add file handling for debug outputAndre Heinecke2018-06-201-2/+16
* json: Return fingerprint as createkey resultAndre Heinecke2018-06-081-2/+10
* json: Add op_createkeyAndre Heinecke2018-06-081-0/+86
* json: Generalize chunking and getmoreAndre Heinecke2018-06-081-125/+141
* json: Rework verify_result_to_jsonAndre Heinecke2018-06-071-39/+159
* json: Add direct way to query a config optionAndre Heinecke2018-06-071-12/+109
* json: Add op_config to query gpgconfAndre Heinecke2018-06-071-1/+207
* json: Fix compiler warning.Werner Koch2018-05-281-0/+4
* json: Do not allow to export or delete secret keys.Werner Koch2018-05-281-7/+11
* json: Fix use of get_context.Werner Koch2018-05-281-11/+48
* json: Implement encrypt-signAndre Heinecke2018-05-251-14/+60
* json: Implement delete commandAndre Heinecke2018-05-251-0/+72
* json: Implement op_exportAndre Heinecke2018-05-251-1/+111
* json: Fix double ctx allocAndre Heinecke2018-05-251-3/+0
* json: Add guard in create_keylist_patternsAndre Heinecke2018-05-251-1/+1
* json: Implement import operationAndre Heinecke2018-05-251-1/+126
* json: Improve keylist helpAndre Heinecke2018-05-251-2/+3
* json: Fix keylist pattern handlingAndre Heinecke2018-05-251-20/+64