Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | python bindings examples | Ben McGinnes | 2018-06-28 | 1 | -0/+73 | |
* | | | | | python bindings examples: three export scripts | Ben McGinnes | 2018-06-28 | 3 | -0/+223 | |
* | | | | | python bindings: import example | Ben McGinnes | 2018-06-28 | 1 | -0/+91 | |
* | | | | | python bindings: export secret keys | Ben McGinnes | 2018-06-28 | 1 | -1/+42 | |
* | | | | | python bindings: export public keys | Ben McGinnes | 2018-06-28 | 1 | -6/+18 | |
* | | | | | python bindings: export public keys | Ben McGinnes | 2018-06-28 | 1 | -1/+58 | |
* | | | | | json: Add file handling for debug output | Andre Heinecke | 2018-06-20 | 1 | -2/+16 | |
* | | | | | python bindings: core import statements | Ben McGinnes | 2018-06-17 | 1 | -3/+3 | |
* | | | | | python bindings: core — PEP8 compliance | Ben McGinnes | 2018-06-17 | 1 | -77/+101 | |
* | | | | | python bindings: core - key importgsoc/jacob-key-import | Ben McGinnes | 2018-06-17 | 1 | -9/+37 | |
* | | | | | python bindings: core key import | Ben McGinnes | 2018-06-16 | 3 | -5/+31 | |
* | | | | | script: groups.py | Ben McGinnes | 2018-06-10 | 1 | -1/+7 | |
* | | | | | cpp: Add proper gpgme_op_createkey | Andre Heinecke | 2018-06-08 | 3 | -0/+26 | |
* | | | | | json: Return fingerprint as createkey result | Andre Heinecke | 2018-06-08 | 1 | -2/+10 | |
* | | | | | json: Add op_createkey | Andre Heinecke | 2018-06-08 | 1 | -0/+86 | |
* | | | | | json: Generalize chunking and getmore | Andre Heinecke | 2018-06-08 | 1 | -125/+141 | |
* | | | | | json: Rework verify_result_to_json | Andre Heinecke | 2018-06-07 | 1 | -39/+159 | |
* | | | | | json: Add direct way to query a config option | Andre Heinecke | 2018-06-07 | 1 | -12/+109 | |
* | | | | | json: Add op_config to query gpgconf | Andre Heinecke | 2018-06-07 | 1 | -1/+207 | |
* | | | | | examples: python howto | Ben McGinnes | 2018-06-07 | 3 | -0/+262 | |
* | | | | | core: Return a better error code on certain decryption failures. | Werner Koch | 2018-06-06 | 1 | -12/+47 | |
* | | | | | json: Allow to compile with libgpg-error < 1.28 | Werner Koch | 2018-06-05 | 1 | -2/+2 | |
* | | | | | docs: python bindings howto | Ben McGinnes | 2018-06-02 | 1 | -66/+73 | |
* | | | | | Authors: DCO | Ben McGinnes | 2018-06-02 | 1 | -1/+4 | |
* | | | | | cpp: Add gpgme_(get)set_ctx_flag | Andre Heinecke | 2018-06-01 | 3 | -3/+20 | |
* | | | | | cpp: Add legacy_cipher_nomdc | Andre Heinecke | 2018-06-01 | 2 | -0/+8 | |
* | | | | | core: New context flag "ignore-mdc-error". | Werner Koch | 2018-05-31 | 8 | -4/+65 | |
* | | | | | core: New decryption result flag 'legacy_cipher_nomdc'. | Werner Koch | 2018-05-31 | 5 | -7/+34 | |
* | | | | | core: Remove cruft from the engine-gpg code. | Werner Koch | 2018-05-31 | 13 | -78/+23 | |
* | | | | | core: Minor cleanup in engine-gpg and -gpgsm. | Werner Koch | 2018-05-31 | 2 | -6/+3 | |
* | | | | | cpp: Add gpgme_data_rewind to cpp API | Andre Heinecke | 2018-05-29 | 4 | -0/+28 | |
* | | | | | json: Fix compiler warning. | Werner Koch | 2018-05-28 | 1 | -0/+4 | |
* | | | | | json: Do not allow to export or delete secret keys. | Werner Koch | 2018-05-28 | 1 | -7/+11 | |
* | | | | | json: Fix use of get_context. | Werner Koch | 2018-05-28 | 1 | -11/+48 | |
* | | | | | json: Implement encrypt-sign | Andre Heinecke | 2018-05-25 | 1 | -14/+60 | |
* | | | | | json: Implement delete command | Andre Heinecke | 2018-05-25 | 1 | -0/+72 | |
* | | | | | json: Implement op_export | Andre Heinecke | 2018-05-25 | 1 | -1/+111 | |
* | | | | | json: Fix double ctx alloc | Andre Heinecke | 2018-05-25 | 1 | -3/+0 | |
* | | | | | json: Add guard in create_keylist_patterns | Andre Heinecke | 2018-05-25 | 1 | -1/+1 | |
* | | | | | json: Implement import operation | Andre Heinecke | 2018-05-25 | 1 | -1/+126 | |
* | | | | | json: Improve keylist help | Andre Heinecke | 2018-05-25 | 1 | -2/+3 | |
* | | | | | json: Fix keylist pattern handling | Andre Heinecke | 2018-05-25 | 1 | -20/+64 | |
* | | | | | json: Add additional commands to help | Andre Heinecke | 2018-05-25 | 1 | -0/+3 | |
* | | | | | json: Refactor signature and ei code | Andre Heinecke | 2018-05-25 | 1 | -162/+81 | |
* | | | | | json: Implement keylist | Andre Heinecke | 2018-05-25 | 1 | -18/+486 | |
* | | | | | json: Deduplicate input handling code | Andre Heinecke | 2018-05-25 | 1 | -184/+62 | |
* | | | | | examples: mutt crypt-hooks generator | Ben McGinnes | 2018-05-24 | 1 | -0/+64 | |
* | | | | | docs: python bindings howto | Ben McGinnes | 2018-05-24 | 2 | -9/+13 | |
* | | | | | doc: python bindings howto | Ben McGinnes | 2018-05-24 | 1 | -3/+2 | |
* | | | | | json: Add code to gpg_error based messages | Andre Heinecke | 2018-05-24 | 1 | -50/+104 |