Page MenuHome GnuPG
Feed Advanced Search

Nov 10 2020

gniibe triaged T5018: Export keys to secure card failure: gpg: KEYTOCARD failed: Unusable secret key as Low priority.

Did you remove .gnupg entirely? Secret keys are stored in .gnupg/private-keys-v1.d. If it remained, you didn't import your secret keys.
If it was the case, I'd like to merge this report to T3391: cannot import subkey that was once marked to be on a card.

Nov 10 2020, 1:42 AM · Info Needed, Bug Report

Nov 9 2020

werner closed T4893: "Note: signatures using the MD5 algorithm are rejected" is emitted despite --quiet as Resolved.
Nov 9 2020, 10:01 AM · gnupg (gpg22), Bug Report
werner added a comment to T4893: "Note: signatures using the MD5 algorithm are rejected" is emitted despite --quiet.

I reconsidered this. Suppressing such messages with --quiet is oka and will be in 2.2.24.

Nov 9 2020, 8:35 AM · gnupg (gpg22), Bug Report
werner reopened T4893: "Note: signatures using the MD5 algorithm are rejected" is emitted despite --quiet as "Open".
Nov 9 2020, 8:29 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T5055: APPCRASH with libKF5ConfigWidgets.dll.

The "Reliability History" says (in Chinese):

异常代码: c0000005
异常偏移: 0002b6c0

The error code c0000005 is something like SEGV on POSIX, I guess.
It occurred at the address 0002b6c0.

Nov 9 2020, 2:57 AM · Bug Report, gpg4win

Nov 5 2020

gniibe changed the status of T5121: a race condition between intr_cb call back and libusb_free_transfer in do_close_reader, a subtask of T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2), from Open to Testing.
Nov 5 2020, 8:24 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe added a subtask for T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2): T5121: a race condition between intr_cb call back and libusb_free_transfer in do_close_reader.
Nov 5 2020, 8:22 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Nov 4 2020

goeran added a comment to T5080: Gpg-agent gets confused when a homedir is moved.

I'm pretty sure what happens, but apparently I haven't been able to explain it clear enough. To reproduce you can do like this:

  1. On an old machine having GnuPG version 1, e.g. Red Hat Enterprise 5:
    1. gpg --homedir $PWD/homedir --gen-key
    2. tar cf homedir.tar homedir/pubring.gpg homedir/secring.gpg
  2. On a more modern machine having GnuPG version 2, e.g. Red Hat Enterprise 8:
    1. tar xf homedir.tar
    2. touch apa bepa
    3. gpg --homedir $PWD/homedir --sign apa # Does the migration, and signs "apa"
    4. mv homedir homedir.moved # Don't remove, just move
    5. tar xf homedir.tar
    6. gpg --homedir $PWD/homedir --sign bepa # This will fail as explaine in point 5 of the initial description
Nov 4 2020, 10:32 PM · gnupg (gpg22), Bug Report
werner added a comment to T5080: Gpg-agent gets confused when a homedir is moved.

The inotify thing is only used to detect a deleted homedir and stop the agent. AFAIU your problem is that a migration is triggered again. The migration status is a file ~/.gnupg/.gpg-v21-migrated - are you sure that you have extracted it again?

Nov 4 2020, 10:35 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T5120: Incompatible Ed25519 secret key (no-encryption).

Applying following SOS-handling, the key can be handled.

diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 9cb254e24..be7fc6d67 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -188,6 +188,76 @@ mpi_read (iobuf_t inp, unsigned int *ret_nread, int secure)
 }
Nov 4 2020, 3:57 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T5120: Incompatible Ed25519 secret key (no-encryption).

Note that there is no problem for encrypted key, because it is handled by opaque MPI.

Nov 4 2020, 3:21 AM · gnupg (gpg22), Bug Report
gniibe created T5120: Incompatible Ed25519 secret key (no-encryption).
Nov 4 2020, 3:21 AM · gnupg (gpg22), Bug Report
gniibe changed the status of T5116: GnuPG master shows an error when importing Ed25519 keys generated from Open to Testing.
Nov 4 2020, 3:14 AM · Restricted Project, gnupg, Bug Report
gniibe changed the status of T5116: GnuPG master shows an error when importing Ed25519 keys generated, a subtask of T5114: GnuPG fails to import back generated and exported EdDSA secret key., from Open to Testing.
Nov 4 2020, 3:14 AM · gnupg, Restricted Project, gpgagent, Bug Report

