Page MenuHome GnuPG
Feed Advanced Search

Apr 20 2018

aheinecke raised the priority of T3919: GPGOL: Could not decrypt the data: Invalid crypto engine from High to Unbreak Now!.

Thank you very much. It helped. I can reproduce the problem now.

Apr 20 2018, 1:05 PM · gpgme, gpgol, Bug Report, gpg4win
jkropf added a comment to T3919: GPGOL: Could not decrypt the data: Invalid crypto engine.

Same here with Mails from Facebook, here's the log

Apr 20 2018, 12:19 PM · gpgme, gpgol, Bug Report, gpg4win
aheinecke claimed T3919: GPGOL: Could not decrypt the data: Invalid crypto engine.

"Invalid crypto engine" Means that there is some internal error in the signature verification / decryption.

Apr 20 2018, 11:32 AM · gpgme, gpgol, Bug Report, gpg4win
werner closed T3920: t-verify test fails as Resolved.

Right now building the release.

Apr 20 2018, 10:35 AM · gpgme (gpgme 1.23.x), Bug Report
werner added a comment to T3775: enable mixed hidden/non-hidden recipients during encryption.

My experience is that using a string is much easier and less error prone that to build up and allocate an error obj objects. A string leads to less code and bugs are easier to detect. There are enough patter on to handle strings in a safe way and key specs are in most cases already available in string form (e.g. hex fingerprints), be it from a mail interface, as a result of a database query or from the command line.

Apr 20 2018, 9:13 AM · gpgme, Feature Request

Apr 19 2018

dkg added a comment to T3775: enable mixed hidden/non-hidden recipients during encryption.

I think i can understand why this decision was made, but i'm not convinced it's a great solution. In particular, string-based arguments for C libraries are asking for trouble, and compound string arguments of the type described above are even more risky.

Apr 19 2018, 9:01 PM · gpgme, Feature Request
werner moved T3354: gpgme only builds against two versions of python at once from Backlog to Python stuff on the gpgme board.
Apr 19 2018, 6:08 PM · Python, gpgme, Bug Report
werner moved T3505: Port GPGME's Python bindings to Windows from Backlog to Python stuff on the gpgme board.
Apr 19 2018, 6:08 PM · Feature Request, gpgme, Python
werner moved T3920: t-verify test fails from Python stuff to QA for next release on the gpgme board.
Apr 19 2018, 6:07 PM · gpgme (gpgme 1.23.x), Bug Report
werner moved T3920: t-verify test fails from QA for next release to Python stuff on the gpgme board.
Apr 19 2018, 6:07 PM · gpgme (gpgme 1.23.x), Bug Report
werner added a comment to T3580: GPGME: Keylist mode sigs combined with secret does not work (anymore?).

Just checked. This does not seem to be a regression.

Apr 19 2018, 6:05 PM · gpgme
werner moved T3920: t-verify test fails from Backlog to QA for next release on the gpgme board.
Apr 19 2018, 5:46 PM · gpgme (gpgme 1.23.x), Bug Report
werner added a comment to T3920: t-verify test fails.

Weel, you GnUPG version is actualluy the lates. Unfortunately I tested with a beta version. Let's wait a day to see whether there is more fallout and if not I will do a 1.11.1

Apr 19 2018, 10:47 AM · gpgme (gpgme 1.23.x), Bug Report
werner triaged T3920: t-verify test fails as High priority.

Look like you are using an older GnuPG version and thus the test fails. I need to tweak the test.

Apr 19 2018, 10:11 AM · gpgme (gpgme 1.23.x), Bug Report

Apr 18 2018

werner added a comment to T3911: Kleopatra: Improve refresh-keys.

Are you asking for a way to --refresh-keys via GPGME? IF so shall that be a syncronous thing or just a trigger. Note that we the last update time is already part of gpgme_key_t and can thus be used to check whether a trigger worked.
Anyway this will be a larger change and may need gpg support.

Apr 18 2018, 6:57 PM · gpg4win, kleopatra

Apr 17 2018

werner triaged T3815: tests fail in 2021 as Normal priority.
Apr 17 2018, 8:30 PM · qt, Python, gpgme, Bug Report
werner assigned T3815: tests fail in 2021 to BenM.

Ben: We need to use a faked system time thing to make those tests more stable.

