Page MenuHome GnuPG
Feed Advanced Search

Sep 22 2022

werner changed the status of T5890: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgpg-error-1.44 from Open to Testing.
Sep 22 2022, 10:58 AM · gpgrt, Bug Report
werner changed the status of T5215: gnugp1: Fix build errors with gcc-10 from Open to Testing.
Sep 22 2022, 10:58 AM · gnupg (gpg14), patch, Bug Report
werner changed the status of T5970: gcry_mpi_invm producing wrong result from Open to Testing.
Sep 22 2022, 10:56 AM · backport, libgcrypt, Bug Report
werner changed the status of T5980: compilation error libgcrypt 1.10.1 from Open to Testing.
Sep 22 2022, 10:55 AM · backport, ppc, AIX, libgcrypt, Bug Report
werner removed a project from T6013: Kleopatra: Email address of CA is not set as recipient when sending new CSR by email: Restricted Project.
Sep 22 2022, 10:55 AM · Restricted Project, kleopatra, Bug Report
werner changed the status of T6018: libassuan: Coverity reports from Open to Testing.
Sep 22 2022, 10:55 AM · patch, libassuan, Bug Report
werner changed the status of T6066: gcry_pk_hash_verify() does not work with explicitly specified hash algorithm from Open to Testing.
Sep 22 2022, 10:52 AM · backport, libgcrypt, Bug Report
werner removed a project from T6118: Kleopatra: Bogus </item><item> in message when importing secret key with multiple user IDs: Restricted Project.
Sep 22 2022, 10:52 AM · kleopatra, Restricted Project, Bug Report
werner changed the status of T6112: libgpg-error,w32: bidirectional Pipe support for estream from Open to Testing.
Sep 22 2022, 10:51 AM · Windows, gpgrt, Bug Report
werner changed the status of T6127: FIPS 140-3 final review comments from Open to Testing.
Sep 22 2022, 10:50 AM · FIPS, libgcrypt, Bug Report
werner changed the status of T6136: build failure with slibtool - error: undefined symbol: QGpgME::RevokeKeyJob::staticMetaObject from Open to Testing.
Sep 22 2022, 10:50 AM · gpgrt, gpgme, Bug Report
werner removed a project from T6140: Kleopatra: F5 does not always work in smartcard dialog: Restricted Project.
Sep 22 2022, 10:50 AM · Restricted Project, kleopatra, Bug Report
werner added a comment to T6142: On Windows, gpg 2.3.7 thinks the certificates of major keyservers have expired.

We should close this. The recent fix in 2.2 and the forthcoming 2.3 does everything we want. In the meantiime or if further problems turn up, --ignore-cert is a good workaround.

Sep 22 2022, 10:49 AM · workaround, gnupg, Keyserver, Bug Report
werner changed the status of T6142: On Windows, gpg 2.3.7 thinks the certificates of major keyservers have expired from Open to Testing.
Sep 22 2022, 10:46 AM · workaround, gnupg, Keyserver, Bug Report
werner removed a project from T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message: Restricted Project.
Sep 22 2022, 10:41 AM · Restricted Project, kleopatra, Bug Report

Sep 21 2022

ebo removed a project from T6086: Kleopatra: Filtering keys doesn't work anymore: Restricted Project.
Sep 21 2022, 4:05 PM · Restricted Project, kleopatra, Bug Report
ebo closed T6086: Kleopatra: Filtering keys doesn't work anymore as Resolved.

works

Sep 21 2022, 4:02 PM · Restricted Project, kleopatra, Bug Report
werner triaged T6214: Kleopatra allows to export a subkey which has only a stub. as Normal priority.
Sep 21 2022, 10:37 AM · Bug Report, Restricted Project, kleopatra

Sep 20 2022

werner closed T6213: Yubikey not working with GPG 2.3.7 (Gpg4win 4.0.3) as Resolved.

Sorry, you need to wait for gnupg 2.3.8. It's next on our shortlist.

