aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-encrypt-sign.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-19doc: Mention language bindings in the manual.Werner Koch1-1/+11
2016-09-19core: Check for GPG_TTY as well as DISPLAY.Ben Kibbey5-15/+67
2016-09-16qt: Add test for setting tofu policyAndre Heinecke1-0/+36
2016-09-16qt: Add job for tofupolicyAndre Heinecke7-1/+237
2016-09-16cpp: Add support for gpgme_op_tofu_policyAndre Heinecke2-0/+35
2016-09-16cpp: Declare sizes of tofu-info enumsAndre Heinecke1-2/+2
2016-09-16cpp: Silence use of deprecated function warning.Werner Koch1-0/+9
2016-09-16core: Document the version a function has been deprecated.Werner Koch2-73/+77
2016-09-16core: Map GPGME_STATUS_EOF to the empty string.Werner Koch3-9/+9
2016-09-16python: Release the GIL during calls into GPGME.Justus Winter2-7/+45
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter8-38/+296
2016-09-16core: Fix typos.Justus Winter1-2/+2
2016-09-16doc: Move description of most deprecated functions to a new appendix.Werner Koch1-703/+679
2016-09-16doc: Document the recently added --quick-foo related functions.Werner Koch1-153/+655
2016-09-16core: Remove stub to try implementing gpg < 2.1 support for createkey.Werner Koch1-27/+2
2016-09-16core: Fix setting og the verification result.Werner Koch1-17/+2
2016-09-15core: New function gpgme_op_interact, deprecate gpgme_op_edit.Werner Koch9-23/+251
2016-09-15core: Minor change of the gpgme_op_edit semantics.Werner Koch6-10/+34
2016-09-14core: New function gpgme_op_tofu_policyWerner Koch19-3/+448
2016-09-14core: Defer implementation of gpgme_op_createkey with gpg < 2.1Werner Koch1-0/+6
2016-09-14core: New function gpgme_op_keysign.Werner Koch19-13/+638
2016-09-14python: Clarify that we support Python 2.7 too.Justus Winter3-3/+3
2016-09-14python: Trim imports.Justus Winter4-4/+0
2016-09-14python: Improve error handling.Justus Winter1-2/+12
2016-09-14python: Adapt to TOFU changes.Justus Winter1-4/+1
2016-09-14python: Improve build system integration.Justus Winter2-64/+12
2016-09-14core: New function gpgme_op_revuid.Werner Koch8-15/+94
2016-09-14core: Change a parameter for the engine's genkey function.Werner Koch6-23/+37
2016-09-14python: Build for both Python2 and Python3.Justus Winter5-18/+177
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter59-0/+177
2016-09-14python: Use more generic shebang.Justus Winter38-38/+38
2016-09-14core: New function gpgme_op_adduid.Werner Koch7-33/+192
2016-09-14core: New function gpgme_op_createsubkey.Werner Koch7-33/+196
2016-09-13core: Use const char * where appropriate.Werner Koch8-25/+35
2016-09-13core: Cast away the common const problem with spawn and argv.Werner Koch2-5/+5
2016-09-13core: Fix condition-always-true warning in trace macro.Werner Koch1-1/+1
2016-09-13core: Mark unused function args.Werner Koch20-1/+86
2016-09-13tests: Mark lots of unused vars and fix const mismatches.Werner Koch36-216/+289
2016-09-13tests: Use gpgme_io_write in passhrase callbacks.Werner Koch3-20/+21
2016-09-13core: Do not pass const char* to functions taking a char*.Werner Koch5-8/+20
2016-09-13build: Use more compiler warningsWerner Koch1-0/+29
2016-09-13core: New function gpgme_op_create_key.Werner Koch13-59/+775
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter6-32/+61
2016-09-13python: Fix types and error handling.Justus Winter1-11/+26
2016-09-12python: Avoid Python3-only form of super().Justus Winter1-4/+5
2016-09-12python: Make type translation compatible with Python 2.7.Justus Winter2-13/+78
2016-09-12python: Avoid hardcoding the interpreter.Justus Winter1-2/+2
2016-09-12python: Do not rely on subprocess.DEVNULL.Justus Winter1-2/+7
2016-09-12tests: Fix version comparison.Justus Winter1-2/+2
2016-09-12tests: Make signature notation test compatible with older GnuPGs.Justus Winter2-3/+40