Apr 17 2018, 8:29 PM · qt, Python, gpgme, Bug Report
werner triaged T3734: Extract signature key ID with gpgme as Normal priority.
Apr 17 2018, 8:22 PM · gpgme, Feature Request
werner placed T3354: gpgme only builds against two versions of python at once up for grabs.
Apr 17 2018, 12:48 PM · Python, gpgme, Bug Report
werner closed T3325: Allow encryption/signing in GPGME using a specified subkey as Resolved.

With the recpstring feature in 1.11 this is now possible because the args are passed verbatim to gpg.

Apr 17 2018, 12:44 PM · gpgme
werner closed T3831: Extend GPGME's offline mode to the OpenPGP engine as Resolved.

Implemented in gpgme 1.11.0 if gpg >= 2.1.23 is used.

Apr 17 2018, 11:14 AM · gpgme, Feature Request
werner triaged T3471: gpgme decryptverify indicating wrongly an error. as Normal priority.
Apr 17 2018, 10:43 AM · Not A Bug, gnupg, Bug Report
werner closed T3451: gpgme should report whether a given User ID is marked as "primary" or not. as Wontfix.
Apr 17 2018, 10:39 AM · gpgme, Feature Request
werner triaged T3813: GPGME error: "invalid crypto engine" in the MSYS2 version as Low priority.

We never tried to build gpgme with MSYS2 and I would also say this is not supported. A wild guess is that this mixes platform specific code.

Apr 17 2018, 10:37 AM · Python, gpgme, Bug Report
werner renamed T3813: GPGME error: "invalid crypto engine" in the MSYS2 version from GPGME error: invalid crypto engine to GPGME error: "invalid crypto engine" in the MSYS2 version.
Apr 17 2018, 10:34 AM · Python, gpgme, Bug Report
werner closed T3892: python: Fix crash by leaving struct members intact as Resolved.

To attach a file use the cloud-with-arrow icon in the edit toolbox.

Apr 17 2018, 10:31 AM · gpgme, Bug Report
werner closed T3526: Missing function to calculate wkdhash as Wontfix.
Apr 17 2018, 10:22 AM · Feature Request, gpgme
werner closed T3775: enable mixed hidden/non-hidden recipients during encryption as Resolved.

1.11 features a set of extended encryption functions which may optionally take a string as key specifications. In contrast to the array of key objects this string is a linefeed delimited list of key specifications which are passed verbatim to gpg. For OpenPGP a keyword feature is supported. For example the string

Apr 17 2018, 10:20 AM · gpgme, Feature Request

Apr 16 2018

aheinecke added a comment to T3911: Kleopatra: Improve refresh-keys.

A reason we did not touch it in the past is that Ideally we don't want users to have to mess with refresh keys but would rather have this done automatically in the background by dirmngr.

Apr 16 2018, 2:15 PM · gpg4win, kleopatra
aheinecke created T3911: Kleopatra: Improve refresh-keys.
Apr 16 2018, 2:12 PM · gpg4win, kleopatra

Apr 11 2018

BenM claimed T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.
Apr 11 2018, 3:37 AM · Python, gpgme, Bug Report
BenM added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

This may be related to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup since it depends on data from gpgconf.

Apr 11 2018, 3:35 AM · Python, gpgme, Bug Report
BenM added a comment to T3272: Make groups available through GPGME.

A work-around is now available for this in Python in the GPGME source. The relative path from the top of the GPGME source directory is here lang/python/examples/howto/groups.py. Like all the other scripts in the same directory, it also appears in the GPGME Python Bindings HOWTO, under the Miscellaneous heading near the end.

Apr 11 2018, 3:07 AM · gpgme, Feature Request

Apr 10 2018

werner triaged T3892: python: Fix crash by leaving struct members intact as High priority.
Apr 10 2018, 4:58 PM · gpgme, Bug Report

Mar 26 2018

werner closed T3270: No reasonable error codes on decryption failure as Resolved.

Fix was released with GPGME 1.10.0

Mar 26 2018, 3:24 PM · gpgme, Bug Report

Mar 21 2018

aheinecke created T3852: GPGME, qt: possible version mismatch between moc and qt version.
Mar 21 2018, 9:31 AM · qt, gpgme

Mar 20 2018

BenM added a watcher for gpgme: BenM.
Mar 20 2018, 2:06 AM
BenM added a member for gpgme: BenM.
Mar 20 2018, 2:05 AM

Mar 8 2018

werner created T3831: Extend GPGME's offline mode to the OpenPGP engine.
Mar 8 2018, 1:33 PM · gpgme, Feature Request

Mar 2 2018

bernhard added a comment to T3734: Extract signature key ID with gpgme.