Sep 20 2022, 9:45 AM · Duplicate, Bug Report

Sep 19 2022

Ra2-IFV created T6213: Yubikey not working with GPG 2.3.7 (Gpg4win 4.0.3).
Sep 19 2022, 3:36 PM · Duplicate, Bug Report
Jakuje created T6212: The ssh keys are no longer returned in the order from control file after T5996.
Sep 19 2022, 3:12 PM · gnupg24 (gnupg-2.4.1), ssh, Feature Request
gniibe added a comment to T4002: gpg-error.h uses c11 reserved word "noreturn".

@ikloecker Thank you for the pointer.
When people will use C23 compiler, there will be no problem (even with non-fixed version). That's good. :-)

Sep 19 2022, 9:07 AM · Bug Report
werner closed T6209: GnuPG unable to interact with any keyserver throwing a "Not enabled" error as Resolved.
Sep 19 2022, 8:46 AM · Bug Report

Sep 17 2022

gouttegd added a comment to T4302: GPA wrongly reports failure to retrieve key.

Finally had some time to look into this a bit more.

Sep 17 2022, 11:03 PM · gpa, Bug Report

Sep 16 2022

vendion added a comment to T6209: GnuPG unable to interact with any keyserver throwing a "Not enabled" error.

Also the use of the standard-resolver is not a good idea because it does not work with Tor.

Sep 16 2022, 9:34 PM · Bug Report
werner added a comment to T6209: GnuPG unable to interact with any keyserver throwing a "Not enabled" error.

The use of

Sep 16 2022, 5:14 PM · Bug Report
werner closed T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old as Resolved.

That particular bug seems to have been solved a long time ago. I stumbled upon up while fixing a DP bug today.

Sep 16 2022, 4:43 PM · gnupg, Bug Report, dirmngr
ikloecker added a comment to T6209: GnuPG unable to interact with any keyserver throwing a "Not enabled" error.

I suspect that this has to do with your usage of tor (or gpg thinking that you use tor) because in dirmngr/dns-stuff.c I found

if (tor_mode)
  return gpg_error (GPG_ERR_NOT_ENABLED);

and all other places returning GPG_ERR_NOT_ENABLED seem to be related to S/MIME.

Sep 16 2022, 2:02 PM · Bug Report
vendion created T6209: GnuPG unable to interact with any keyserver throwing a "Not enabled" error.
Sep 16 2022, 12:15 PM · Bug Report
ikloecker added a comment to T4002: gpg-error.h uses c11 reserved word "noreturn".

Actually, noreturn isn't a keyword. The keyword is _Noreturn. noreturn is a convenience macro, which is provided in the header stdnoreturn.h. Funny enough, _Noreturn and the macro noreturn will be deprecated with C23 in favor of the new attribute [[noreturn]]. :-)
https://en.cppreference.com/w/c/language/_Noreturn

Sep 16 2022, 9:55 AM · Bug Report
gniibe added a comment to T4002: gpg-error.h uses c11 reserved word "noreturn".

Pushed similar changes for GnuPG and libgcrypt (which are actually harmless as it is internal use, not exposed header).

Sep 16 2022, 7:40 AM · Bug Report

Sep 14 2022

ebeiersdorfer added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Awesome, thanks all! From an end user perspective that would be a perfectly acceptable outcome, the warning just serves to confuse people. Appreciate the help!

Sep 14 2022, 9:28 PM · gnupg24, dirmngr, Bug Report
ikloecker edited projects for T6014: Add support for relative redirect URI-references to dirmngr, added: dirmngr; removed kleopatra.

I have created the spin-off T6202: Kleopatra: Suppress errors of WKD lookups to deal with not bothering Kleopatra's users with error messages when doing a WKD lookup in the background. This task is for improving dirmngr.