Nov 3 2020

werner renamed T5119: TOFU messages are not completely and correctly localized to German from TOFO messages are not completely and correctly localized to German to TOFU messages are not completely and correctly localized to German.
Nov 3 2020, 11:15 PM · gnupg24, gnupg (gpg23), i18n, Bug Report
werner triaged T5119: TOFU messages are not completely and correctly localized to German as Low priority.

The whole TOFU stuff hash not yet been fully translated because there are conceptional problems with the way the code works.

Nov 3 2020, 11:15 PM · gnupg24, gnupg (gpg23), i18n, Bug Report
werner renamed T5119: TOFU messages are not completely and correctly localized to German from Messages are not completely and correctly localized to German to TOFO messages are not completely and correctly localized to German.
Nov 3 2020, 11:14 PM · gnupg24, gnupg (gpg23), i18n, Bug Report
werner changed the status of T5073: Date output of GnuPG not in correct language format from Open to Testing.
Nov 3 2020, 11:10 PM · gnupg (gpg22), Bug Report
GwenDragon created T5119: TOFU messages are not completely and correctly localized to German.
Nov 3 2020, 8:08 PM · gnupg24, gnupg (gpg23), i18n, Bug Report
werner edited projects for T5118: gpgconf: Master does not show some values, added: gnupg (gpg23), Bug Report; removed gnupg.
Nov 3 2020, 12:39 PM · gnupg24, Bug Report, gnupg (gpg23)
werner closed T5117: Can't create notation data with empty value as Resolved.
Nov 3 2020, 8:51 AM · gnupg (gpg22), Bug Report

Nov 2 2020

werner added a comment to T5117: Can't create notation data with empty value.

The next version will fix the wrong warning and also allow for an empty value.

Nov 2 2020, 5:36 PM · gnupg (gpg22), Bug Report
werner added a comment to T5069: Concurrent auto-start of gpg-agent by multiple gpg instances..

No, overlapped I/O is not used. OVL is just a zeroed out memory area and thus hHandle is NULL. Errors are of course checked.

Nov 2 2020, 4:38 PM · Not A Bug, No Response, Info Needed, gnupg (gpg22), Windows, Bug Report
werner added a comment to T5110: Primary Key Binding Signature not updated when updating Subkey Binding Signature.

Note: menu_backsign can be enhanced to detect such a case in the same way it detects missing backsigs.

Nov 2 2020, 10:30 AM · gnupg, Bug Report
ikloecker closed T5108: Superfluous back button in Kleo's card manager as Resolved.

Setting to resolved as discussed with Werner

Nov 2 2020, 9:43 AM · Bug Report, kleopatra

Nov 1 2020

capitol created T5117: Can't create notation data with empty value.
Nov 1 2020, 10:02 AM · gnupg (gpg22), Bug Report

Oct 30 2020

gniibe added a comment to T5116: GnuPG master shows an error when importing Ed25519 keys generated.

One bug is fixed in rGdd4fb1c8f668: gpg: Fix first zero-byte case for SOS handling..

Oct 30 2020, 9:03 AM · Restricted Project, gnupg, Bug Report
gniibe changed the status of T5114: GnuPG fails to import back generated and exported EdDSA secret key. from Open to Testing.

Fixed in 2.2 branch.
Also, I found another issue of libgcrypt master, which is fixed in rC361a0588489c: ecc: Handle removed zeros at the beginning for Ed25519..
Further, I found different issue, and created T5116: GnuPG master shows an error when importing Ed25519 keys generated.

Oct 30 2020, 2:23 AM · gnupg, Restricted Project, gpgagent, Bug Report
gniibe created T5116: GnuPG master shows an error when importing Ed25519 keys generated.
Oct 30 2020, 12:55 AM · Restricted Project, gnupg, Bug Report
gniibe added a comment to T5114: GnuPG fails to import back generated and exported EdDSA secret key..

I think that it may occur with eddsa secret keys generated with 2.2, too. (In the 50% probability)

Oct 30 2020, 12:51 AM · gnupg, Restricted Project, gpgagent, Bug Report

Oct 29 2020

werner triaged T5114: GnuPG fails to import back generated and exported EdDSA secret key. as High priority.

In short eddsa secret keys generated with current 2.3 can't be imported with 2.2, right? That will lead to a compatibility problem, so we need to fix that in 2.2.