There was a second person asking for a list-packets feature to verify if a file is encrypted correctly at gnupg-devel.

Mar 2 2018, 5:22 PM · gpgme, Feature Request

Feb 28 2018

werner added a project to T3815: tests fail in 2021: qt.
Feb 28 2018, 8:34 AM · qt, Python, gpgme, Bug Report

Feb 27 2018

bmwiedemann added a comment to T3815: tests fail in 2021.

Here is the build log from unpatched gpgme https://www.zq1.de/~bernhard/temp/gpgme-build-log-2033.txt
it has some tracebacks from t-callbacks.py

Feb 27 2018, 9:53 PM · qt, Python, gpgme, Bug Report
werner added projects to T3815: tests fail in 2021: gpgme, Python.

Can you please show the output of these failing tests? I assume you are running on a 64 bit platform.

Feb 27 2018, 9:23 PM · qt, Python, gpgme, Bug Report
lovetox created T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.
Feb 27 2018, 12:23 AM · Python, gpgme, Bug Report

Feb 16 2018

gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

The error of testQuickUID is strange. In the test, it adds a UID and checks number of UIDs (3 + 1 = 4).
It is not reproducible for me (Debian with Qt 5.9.2, NetBSD 7.0.2 with Qt 5.5.1), gnupg 2.2.x from the repo.

Feb 16 2018, 12:45 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 15 2018

werner added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

(automake should flag non-portable Makefile features - after all it is there to avoid gmake features)

Feb 15 2018, 11:52 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
wiz added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

Thank you very much! This is working quite well now.

Feb 15 2018, 10:57 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
aheinecke created T3794: GPGME: Make it possible to switch trust model per context.
Feb 15 2018, 8:18 AM · Feature Request, gpgol, gpgme
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

I believe that all BSD Makefile issues has been fixed (except python-tar-gz distribution thing for maintainer).
Please test again.

Feb 15 2018, 5:07 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

I located the problem. It's Makefile portability issue and it is fixed in: rMb5ec21b9baf0: tests: Makefile portability., rMba6e610baa13: tests: More Makefile portability., and rM3224d7f0ea83: tests: Fix previous commit
It was not your final invocation of "make check" (GNU or BSD), but the one before ("make all" by BSD make) which imported keys for tests.
The "export" directive doesn't work on BSD.

Feb 15 2018, 3:40 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 14 2018

werner triaged T3775: enable mixed hidden/non-hidden recipients during encryption as Normal priority.

I don't think that -R is a good way to implement BCC - it would be better to encrypt it separately. But people may have different ideas on this.

Feb 14 2018, 5:44 PM · gpgme, Feature Request
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

OK. Then, it may be some bashi-ism in Makefile. I'll investigate with no bash installed.

Feb 14 2018, 8:32 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 13 2018

wiz added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

No, I don't have a smartcard. Perhaps it misdetects one?

Feb 13 2018, 10:24 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For other failures, I guess that you are connecting your card, aren't you?
Last year, I introduced a change for key selection to prefer existing card key. That may affect tests. Well, tests should have configure not to try to access card.

Feb 13 2018, 5:16 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 12 2018

bernhard added a comment to T3348: gpgsm: should default to --disable-crl-checks.

When disabling CRL checks, you expose the user to drawbacks by outdated or revoked certificates. While I agree that improving implementations to not check the validation information too often or even build proxies is a good idea, I have a tendency to keep crl checking enabled for CMS crypto operations because it seems to be a lesser drawback.

Feb 12 2018, 10:06 AM · gpgme, gnupg, S/MIME

Feb 6 2018

gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For scdaemon process(es), I created a ticket T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.

Feb 6 2018, 7:55 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 4 2018

dkg created T3775: enable mixed hidden/non-hidden recipients during encryption.
Feb 4 2018, 10:08 PM · gpgme, Feature Request

Feb 2 2018

wiz added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

I'm confused. I've just now retested, and I get further with BSD make (there is another problem when importing the keys into the test keyring, where it the error is ignored with GNU make but the build fails with BSD make) but that is not what I want to focus on.

Feb 2 2018, 4:03 PM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Jan 31 2018

werner added a comment to T3348: gpgsm: should default to --disable-crl-checks.

--use-tor does not avoid it because the CRL-DP can be made unique for each certificate. Depending on the verification model a CRL or OCSP lookup is necessary for correct evalution of a signature (shell model as used for qualified signature). This is why we in gpg honor-keyserver-url is not enabled by default; the keyserver URL take from the key is the OpenPGP counterpart of the CRL-DP.