Sep 14 2022, 5:43 PM · gnupg24, dirmngr, Bug Report
werner claimed T3927: gpgsm certificate import fails because of hardcoded password length limitation.
Sep 14 2022, 1:36 PM · Feature Request, gnupg24, S/MIME
aheinecke added a comment to T3927: gpgsm certificate import fails because of hardcoded password length limitation.

The workaround is easy: Change the passphrase , export, import and then set a longer passphrase again.

Sep 14 2022, 10:19 AM · Feature Request, gnupg24, S/MIME
aheinecke added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Can you give an example other than the Syntax error issue? So far, I haven't seen any errors when doing random searches with ASCII-only "email addresses". I simply get zero results, but I don't see error messages, e.g. if the host cannot be found.

Sep 14 2022, 10:06 AM · gnupg24, dirmngr, Bug Report
werner added a project to T6014: Add support for relative redirect URI-references to dirmngr: gnupg (gpg23).
Sep 14 2022, 9:26 AM · gnupg24, dirmngr, Bug Report

Sep 13 2022

werner added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Of course it could be refined to use the same host if there is only a relative URL.

Sep 13 2022, 7:29 AM · gnupg24, dirmngr, Bug Report
werner added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

That's for sure. See rGfa1b1eaa4241ff3 :

Sep 13 2022, 7:28 AM · gnupg24, dirmngr, Bug Report

Sep 12 2022

ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Does dirmngr maybe interpret the redirect reply /.well-known/openpgpkey/hu/enzdc18iy17uy9qb3pwm4ay9a1ga6mb3/ as URI? That would explain the error because without protocol the redirect reply is indeed an invalid URI.

Sep 12 2022, 11:49 PM · gnupg24, dirmngr, Bug Report
ebeiersdorfer added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Let me know if you want full logs, but here is the segment with more info.

Sep 12 2022, 3:45 PM · gnupg24, dirmngr, Bug Report
bernhard closed T5816: mailing list address confusion (lists.gnupg.org shown, but does not work) as Resolved.

@ametzler1 thanks for the feedback!

Sep 12 2022, 10:58 AM · gpgweb, Bug Report
werner claimed T6195: gpg: New key has unknown trust after generation.
Sep 12 2022, 8:26 AM · Not A Bug, gnupg

Sep 9 2022

ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Sep 9 2022, 5:41 PM · gnupg24, dirmngr, Bug Report
ikloecker triaged T6014: Add support for relative redirect URI-references to dirmngr as Normal priority.

Thanks for your help analysing this problem.

Sep 9 2022, 5:38 PM · gnupg24, dirmngr, Bug Report
aheinecke added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Sep 9 2022, 4:29 PM · gnupg24, dirmngr, Bug Report
aheinecke added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

There is probably an umlaut or special character in <domain> or <user> which makes the URL invalid. If I search for "test@ä.de" I also get Syntax error in URI.

Sep 9 2022, 4:27 PM · gnupg24, dirmngr, Bug Report
ebeiersdorfer added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

So looking through the logs it appears that it is trying a lookup against our domain, in addition to the key server we have configured.

Sep 9 2022, 3:56 PM · gnupg24, dirmngr, Bug Report
ikloecker changed the status of T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message from Open to Testing.
Sep 9 2022, 2:37 PM · Restricted Project, kleopatra, Bug Report
ikloecker added a comment to T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.

If any notepad operation is canceled, then there shouldn't be any error messages or result widgets (the frame with the Close button in the screen shots) anymore.

Sep 9 2022, 2:36 PM · Restricted Project, kleopatra, Bug Report
ikloecker claimed T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.
Sep 9 2022, 10:48 AM · Restricted Project, kleopatra, Bug Report
ikloecker removed a project from T6014: Add support for relative redirect URI-references to dirmngr: No Response.
Sep 9 2022, 8:42 AM · gnupg24, dirmngr, Bug Report
ikloecker triaged T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message as Normal priority.
Sep 9 2022, 8:39 AM · Restricted Project, kleopatra, Bug Report
gniibe added a comment to T5699: libgpg-error 1.43 fails t-lock-single-thread test on x86_64 with musl and macOS.