Oct 29 2020, 9:23 AM · gnupg, Restricted Project, gpgagent, Bug Report
gniibe added a comment to T5114: GnuPG fails to import back generated and exported EdDSA secret key..

IIUC, it is an issue of GnuPG 2.2.
The condition is where the secret 'd' starts by the first bit = 1 (that is, >= 0x80).
I located the bug in agent/cvt-openpgp.c. The function do_unprotect calls convert_secret_key with skey[1] as usual MPI (not opaque),
and gcry_sexp_build with "(d%m)" will put additional 0x00 at the beginning, which results 33-byte secret in R_KEY. Then, when gcry_pk_testkey is called with R_KEY, when it checks, because 32-byte is expected, it returns GPG_ERR_INV_OBJ. Then, do_unprotect returns GPG_ERR_BAD_PASSPHRASE.

Oct 29 2020, 8:58 AM · gnupg, Restricted Project, gpgagent, Bug Report
gniibe edited projects for T5114: GnuPG fails to import back generated and exported EdDSA secret key., added: gnupg (gpg22), gpgagent; removed gnupg (gpg23).
Oct 29 2020, 7:26 AM · gnupg, Restricted Project, gpgagent, Bug Report
gniibe added a comment to T5114: GnuPG fails to import back generated and exported EdDSA secret key..

With Debian's GnuPG 2.2.12, I got an error:

Oct 29 2020, 7:22 AM · gnupg, Restricted Project, gpgagent, Bug Report
gniibe claimed T5114: GnuPG fails to import back generated and exported EdDSA secret key..

With bata1449, I cannot reproduce it.
I can import by gpg --import key-uids-sec.pgp
I tested with Debian's libgcrypt, as well as libgcrypt master (4a50c6b8).

Oct 29 2020, 6:35 AM · gnupg, Restricted Project, gpgagent, Bug Report

Oct 28 2020

werner added a project to T5114: GnuPG fails to import back generated and exported EdDSA secret key.: gnupg (gpg23).
Oct 28 2020, 5:01 PM · gnupg, Restricted Project, gpgagent, Bug Report
onickolay created T5114: GnuPG fails to import back generated and exported EdDSA secret key..
Oct 28 2020, 11:54 AM · gnupg, Restricted Project, gpgagent, Bug Report
werner merged task T5087: Not possible to create a new key into T5098: Gpg4win problems for Windows Users with some non-ASCII account names.
Oct 28 2020, 10:21 AM · Bug Report, gpg4win
werner added a comment to T5087: Not possible to create a new key.

Thanks for the info and my apologies for the regression. Please see my comment on T5045.

Oct 28 2020, 10:21 AM · Bug Report, gpg4win
gniibe closed T5075: [python-gpgme] Traceback when running with python -OO as Resolved.

Pushed the change.

Oct 28 2020, 12:51 AM · gpgme, Python, Bug Report
gniibe claimed T5075: [python-gpgme] Traceback when running with python -OO.
Oct 28 2020, 12:30 AM · gpgme, Python, Bug Report

Oct 27 2020

r0347192 added a comment to T5087: Not possible to create a new key.

I am facing a really similar problem currently in version 3.1.13 (on windows 10)
Although the self-test shows all checks passed. I found out that there is an issue with the cache dir file not being created/loaded.
See:

Oct 27 2020, 6:45 PM · Bug Report, gpg4win
gniibe added a comment to T5075: [python-gpgme] Traceback when running with python -OO.

IIUC, fix can be like this:

diff --git a/lang/python/src/core.py b/lang/python/src/core.py
index 996c3b0f..646bbc60 100644
--- a/lang/python/src/core.py
+++ b/lang/python/src/core.py
@@ -147,7 +147,12 @@ class GpgmeWrapper(object):
                     gpgme.gpg_raise_callback_exception(slf)
                 return result
Oct 27 2020, 8:31 AM · gpgme, Python, Bug Report

Oct 26 2020

ikloecker changed the status of T5108: Superfluous back button in Kleo's card manager from Open to Testing.

The action to switch to the "Smartcard management" still lacks an icon. In the old KDE icon theme Oxygen there was an icon ("secure-card"), but the new Breeze icon theme lacks this icon. I have requested an icon for this for the Breeze theme. See https://bugs.kde.org/show_bug.cgi?id=428278.

