aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Minor cleanups in cJSON.cWerner Koch2018-07-161-5/+23
* json: Fix buffer overflow in cJSON.cWerner Koch2018-07-161-3/+8
* 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
* Add ctx flag for auto-key-locateAndre Heinecke2018-07-093-0/+38
* core: Add gpg auditlog to get diagnosticsAndre Heinecke2018-07-054-4/+72
* 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
* core: Return a better error code on certain decryption failures.Werner Koch2018-06-061-12/+47
* json: Allow to compile with libgpg-error < 1.28Werner Koch2018-06-051-2/+2
* core: New context flag "ignore-mdc-error".Werner Koch2018-05-315-2/+35
* core: New decryption result flag 'legacy_cipher_nomdc'.Werner Koch2018-05-312-2/+11
* core: Remove cruft from the engine-gpg code.Werner Koch2018-05-3113-78/+23
* core: Minor cleanup in engine-gpg and -gpgsm.Werner Koch2018-05-312-6/+3
* 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
* json: Add additional commands to helpAndre Heinecke2018-05-251-0/+3
* json: Refactor signature and ei codeAndre Heinecke2018-05-251-162/+81
* json: Implement keylistAndre Heinecke2018-05-251-18/+486
* json: Deduplicate input handling codeAndre Heinecke2018-05-251-184/+62
* json: Add code to gpg_error based messagesAndre Heinecke2018-05-241-50/+104
* json: Implement op_versionAndre Heinecke2018-05-241-0/+86
* json: Implement op_verifyAndre Heinecke2018-05-241-1/+158
* json: Put signature info before data outputAndre Heinecke2018-05-241-9/+9
* json: Add sign to helpAndre Heinecke2018-05-241-0/+1
* json: Add op_signAndre Heinecke2018-05-241-0/+177
* json: Fix invalid function callAndre Heinecke2018-05-241-1/+1
* json: Print signatures for decrypt/verifyAndre Heinecke2018-05-241-0/+211
* json: Minor typo fixesAndre Heinecke2018-05-241-3/+3
* core, w32: Add w64 handling for regkeysAndre Heinecke2018-05-171-3/+22
* core: Always fail if an OpenPG message is not integrity protected.Werner Koch2018-05-171-7/+20
* json: Improve auto-base64 encoding to not split UTF-8 chars.Werner Koch2018-05-091-8/+14