Checking musl internal, it seems that we can detect a single threaded application by:
https://git.musl-libc.org/cgit/musl/tree/src/internal/libc.h#n22

Sep 9 2022, 5:53 AM · gpgrt, Bug Report
thesamesam closed T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...) as Invalid.

Thanks for your help @gniibe and apologies for wasting your time. It looks like this is an issue with ncurses on musl systems and I'll pursue it there. I have a patch to their configure which works & fixes building pinentry.

Sep 9 2022, 3:21 AM · clang, Gentoo, pinentry, Bug Report
thesamesam added a comment to T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...).

I've reported it on bug-ncurses@ to get some insight: https://marc.info/?l=ncurses-bug&m=166268018624805&w=2.

Sep 9 2022, 1:43 AM · clang, Gentoo, pinentry, Bug Report
thesamesam added a comment to T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...).

Mysteriously, I get nothing:

$ pkg-config --cflags nurses
Sep 9 2022, 1:01 AM · clang, Gentoo, pinentry, Bug Report

Sep 8 2022

ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

To debug this you can enable logging of the dirmngr (which does actually talk to the keyservers). To do so open GnuPG System/Network in Kleopatra's configuration dialog and set the debugging level to 4 - All and enter a filename for the log file.

Sep 8 2022, 7:30 PM · gnupg24, dirmngr, Bug Report
ebeiersdorfer added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Ah OK I'm following now, I had took that as maybe another lookup at that time was failing. The keyserver that we have configured is hkps://keys.openpgp.org. Is there any misconfiguration here with that setting?

Sep 8 2022, 6:34 PM · gnupg24, dirmngr, Bug Report
ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

OK, so this warning should just be ignored then?

Sep 8 2022, 6:10 PM · gnupg24, dirmngr, Bug Report
ebeiersdorfer added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

OK, so this warning should just be ignored then?

Sep 8 2022, 2:31 PM · gnupg24, dirmngr, Bug Report
ikloecker created T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.
Sep 8 2022, 12:55 PM · Restricted Project, kleopatra, Bug Report
ikloecker created T6195: gpg: New key has unknown trust after generation.
Sep 8 2022, 10:26 AM · Not A Bug, gnupg
gniibe added a comment to T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...).

Could you please check what pkg-config --cflags ncurses returns?
In my environment (of Debian), it returns:

Sep 8 2022, 7:56 AM · clang, Gentoo, pinentry, Bug Report
thesamesam added projects to T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...): Gentoo, clang.
Sep 8 2022, 1:40 AM · clang, Gentoo, pinentry, Bug Report
thesamesam set External Link to https://bugs.gentoo.org/869128 on T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...).
Sep 8 2022, 1:19 AM · clang, Gentoo, pinentry, Bug Report
thesamesam added a comment to T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...).

It looks like there was a problem similar to this a while ago: https://dev.gnupg.org/T2320 where it turned out for unicode ncurses builds, a specific header had to be included, but that workaround seems to have been removed from pinentry since.

Sep 8 2022, 1:17 AM · clang, Gentoo, pinentry, Bug Report
thesamesam created T6193: Build failure with Clang 15 (pinentry-curses.c, error: call to undeclared function 'addnwstr' ...).
Sep 8 2022, 1:17 AM · clang, Gentoo, pinentry, Bug Report

Sep 7 2022

ametzler1 added a comment to T5816: mailing list address confusion (lists.gnupg.org shown, but does not work).

bernhard added a comment.Mon, Sep 5, 6:05 PM

If it is was broken for you and works now, let us know here.
if "lists." still is there in email addresses somewhere, please also list.
Sep 7 2022, 6:26 PM · gpgweb, Bug Report
werner added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Kleopatra does searches in parallel. What you see in the second dialog might be a response from a Web Key Directory (i.e. search by mail address with lookup at the mail domain).

