aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD's closefrom(2) does not return errorsPietro Cerutti2017-04-031-2/+2
* 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
* tests: Run the threading tests only on UNIX.Justus Winter2017-03-281-3/+3
* tests: Make error message more helpful.Justus Winter2017-03-281-1/+2
* Merge branch 'gpgme-1.9-branch'Werner Koch2017-03-285-18/+49
|\
| * Post release updatesgpgme-1.9-branchWerner Koch2017-03-282-2/+6
| * Release 1.9.0gpgme-1.9.0Werner Koch2017-03-285-18/+45
* | Revert "qt: Disable testEncryptDecryptNowrap"Andre Heinecke2017-03-281-2/+0
|/
* core: Prepare for new key listing data send by gpg.Werner Koch2017-03-287-9/+71
* qt: Disable testEncryptDecryptNowrapAndre Heinecke2017-03-271-0/+2
* python: Skip tests if running with GnuPG < 2.1.12.Justus Winter2017-03-271-1/+6
* Mention new cpp changes in the NEWSAndre Heinecke2017-03-241-0/+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
* core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.Werner Koch2017-03-2420-75/+227
* qt: Add test for Data::toKeysAndre Heinecke2017-03-221-0/+30
* cpp: Wrap keylist_from_dataAndre Heinecke2017-03-223-0/+30
* qt: Initialize library first in testsAndre Heinecke2017-03-221-0/+2
* python: Improve Python detection.Justus Winter2017-03-221-2/+4
* core: New API gpgme_op_set_uid_flag.Werner Koch2017-03-219-32/+189
* python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter2017-03-216-5/+243
* core: Extend gpgme_get_dirinfo to return the gpg-wks-client name.Werner Koch2017-03-213-1/+18
* 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