aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Fix distcheck.Justus Winter2017-04-101-2/+2
* python: Support alternatate libdir for testsAlon Bar-Lev2017-04-101-10/+15
* python: Read gpg-error.h using the pre-processorAlon Bar-Lev2017-04-101-25/+35
* python: Remove unneeded stats copyAlon Bar-Lev2017-04-101-6/+0
* python: Remove usage of PYTHON_VERSIONSAlon Bar-Lev2017-04-102-14/+13
* tests: Do not use check-local magic as dependencyAlon Bar-Lev2017-04-101-9/+3
* python: support .pydistutils.cfg modeAlon Bar-Lev2017-04-101-15/+10
* python: simplify build, some fixupsAlon Bar-Lev2017-04-0730-39/+23
* python: Fix vpath builds, fix distcheck.Justus Winter2017-04-054-75/+92
* python: Generate files into build directoryAlon Bar-Lev2017-04-053-64/+64
* qt: pass fmt to gpgrt_asprintf()Igor Gnatenko2017-04-031-1/+1
* python: Don't treat skipped tests as errorAndre Heinecke2017-03-301-1/+1
* python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter2017-03-3014-8/+17
* qt: Handle if gpg does not support tofu in testAndre Heinecke2017-03-301-1/+22
* python,build: Reinstate prepare target.Alon Bar-Lev2017-03-292-14/+20
* Revert "qt: Disable testEncryptDecryptNowrap"Andre Heinecke2017-03-281-2/+0
* qt: Disable testEncryptDecryptNowrapAndre Heinecke2017-03-271-0/+2
* python: Skip tests if running with GnuPG < 2.1.12.Justus Winter2017-03-271-1/+6
* cpp: Respect decrypt flags in new functionsAndre Heinecke2017-03-241-4/+4
* qt: Add unittest for decrypt unwrapAndre Heinecke2017-03-241-1/+66
* cpp: Use gpgme_op_decrypt_ex and add new flags.Andre Heinecke2017-03-243-11/+58
* qt: Add test for Data::toKeysAndre Heinecke2017-03-221-0/+30
* cpp: Wrap keylist_from_dataAndre Heinecke2017-03-222-0/+29
* qt: Initialize library first in testsAndre Heinecke2017-03-221-0/+2
* python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter2017-03-215-5/+242
* core,cpp: New key flag 'is_de_vs'.Werner Koch2017-03-202-0/+12
* python: Fix version check.Justus Winter2017-03-201-1/+3
* tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.Justus Winter2017-03-201-1/+0
* 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
* qt: Add test for DN parserAndre Heinecke2017-03-131-0/+10
* qt: Use gpgrt_asprintf instead of qstrdupAndre Heinecke2017-03-131-2/+2
* python: Print path of the Python module used during tests.Justus Winter2017-03-021-0/+3
* cpp: Add subkey keygrip to APIAndre Heinecke2017-03-022-1/+8
* cpp: Add interactor to generate keys on smartcardAndre Heinecke2017-03-014-1/+408
* qt: Allow creation of default keys without nameAndre Heinecke2017-03-011-3/+8
* python: Fix test.Justus Winter2017-02-201-1/+2
* python: Support manipulating the TOFU policy.Justus Winter2017-02-177-3/+100
* python: Support quick key signing.Justus Winter2017-02-175-3/+190
* 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-163-1/+129
* python: Support quick subkey creation.Justus Winter2017-02-163-1/+195
* python: Support quick key creation.Justus Winter2017-02-166-5/+275
* python: Fix passphrase callback wrapping.Justus Winter2017-02-161-1/+15
* python: Fix error handling.Justus Winter2017-02-161-1/+6
* python: Fix build system integration.Justus Winter2017-02-152-19/+20