Sep 7 2022, 4:28 PM · gnupg24, dirmngr, Bug Report
gniibe added a comment to T6191: FIPS: Supporting running FIPS enabled machine.

Here is a list of possible issues:

Sep 7 2022, 8:58 AM · gnupg24, FIPS, Bug Report
gniibe added subtasks for T6191: FIPS: Supporting running FIPS enabled machine: T5930: Use the FIPS-compatible digest&sign API, T5964: gnupg should use the KDFs implemented in libgcrypt.
Sep 7 2022, 4:48 AM · gnupg24, FIPS, Bug Report
gniibe triaged T6191: FIPS: Supporting running FIPS enabled machine as Wishlist priority.
Sep 7 2022, 4:47 AM · gnupg24, FIPS, Bug Report
gniibe created T6191: FIPS: Supporting running FIPS enabled machine.
Sep 7 2022, 4:46 AM · gnupg24, FIPS, Bug Report

Sep 6 2022

ebeiersdorfer reopened T6014: Add support for relative redirect URI-references to dirmngr as "Open".
Sep 6 2022, 4:47 PM · gnupg24, dirmngr, Bug Report

Sep 5 2022

bernhard added a comment to T5816: mailing list address confusion (lists.gnupg.org shown, but does not work).

Or better:

  • If it is was broken for you and works now, let us know here.
  • if "lists." still is there in email addresses somewhere, please also list.

Thanks!

Sep 5 2022, 6:05 PM · gpgweb, Bug Report
bernhard changed the status of T5816: mailing list address confusion (lists.gnupg.org shown, but does not work) from Open to Testing.

https://lists.gnupg.org/mailman/listinfo/gnupg-devel has `To post a message to all the list members, send email to gnupg-devel@gnupg.org." now, which seems fine, it was wrong before.

Sep 5 2022, 4:58 PM · gpgweb, Bug Report
werner added a comment to T5816: mailing list address confusion (lists.gnupg.org shown, but does not work).

Fixed for 3 lists. I can't remember the details but quite some time ago someone requested some changes and while applying them the host_name must have changed / I changed it. The problem with Mailman is that it does not use plain config files to keep under etckeeper. At least not with some effort.

Sep 5 2022, 4:48 PM · gpgweb, Bug Report
bernhard added a comment to T5816: mailing list address confusion (lists.gnupg.org shown, but does not work).

@werner also I suggest to check the default setting for this, see https://www.list.org/mailman-install/customizing.html and you can use the scripts mentioned there to check the configuration of several mailinglists at once and change it, if you know, which one is to blame, e.g. the host_name value.

Sep 5 2022, 4:34 PM · gpgweb, Bug Report
bernhard added a comment to T5816: mailing list address confusion (lists.gnupg.org shown, but does not work).

@werner
Can you take a look at the host_name setting at the [General Options] configuration page for the lists in question,
e.g. https://lists.gnupg.org/mailman/admin/gnupg-devel

Sep 5 2022, 4:30 PM · gpgweb, Bug Report
bernhard renamed T5816: mailing list address confusion (lists.gnupg.org shown, but does not work) from gcrypt mailing list is down to mailing list address confusion (lists.gnupg.org shown, but does not work).
Sep 5 2022, 4:25 PM · gpgweb, Bug Report

Sep 3 2022

werner triaged T6185: `gpg2 --list-keys --with-colons > /dev/full` exits with status 0 as Low priority.

The more relavant error is that there is no status output on failure which is what gpgme uses (due to double forking).

Sep 3 2022, 1:08 PM · Bug Report, gnupg

Sep 2 2022

werner changed the status of T6179: gnupg 2.3.7 broke YubiKey support: DBG: Curve with OID not supported: 2b06010401da470f01 from Open to Testing.
Sep 2 2022, 2:45 PM · gnupg24, scd, Bug Report
werner added a comment to T6179: gnupg 2.3.7 broke YubiKey support: DBG: Curve with OID not supported: 2b06010401da470f01.

