aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-18json: Fix crash by ensuring response is never NULLAndre Heinecke1-7/+43
2018-07-18json: Fix memory errors in create_keylist_patternsAndre Heinecke1-5/+4
2018-07-16json: Fix crash on invalid jsonAndre Heinecke1-2/+2
2018-07-16json: Fix uninitialized key unref in op_deleteAndre Heinecke1-1/+1
2018-07-16json: Minor cleanups in cJSON.cWerner Koch1-5/+23
2018-07-16json: Fix buffer overflow in cJSON.cWerner Koch1-3/+8
2018-07-11json: Add with-sec-fprs param to exportAndre Heinecke1-5/+68
2018-07-09json: Add with-secret without secret onlyAndre Heinecke1-4/+11
2018-07-09Add ctx flag for auto-key-locateAndre Heinecke3-0/+38
2018-07-05core: Add gpg auditlog to get diagnosticsAndre Heinecke4-4/+72
2018-07-04json: Add keylist mode locateAndre Heinecke1-0/+6
2018-06-20json: Add file handling for debug outputAndre Heinecke1-2/+16
2018-06-08json: Return fingerprint as createkey resultAndre Heinecke1-2/+10
2018-06-08json: Add op_createkeyAndre Heinecke1-0/+86
2018-06-08json: Generalize chunking and getmoreAndre Heinecke1-125/+141
2018-06-07json: Rework verify_result_to_jsonAndre Heinecke1-39/+159
2018-06-07json: Add direct way to query a config optionAndre Heinecke1-12/+109
2018-06-07json: Add op_config to query gpgconfAndre Heinecke1-1/+207
2018-06-06core: Return a better error code on certain decryption failures.Werner Koch1-12/+47
2018-06-05json: Allow to compile with libgpg-error < 1.28Werner Koch1-2/+2
2018-05-31core: New context flag "ignore-mdc-error".Werner Koch5-2/+35
2018-05-31core: New decryption result flag 'legacy_cipher_nomdc'.Werner Koch2-2/+11
2018-05-31core: Remove cruft from the engine-gpg code.Werner Koch13-78/+23
2018-05-31core: Minor cleanup in engine-gpg and -gpgsm.Werner Koch2-6/+3
2018-05-28json: Fix compiler warning.Werner Koch1-0/+4
2018-05-28json: Do not allow to export or delete secret keys.Werner Koch1-7/+11
2018-05-28json: Fix use of get_context.Werner Koch1-11/+48
2018-05-25json: Implement encrypt-signAndre Heinecke1-14/+60
2018-05-25json: Implement delete commandAndre Heinecke1-0/+72
2018-05-25json: Implement op_exportAndre Heinecke1-1/+111
2018-05-25json: Fix double ctx allocAndre Heinecke1-3/+0
2018-05-25json: Add guard in create_keylist_patternsAndre Heinecke1-1/+1
2018-05-25json: Implement import operationAndre Heinecke1-1/+126
2018-05-25json: Improve keylist helpAndre Heinecke1-2/+3
2018-05-25json: Fix keylist pattern handlingAndre Heinecke1-20/+64
2018-05-25json: Add additional commands to helpAndre Heinecke1-0/+3
2018-05-25json: Refactor signature and ei codeAndre Heinecke1-162/+81
2018-05-25json: Implement keylistAndre Heinecke1-18/+486
2018-05-25json: Deduplicate input handling codeAndre Heinecke1-184/+62
2018-05-24json: Add code to gpg_error based messagesAndre Heinecke1-50/+104
2018-05-24json: Implement op_versionAndre Heinecke1-0/+86
2018-05-24json: Implement op_verifyAndre Heinecke1-1/+158
2018-05-24json: Put signature info before data outputAndre Heinecke1-9/+9
2018-05-24json: Add sign to helpAndre Heinecke1-0/+1
2018-05-24json: Add op_signAndre Heinecke1-0/+177
2018-05-24json: Fix invalid function callAndre Heinecke1-1/+1
2018-05-24json: Print signatures for decrypt/verifyAndre Heinecke1-0/+211
2018-05-24json: Minor typo fixesAndre Heinecke1-3/+3
2018-05-17core, w32: Add w64 handling for regkeysAndre Heinecke1-3/+22
2018-05-17core: Always fail if an OpenPG message is not integrity protected.Werner Koch1-7/+20