aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: New encryption flag GPGME_ENCRYPT_THROW_KEYIDS.Werner Koch2017-03-215-3/+24
* core: New public API gpgme_op_keylist_from_data_start.Andre Heinecke2017-03-2117-8/+167
* core,cpp: New key flag 'is_de_vs'.Werner Koch2017-03-207-6/+57
* tests: Fix distcheck.Justus Winter2017-03-201-1/+2
* python: Fix version check.Justus Winter2017-03-201-1/+3
* tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.Justus Winter2017-03-202-1/+8
* python: Skip tests if GnuPG is too old.Justus Winter2017-03-207-0/+16
* python: Remove superfluous initialization.Justus Winter2017-03-2021-32/+0
* python: Make error message more helpful.Justus Winter2017-03-141-6/+11
* python: Make tests more robust.Justus Winter2017-03-141-11/+10
* python: Improve build system integration.Justus Winter2017-03-141-11/+10
* build: Improve Python detection.Justus Winter2017-03-141-14/+24
* build: Tune M4 macros for our needs.Justus Winter2017-03-142-4/+7
* build: Add M4 macros for python.Justus Winter2017-03-141-0/+239
* qt: Add test for DN parserAndre Heinecke2017-03-131-0/+10
* qt: Use gpgrt_asprintf instead of qstrdupAndre Heinecke2017-03-131-2/+2
* core: Fix status error return for gpgsm.Werner Koch2017-03-092-4/+11
* python: Print path of the Python module used during tests.Justus Winter2017-03-021-0/+3
* core: Fix minor code style thing.Werner Koch2017-03-021-1/+1
* Revert "core: Fix error types."Werner Koch2017-03-024-7/+5
* cpp: Add subkey keygrip to APIAndre Heinecke2017-03-023-1/+9
* cpp: Add interactor to generate keys on smartcardAndre Heinecke2017-03-015-1/+411
* qt: Allow creation of default keys without nameAndre Heinecke2017-03-011-3/+8
* doc: Correct documentation for recp arg of gpgme_op_encrypt_sign_startDaniel Kahn Gillmor2017-02-261-1/+1
* python: Fix test.Justus Winter2017-02-201-1/+2
* python: Support manipulating the TOFU policy.Justus Winter2017-02-179-5/+103
* python: Support quick key signing.Justus Winter2017-02-177-8/+195
* python: Fix teardown of ephemeral contexts.Justus Winter2017-02-174-260/+250
* python: Fix using strings as commands in the assuan protocol.Justus Winter2017-02-172-4/+7
* python: Support adding and revoking UIDs.Justus Winter2017-02-164-1/+131
* python: Support quick subkey creation.Justus Winter2017-02-164-1/+196
* python: Support quick key creation.Justus Winter2017-02-167-5/+276
* python: Fix passphrase callback wrapping.Justus Winter2017-02-161-1/+15
* python: Fix error handling.Justus Winter2017-02-161-1/+6
* core: Fix expiration time handling when creating keys.Justus Winter2017-02-154-19/+36
* python: Fix build system integration.Justus Winter2017-02-152-19/+20
* python: Update lists of functions returning gpgme_error_t.Justus Winter2017-02-151-6/+18
* core: Fix error types.Justus Winter2017-02-154-5/+7
* python: Wrap utility functions.Justus Winter2017-02-143-3/+56
* python: Use the correct function to free buffers.Justus Winter2017-02-141-1/+1
* python: Add keylist mode parameter.Justus Winter2017-02-142-2/+6
* python: Nicer repr for user ids.Justus Winter2017-02-141-0/+4
* python: Add convenience functions for the home directory.Justus Winter2017-02-142-2/+14
* qt: Make sure to remove the tofu.db on clean.Justus Winter2017-02-141-1/+1
* python: Extend SWIG gpgme_{sub,}key with a __repr__ method.Tobias Mueller2017-02-141-0/+27
* python: Remove the -builtin flag for SWIG.Tobias Mueller2017-02-141-1/+1
* python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller2017-02-141-1/+11
* python: Conditionally provide py3 argument to SWIGTobias Mueller2017-02-141-2/+3
* python: Use one copy of the source tree per Python version.Justus Winter2017-02-132-17/+24
* build: Use macOS' compatibility macros to enable all features.Justus Winter2017-02-131-0/+2