Yeah, we known. Fix is rGf34b9147eb3070b see T6070

Sep 2 2022, 2:43 PM · gnupg24, scd, Bug Report
nazarewk updated the task description for T6179: gnupg 2.3.7 broke YubiKey support: DBG: Curve with OID not supported: 2b06010401da470f01.
Sep 2 2022, 9:56 AM · gnupg24, scd, Bug Report
nazarewk created T6179: gnupg 2.3.7 broke YubiKey support: DBG: Curve with OID not supported: 2b06010401da470f01.
Sep 2 2022, 9:54 AM · gnupg24, scd, Bug Report
werner closed T6176: Crash in ask_for_card as Resolved.

Thanks for testing. I guess I will do a new release.

Sep 2 2022, 8:51 AM · gpgagent, gnupg (gpg22), Bug Report

Sep 1 2022

cschramm added a comment to T6176: Crash in ask_for_card.

Applies cleanly and fixes the crash. 👍

Sep 1 2022, 6:06 PM · gpgagent, gnupg (gpg22), Bug Report
werner added a comment to T6176: Crash in ask_for_card.

For master (2.3) the fix is not needed due to another way the code works, but having a more robust function is always good.

Sep 1 2022, 5:47 PM · gpgagent, gnupg (gpg22), Bug Report
werner added a comment to T6176: Crash in ask_for_card.

You may try the above commit - if should apply cleanly to 2.2.37.

Sep 1 2022, 5:40 PM · gpgagent, gnupg (gpg22), Bug Report
werner added a comment to T6176: Crash in ask_for_card.

You are right. This due to your old binary private key (stubs). Otherwise you would at least have one item ("Key:"). I need to see what do do about the release. Maybe a tool to update the key files would we a good workaround.

Sep 1 2022, 4:04 PM · gpgagent, gnupg (gpg22), Bug Report
werner claimed T6176: Crash in ask_for_card.
Sep 1 2022, 3:53 PM · gpgagent, gnupg (gpg22), Bug Report
werner added a comment to T6176: Crash in ask_for_card.

Oh well, why do I receive such bug reports right after the next release :-(

Sep 1 2022, 3:52 PM · gpgagent, gnupg (gpg22), Bug Report
cschramm created T6176: Crash in ask_for_card.
Sep 1 2022, 3:11 PM · gpgagent, gnupg (gpg22), Bug Report
JoeDoe1000 added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Sorry for the confusion ...
There was no single gpgol-File for deletion.
There were 100.000 other files from other programs.
No idea, why this has interferred with gpgol, but it obviously has.

Sep 1 2022, 10:14 AM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Ok. So I never assumed that you had actually 100 gpgol_enc_number.dat files lying around.

Sep 1 2022, 9:50 AM · gpgol, Bug Report, gpg4win
orbea added a comment to T6136: build failure with slibtool - error: undefined symbol: QGpgME::RevokeKeyJob::staticMetaObject.

Thanks, I really appreciate having this fixed in gpgrt-config! I backported the commit to gentoo and can confirm that fixes the build issue with slibtool.

Sep 1 2022, 4:31 AM · gpgrt, gpgme, Bug Report
gniibe closed T5898: Two fixes for the gnupg-2.3.4 test suite when running on MS-Windows as Resolved.

Thank you for reporting, and sorry for late handling of this report.

Sep 1 2022, 3:26 AM · Windows, gnupg (gpg23), Bug Report

Aug 31 2022

werner closed T6174: Option --require-comliance does not work in sign+encrypt mode as Resolved.
Aug 31 2022, 5:46 PM · Restricted Project, OpenPGP, Bug Report, gnupg
JoeDoe1000 added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

I had a look into my \AppData\Local\Temp and found some 10,000 Files/Folders (nearly 100,000 files in total) with over 10 GB.
After deleting most of them, GPG4WIN 4.0.3 is working!

Aug 31 2022, 4:56 PM · gpgol, Bug Report, gpg4win