Oct 26 2020, 5:52 PM · Bug Report, kleopatra

Oct 23 2020

werner triaged T5110: Primary Key Binding Signature not updated when updating Subkey Binding Signature as Normal priority.
Oct 23 2020, 6:45 PM · gnupg, Bug Report
neal added a comment to T5110: Primary Key Binding Signature not updated when updating Subkey Binding Signature.

Oct 23 2020, 10:12 AM · gnupg, Bug Report
neal created T5110: Primary Key Binding Signature not updated when updating Subkey Binding Signature.
Oct 23 2020, 10:11 AM · gnupg, Bug Report

Oct 19 2020

irelam66 updated the task description for T5107: GPA Importing encrypted files and Public keys.
Oct 19 2020, 7:20 PM · No Response, Windows, gpa, Bug Report
fabior added a comment to T5105: can't find users with Kleopatra when press "Look up on server".

My sks keyserver is in Linux Ubuntu 18.04 LTS. As a client I'm using windows 10 and gpg4win is 3.1.13.

Oct 19 2020, 6:12 PM · Support, kleopatra, Keyserver
ikloecker added a comment to T5108: Superfluous back button in Kleo's card manager .

Hmm, interesting. I'm using the Back button all of the time to get back to the certificate list from the smartcard manager. Might be a Windows-only bug.

Oct 19 2020, 5:17 PM · Bug Report, kleopatra
werner removed Version on T5105: can't find users with Kleopatra when press "Look up on server".
Oct 19 2020, 1:27 PM · Support, kleopatra, Keyserver
werner edited projects for T5105: can't find users with Kleopatra when press "Look up on server", added: Keyserver, kleopatra; removed gpg4win.

Are you on Windows or Linux? What version of Kleopatra or Gpg4win are you using?

Oct 19 2020, 1:27 PM · Support, kleopatra, Keyserver
werner merged task T5106: Agent fails to access private keys from path containing non-ascii characters on Windows into T5098: Gpg4win problems for Windows Users with some non-ASCII account names.
Oct 19 2020, 1:24 PM · Windows, Bug Report
werner added a comment to T5106: Agent fails to access private keys from path containing non-ascii characters on Windows.

See also T5098 - I am sorry for this regression. We are working on a fix.

Oct 19 2020, 1:24 PM · Windows, Bug Report
werner edited projects for T5107: GPA Importing encrypted files and Public keys, added: gpa, Windows; removed gpg4win.

Which version of Gpg4win did you install, from where, and which OS version are you using? Why did you install gpg4win at a non-default location?

Oct 19 2020, 1:19 PM · No Response, Windows, gpa, Bug Report
werner created T5108: Superfluous back button in Kleo's card manager .
Oct 19 2020, 12:39 PM · Bug Report, kleopatra

Oct 18 2020

irelam66 created T5107: GPA Importing encrypted files and Public keys.
Oct 18 2020, 6:24 PM · No Response, Windows, gpa, Bug Report
jibsen created T5106: Agent fails to access private keys from path containing non-ascii characters on Windows.
Oct 18 2020, 3:11 PM · Windows, Bug Report

Oct 16 2020

fabior created T5105: can't find users with Kleopatra when press "Look up on server".
Oct 16 2020, 7:05 PM · Support, kleopatra, Keyserver

Oct 12 2020