Jan 31 2018, 6:11 PM · gpgme, gnupg, S/MIME
dkg added a comment to T3348: gpgsm: should default to --disable-crl-checks.

it is the decision of the user to use such a certificate.

Jan 31 2018, 5:04 PM · gpgme, gnupg, S/MIME
werner added a comment to T3348: gpgsm: should default to --disable-crl-checks.

The implemented X.509 profiles require that the status of a certificate is to be checked. CRLs are also not looked up for each verification but only once during their lifetime. Some CA have unreasonable short lifetimes for their CRL but it is the decision of the user to use such a certificate.

Jan 31 2018, 9:47 AM · gpgme, gnupg, S/MIME

Jan 30 2018

dkg added a comment to T3348: gpgsm: should default to --disable-crl-checks.

Additionally, we might want some sort of delayed or batched CRL-checking that doesn't block signature verification with another network interaction, but would protect the user against future problems.

Jan 30 2018, 5:46 PM · gpgme, gnupg, S/MIME
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

Thanks for your additional suggestion. I pushed the change.

Jan 30 2018, 4:37 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Jan 29 2018

wiz added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For qt: adding /usr/pkg/qt5/bin to the path makes the build succeed. I think you should take a look at the build rules though, since it seems that it wants to execute the header file if "moc" is not found.

Jan 29 2018, 11:59 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For BSD Make issue, please try:

Jan 29 2018, 11:47 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3376: gpgme: add missing getenv_r() support.

Ah, yes. Will do. Thank you for reminder.

Jan 29 2018, 11:29 AM · patch, gpgme
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For the latter, I think it requires path to moc, which may be like /usr/pkg/qt5. Please add it to your PATH. Then, retry from configure

Jan 29 2018, 11:04 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
wiz added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

Using BSD make on git head of gpgme, I see

Jan 29 2018, 10:37 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
wiz added a comment to T3376: gpgme: add missing getenv_r() support.

