aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-03qt: pass fmt to gpgrt_asprintf()Igor Gnatenko1-1/+1
2017-03-30python: Don't treat skipped tests as errorAndre Heinecke1-1/+1
2017-03-30python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter14-8/+17
2017-03-30qt: Handle if gpg does not support tofu in testAndre Heinecke1-1/+22
2017-03-29python,build: Reinstate prepare target.Alon Bar-Lev2-14/+20
2017-03-28Revert "qt: Disable testEncryptDecryptNowrap"Andre Heinecke1-2/+0
2017-03-27qt: Disable testEncryptDecryptNowrapAndre Heinecke1-0/+2
2017-03-27python: Skip tests if running with GnuPG < 2.1.12.Justus Winter1-1/+6
2017-03-24cpp: Respect decrypt flags in new functionsAndre Heinecke1-4/+4
2017-03-24qt: Add unittest for decrypt unwrapAndre Heinecke1-1/+66
2017-03-24cpp: Use gpgme_op_decrypt_ex and add new flags.Andre Heinecke3-11/+58
2017-03-22qt: Add test for Data::toKeysAndre Heinecke1-0/+30
2017-03-22cpp: Wrap keylist_from_dataAndre Heinecke2-0/+29
2017-03-22qt: Initialize library first in testsAndre Heinecke1-0/+2
2017-03-21python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter5-5/+242
2017-03-20core,cpp: New key flag 'is_de_vs'.Werner Koch2-0/+12
2017-03-20python: Fix version check.Justus Winter1-1/+3
2017-03-20tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.Justus Winter1-1/+0
2017-03-20python: Skip tests if GnuPG is too old.Justus Winter7-0/+16
2017-03-20python: Remove superfluous initialization.Justus Winter21-32/+0
2017-03-14python: Make error message more helpful.Justus Winter1-6/+11
2017-03-14python: Make tests more robust.Justus Winter1-11/+10
2017-03-14python: Improve build system integration.Justus Winter1-11/+10
2017-03-13qt: Add test for DN parserAndre Heinecke1-0/+10
2017-03-13qt: Use gpgrt_asprintf instead of qstrdupAndre Heinecke1-2/+2
2017-03-02python: Print path of the Python module used during tests.Justus Winter1-0/+3
2017-03-02cpp: Add subkey keygrip to APIAndre Heinecke2-1/+8
2017-03-01cpp: Add interactor to generate keys on smartcardAndre Heinecke4-1/+408
2017-03-01qt: Allow creation of default keys without nameAndre Heinecke1-3/+8
2017-02-20python: Fix test.Justus Winter1-1/+2
2017-02-17python: Support manipulating the TOFU policy.Justus Winter7-3/+100
2017-02-17python: Support quick key signing.Justus Winter5-3/+190
2017-02-17python: Fix teardown of ephemeral contexts.Justus Winter4-260/+250
2017-02-17python: Fix using strings as commands in the assuan protocol.Justus Winter2-4/+7
2017-02-16python: Support adding and revoking UIDs.Justus Winter3-1/+129
2017-02-16python: Support quick subkey creation.Justus Winter3-1/+195
2017-02-16python: Support quick key creation.Justus Winter6-5/+275
2017-02-16python: Fix passphrase callback wrapping.Justus Winter1-1/+15
2017-02-16python: Fix error handling.Justus Winter1-1/+6
2017-02-15python: Fix build system integration.Justus Winter2-19/+20
2017-02-15python: Update lists of functions returning gpgme_error_t.Justus Winter1-6/+18
2017-02-14python: Wrap utility functions.Justus Winter2-0/+51
2017-02-14python: Use the correct function to free buffers.Justus Winter1-1/+1
2017-02-14python: Add keylist mode parameter.Justus Winter1-2/+5
2017-02-14python: Nicer repr for user ids.Justus Winter1-0/+4
2017-02-14python: Add convenience functions for the home directory.Justus Winter1-2/+12
2017-02-14qt: Make sure to remove the tofu.db on clean.Justus Winter1-1/+1
2017-02-14python: Extend SWIG gpgme_{sub,}key with a __repr__ method.Tobias Mueller1-0/+27
2017-02-14python: Remove the -builtin flag for SWIG.Tobias Mueller1-1/+1
2017-02-14python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller1-1/+11