aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Make the status-fd monitor work for all gpgsm commands.Werner Koch2018-05-091-1/+10
* core: Do not modify args for ignored failuresAndre Heinecke2018-04-201-4/+3
* core: Remove another debug output leftover.Werner Koch2018-04-201-1/+0
* json: Remove the -noinstall flag used during development.Werner Koch2018-04-191-2/+0
* core: Remove leftover debug output.Werner Koch2018-04-191-1/+0
* json: Add stpcpy replacement.Werner Koch2018-04-181-0/+13
* doc: Update copyright years and change two URLs.Werner Koch2018-04-182-2/+3
* doc: Unify comment style in gpgme.hWerner Koch2018-04-181-160/+175
* core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.Werner Koch2018-04-182-2/+3
* json: Add command "decrypt" to gpgme-json.Werner Koch2018-04-181-7/+139