MaXi32 renamed T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired from gpg-agent respawn another process randomly and causes cached passphrase check failed / expired to [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Oct 12 2020, 7:46 AM · gnupg (gpg22), Bug Report

Oct 11 2020

Denisov23 updated the task description for T5101: Translate GpgOL in Italian.
Oct 11 2020, 2:50 PM · i18n, gpgol
Denisov23 created T5101: Translate GpgOL in Italian.
Oct 11 2020, 2:50 PM · i18n, gpgol

Oct 6 2020

werner closed T5097: installing gnupg 2.2.23 via macOS brew fails without any errors as Invalid.

Please ask your distribution . What I see here is a problem with the packaging of a dedicated build system. This is not the build system which comes with GnuPG. Feel free to reopen if you can show that this is a native gnupg build problem.

Oct 6 2020, 9:35 PM · MacOS, Bug Report
aheinecke claimed T5043: GpgOL does not work in parallel with Kopano Outlook Extension.

Hi Zetrick,

Oct 6 2020, 1:30 PM · Bug Report, gpgol, gpg4win
aheinecke closed T5044: GpgOL does not parse signed mails as Resolved.

Hi Zetrick,

Oct 6 2020, 1:23 PM · gpgol, Bug Report, gpg4win
dokim created T5097: installing gnupg 2.2.23 via macOS brew fails without any errors.
Oct 6 2020, 11:42 AM · MacOS, Bug Report
gniibe added a comment to T5063: Use of some "SCD" command through extra socket.

Perhaps, don't allow automatic use of available card keys would be better:

diff --git a/agent/command.c b/agent/command.c
index 160979dae..b6286becf 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -2292,13 +2292,7 @@ cmd_scd (assuan_context_t ctx, char *line)
       if ((argc == 1 && !strcmp (argv[0], "SERIALNO"))
           || (argc == 2
               && !strcmp (argv[0], "GETINFO")
-              && !strcmp (argv[1], "version"))
-          || (argc == 2
-              && !strcmp (argv[0], "GETATTR")
-              && !strcmp (argv[1], "KEY-FPR"))
-          || (argc == 2
-              && !strcmp (argv[0], "KEYINFO")
-              && !strcmp (argv[1], "--list=encr")))
+              && !strcmp (argv[1], "version")))
         xfree (l);
       else
         {
Oct 6 2020, 7:17 AM · Bug Report

Oct 5 2020

gniibe closed T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none) as Resolved.

This is due to access control for "extra" socket.
Fixed in T5062: gpg: error getting version from 'scdaemon': Forbidden.

Oct 5 2020, 7:01 AM · Bug Report
gniibe closed T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none), a subtask of T5062: gpg: error getting version from 'scdaemon': Forbidden, as Resolved.
Oct 5 2020, 7:01 AM · Bug Report
gniibe added a parent task for T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none): T5062: gpg: error getting version from 'scdaemon': Forbidden.
Oct 5 2020, 7:00 AM · Bug Report
gniibe added a subtask for T5062: gpg: error getting version from 'scdaemon': Forbidden: T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none).
Oct 5 2020, 7:00 AM · Bug Report

Oct 4 2020

Portug added a comment to T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7.

Hi all, I have this issue in Win10 in correct installation. Si I am interested what can I do to repair this issue. GPG is working correctly, but Kleopatra's selfcheck show this issue. Thanks. Portug

Oct 4 2020, 5:04 PM · kleopatra, Bug Report, gpg4win
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

OK I found a very interesting thing here, @werner and finally I can reproduce this problem:

Oct 4 2020, 4:19 PM · gnupg (gpg22), Bug Report
werner closed T5077: Unable to Creat OpenPGP new key pair, Unable to Connect to UIServer on startup. Creating a folder in my D drive as portable as Invalid.

That is a version of gpg4win which we don't support or even know about. Please ask at their support site. Sorry.

Oct 4 2020, 12:14 PM · Bug Report, gpg4win

Oct 3 2020

werner closed T5088: gpgme-1-13-1 test failure and errors and build errors as Resolved.
Oct 3 2020, 7:55 PM · gpgme, toolchain, Bug Report
werner added a comment to T5088: gpgme-1-13-1 test failure and errors and build errors.