Thank you. I think you can update the comment below the implementation now ("/* FIXME: Implement this when we have the specification for it. */) and the #error line.

Jan 29 2018, 10:29 AM · patch, gpgme
gniibe closed T3376: gpgme: add missing getenv_r() support as Resolved.

Fixed in rM37d62e9d0f68: core: Implement _gpgme_getenv for NetBSD..

Jan 29 2018, 5:54 AM · patch, gpgme
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

Other problems are fixed. Please test. It works for me on NetBSD 7.0.2.

Jan 29 2018, 4:09 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Jan 13 2018

werner reopened T3354: gpgme only builds against two versions of python at once as "Open".
Jan 13 2018, 5:01 PM · Python, gpgme, Bug Report
werner raised the priority of T3354: gpgme only builds against two versions of python at once from Wishlist to Normal.

The actual problem is that justus quit his job to work for pEp. Thus we have no maintainer for the python port. There is one candidate for this job but don't expect any fast fixes because one of the near term goals will be to replace swig so that we can provide the bindings also for WIndows. Maybe that will also solve the problem with different Python versions.

Jan 13 2018, 5:01 PM · Python, gpgme, Bug Report

Jan 12 2018

dkg added a comment to T3354: gpgme only builds against two versions of python at once.

it's too bad that this is not considered something worth fixing upstream -- at the moment, debian's python3-gpg will only work with one specific version of python3 because of this, which makes package transitions more complex than they should be.

Jan 12 2018, 8:14 PM · Python, gpgme, Bug Report

Jan 11 2018

dkg created T3734: Extract signature key ID with gpgme.
Jan 11 2018, 2:46 PM · gpgme, Feature Request

Dec 12 2017

werner closed T3147: Make a GPGME release as Resolved.

1.10.0 released

Dec 12 2017, 1:19 PM · gpgme (gpgme 1.23.x), g10code Sprint

Dec 11 2017

werner renamed T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup from Gpg4win: Gpgconf opens "windows" and slows down kleo startup to Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.
Dec 11 2017, 2:01 PM · Windows, gpgme
werner lowered the priority of T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup from High to Wishlist.

I'd really like to understand what is going on. Thus keeping the report open.

Dec 11 2017, 2:01 PM · Windows, gpgme

Dec 8 2017

aheinecke closed T3550: Kleopatra: Crash when searching in LDAP as Resolved.

Resolved with gpg4win-3.0.2

Dec 8 2017, 1:51 PM · kleopatra, gpgme
aheinecke closed D423: some spelling fixes (gpgme).
Dec 8 2017, 6:05 AM · gpgme
aheinecke commandeered D423: some spelling fixes (gpgme).

Pushed rM7b5182f28893

Dec 8 2017, 6:05 AM · gpgme

Dec 7 2017

werner triaged T3526: Missing function to calculate wkdhash as Low priority.

Frankly, I doubt that this belongs into gpgme.

Dec 7 2017, 6:34 PM · Feature Request, gpgme
werner added a reviewer for D423: some spelling fixes (gpgme): aheinecke.

Andre can you please apply this?

Dec 7 2017, 6:32 PM · gpgme
aheinecke lowered the priority of T3580: GPGME: Keylist mode sigs combined with secret does not work (anymore?) from Normal to Low.

Prio low, as I noticed that Kleopatra already had some code in there to merge a secret with a public key in a keylisting. This can be used for me.

Dec 7 2017, 2:07 PM · gpgme
aheinecke created T3580: GPGME: Keylist mode sigs combined with secret does not work (anymore?).
Dec 7 2017, 1:53 PM · gpgme

Dec 1 2017

aheinecke created T3550: Kleopatra: Crash when searching in LDAP.
Dec 1 2017, 8:59 AM · kleopatra, gpgme

Nov 29 2017

gniibe closed T3472: gpgme-1.9.0 test suite hangs on OpenBSD as Resolved.
Nov 29 2017, 8:22 AM · gpgagent, gnupg (gpg22), gpgme

Nov 27 2017

aheinecke triaged T3512: gpgme test failure when run with gpg version 1 as Normal priority.

Normal priority as this should be looked into but is not dramatic.

Nov 27 2017, 1:18 PM · gnupg (gpg14), gpgme, Bug Report

Nov 22 2017

werner edited projects for T3526: Missing function to calculate wkdhash, added: Feature Request; removed Bug Report.
Nov 22 2017, 8:49 PM · Feature Request, gpgme
hefee created T3526: Missing function to calculate wkdhash.
Nov 22 2017, 11:40 AM · Feature Request, gpgme

Nov 21 2017

werner added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.
In T3056#95172, @wiz wrote:

Oh, to make it clear - I was testing the pkgsrc version with the additional patches used by pkgsrc, see http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/security/gpgme/patches/

Testing it without patches does not work because:

get-env.c:57:2: error: #error Use of getenv_r not implemented.
 #error Use of getenv_r not implemented.
Nov 21 2017, 10:14 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

There are multiple problems. I fixed one Makefile portability issue today.

Nov 21 2017, 7:39 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3472: gpgme-1.9.0 test suite hangs on OpenBSD.

Fixed in 2.2.3, too. Closing.

Nov 21 2017, 12:13 AM · gpgagent, gnupg (gpg22), gpgme

Nov 17 2017

hefee added a comment to T3471: gpgme decryptverify indicating wrongly an error..

data.gpg is fine and data2.gpg shows this wired behaviour. The difference is at the end of file last two bytes : 0040 vs. 0a40.
Initally i took data.gpg to create the base64 encoded version for the message.

Nov 17 2017, 6:12 PM · Not A Bug, gnupg, Bug Report
aheinecke added a comment to T3471: gpgme decryptverify indicating wrongly an error..

I tried to reproduce this simply by creating an encrypted file with gpgme/test/run-encrypt and then running kleopatra on it "kleopatra /tmp/foo.gpg" kleopatra prints in debug output the decrypt / verify result from GpgMEpp. No error for me.

Nov 17 2017, 4:19 PM · Not A Bug, gnupg, Bug Report
vext01 created T3512: gpgme test failure when run with gpg version 1.
Nov 17 2017, 3:50 PM · gnupg (gpg14), gpgme, Bug Report
vext01 added a comment to T3472: gpgme-1.9.0 test suite hangs on OpenBSD.

Shall we close this?

Nov 17 2017, 3:48 PM · gpgagent, gnupg (gpg22), gpgme

Nov 16 2017

gniibe added a project to T3283: Set 'mym4_revision' to 0 if not a git repo: npth.

Add the tag of npth (forgotten).

Nov 16 2017, 12:19 AM · libgcrypt, Bug Report

Nov 15 2017

werner removed a project from T3283: Set 'mym4_revision' to 0 if not a git repo: libassuan.

Done for libassuan

Nov 15 2017, 7:02 PM · libgcrypt, Bug Report
werner created T3505: Port GPGME's Python bindings to Windows.
Nov 15 2017, 9:11 AM · Feature Request, gpgme, Python