Thanks for the report. Indeed, the convenient C99 feature of variable definition in a for statement does only work in recent gcc versions and thus it should not be used in GnuPG related code. (https://gnupg.org/faq/HACKING.html was out of sync with the version in gnupg's master repo which falsely stated that it is an allowed features.)

Oct 3 2020, 7:48 PM · gpgme, toolchain, Bug Report
werner removed projects from T5090: The name field of kleo's key gen wizard is falsely marked as optional: i18n, gpg4win.
Oct 3 2020, 7:23 PM · kleopatra, Bug Report
werner renamed T5090: The name field of kleo's key gen wizard is falsely marked as optional from Translation in all languages wrong to The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 7:22 PM · kleopatra, Bug Report
werner added a comment to T5090: The name field of kleo's key gen wizard is falsely marked as optional.

The name field is marked as optional but it is mandatory. This should be fixed.

Oct 3 2020, 7:20 PM · kleopatra, Bug Report
Denisov23 changed Version from Kleopatra OpenGPG 2.2.23 Gpg4win 3.1.13 to Kleopatra OpenGPG 2.2.23 Gpg4win 3.1.13 Win 10 on T5090: The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 4:08 PM · kleopatra, Bug Report
Denisov23 changed Version from Kleopatra OpenGPG 2.2.23 to Kleopatra OpenGPG 2.2.23 Gpg4win 3.1.13 on T5090: The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 4:07 PM · kleopatra, Bug Report
Denisov23 added projects to T5090: The name field of kleo's key gen wizard is falsely marked as optional: i18n, kleopatra.
Oct 3 2020, 12:38 PM · kleopatra, Bug Report
Denisov23 created T5090: The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 12:29 PM · kleopatra, Bug Report

Oct 2 2020

gostal added a comment to T5088: gpgme-1-13-1 test failure and errors and build errors.

Thinking that maybe the gcc version is too old I tried using instead CentOS gcc7 development environment (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) (which doesn't come out of the box). This was an educated guess as c99 is only partially supported in gcc-4.8.5. I have now successfully built:
libgpg-error-1.39
libassuan-2.5.3
gpgme-1.14.0
using gcc 7.3.1. All make check tests have passed.

Oct 2 2020, 3:02 PM · gpgme, toolchain, Bug Report
gostal added a comment to T5088: gpgme-1-13-1 test failure and errors and build errors.

The json problem can be overcome by changing the configure line to:

Oct 2 2020, 11:30 AM · gpgme, toolchain, Bug Report

Oct 1 2020

MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Actually I don't use systemd unit to start gpg-agent (creating that service file in systemd and make it start automatically) but I run it manually within the script. Also the script has selfcheck not to run multiple gpg-agent like below:

Oct 1 2020, 9:32 PM · gnupg (gpg22), Bug Report
gostal created T5089: gnupg-2.2.20 build error.
Oct 1 2020, 5:35 PM · Not A Bug
gostal created T5088: gpgme-1-13-1 test failure and errors and build errors.
Oct 1 2020, 5:14 PM · gpgme, toolchain, Bug Report
faultylee added a comment to T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.

We encountered the same issue today, and below is the debug messages. It works as expected once we downgraded to 2.2.21. We're on Arch Linux.

Oct 1 2020, 3:36 PM · Restricted Project, gnupg, Bug Report
werner added a comment to T5087: Not possible to create a new key.

Version 2 is a bit too unspecific. Which version of what software are you using. Which OS?

Oct 1 2020, 2:58 PM · Bug Report, gpg4win
FJKoenig created T5087: Not possible to create a new key.
Oct 1 2020, 2:15 PM · Bug Report, gpg4win
gniibe changed the status of T5074: Leaking fd from Open to Testing.
Oct 1 2020, 4:21 AM · Restricted Project, gpgme, Bug Report
gniibe claimed T5074: Leaking fd.

Good catch. Thank you.

Oct 1 2020, 4:18 AM · Restricted Project, gpgme, Bug Report

Sep 30 2020

Denisov23 added a comment to T4675: Accented characters not displayed correctly.

Hi,
I corrected all the accents. I created a PR here https://github.com/gpg/gpg4win/pull/3

Sep 30 2020, 10:15 PM · i18n, Bug Report, gpg4win
jdhensel added a comment to T5082: Kleopatra crashed with qwindows.dll..

Any ideas? Is there any other info needed that could help move this along?

Sep 30 2020, 6:00 PM · kleopatra, gpg4win, Bug Report
werner added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

There is a conflict between the systemd based launching of gpg-agent and gpg's own launching of the agent. Further systemd seems to remove the /run/user/UID directory which unlinks gpg-agent's socket. gpg-agent's self-check notices this after a minute and termintates itself.

Sep 30 2020, 7:49 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.

I think that rG61aea64b3c17: scd: Fix the use case of verify_chv2 by CHECKPIN. fixes this issue.

Sep 30 2020, 4:04 AM · Restricted Project, gnupg, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

I observed that the card reader's going erroneous state when I removed a card during its communication.
In this state, it never reports the card removal by the interrupt transfer.
I applied rG920f258eb601: scd: Internal CCID driver: More fix for SPR532. for this problem.

Sep 30 2020, 4:01 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
dlbucy added a comment to T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.

Great, thank you @gniibe.

Sep 30 2020, 1:25 AM · Restricted Project, gnupg, Bug Report
gniibe triaged T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23 as High priority.

Thanks for your report.

Sep 30 2020, 1:20 AM · Restricted Project, gnupg, Bug Report