Page MenuHome GnuPG
Feed Advanced Search

Nov 3 2020

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
gniibe claimed T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.
Sep 30 2020, 1:19 AM · Restricted Project, gnupg, Bug Report
dlbucy created T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.
Sep 30 2020, 12:32 AM · Restricted Project, gnupg, Bug Report

Sep 29 2020

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

Update found out the answer for this mystery but I need to know why from you guys:

Sep 29 2020, 12:43 PM · gnupg (gpg22), Bug Report

Sep 28 2020

CaveTheCave added a comment to T5069: Concurrent auto-start of gpg-agent by multiple gpg instances..

With all respect. Should I wait for a follow-up or I should consider this case as closed?

Sep 28 2020, 8:57 PM · Not A Bug, No Response, Info Needed, gnupg (gpg22), Windows, Bug Report
werner closed T1938: --list-sigs on a keybox is extremely slow as Resolved.

With 2.3 we add the keyboxd which uses sqlite (and thus indices) as database. This makes lookups much much faster and avoids problems with several processes accessing the pubring.kbx. If you want to try this you can do so with 2.3:

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

The patch rG684a52dffa8b: scd: Change handling of SPR532 card reader. makes me happier. It is more stable.

Sep 28 2020, 6:37 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

This is also what I found out with my tests with the libvirt usb: removing and redirecting back the device got it working again.

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

Testing more, I managed to encounter failure with physical usb.
Once in this failure mode, I need to remove the card reader from USB and reinsert again.
I need to figure out a sequence to avoid this situation and to reset the card reader correctly.

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

I tested with physical usb, did multiple operations with external events (insert/remove/etc. for card). I haven't seen any problem (if so, I were doing more fixes), so far.

Sep 28 2020, 1:44 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 26 2020

werner claimed T5084: Using GPGWin 3.1.13, Putty fails to load the private key from a YubiKey.

That code in gnupg has not been touched in a very long time so this may be caused by some side effect.

Sep 26 2020, 2:29 PM · gnupg, ssh, Bug Report, gpg4win
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Ok. Tried to test this with master, but failed. I got it compiled and installed, and it actually detected the first removal after reboot/suspend/reader attach/whatever reason, but after that when I inserted the card back, it didn't function anymore. I suppose you also tried that? I mean that's the use case, I suppose: to be able to remove/insert the card reliably all day long.

Sep 26 2020, 2:03 PM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 25 2020

ahuemmer updated the task description for T5084: Using GPGWin 3.1.13, Putty fails to load the private key from a YubiKey.
Sep 25 2020, 8:36 PM · gnupg, ssh, Bug Report, gpg4win
ahuemmer created T5084: Using GPGWin 3.1.13, Putty fails to load the private key from a YubiKey.
Sep 25 2020, 8:35 PM · gnupg, ssh, Bug Report, gpg4win
werner added projects to T5082: Kleopatra crashed with qwindows.dll.: gpg4win, kleopatra.
Sep 25 2020, 9:03 AM · kleopatra, gpg4win, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Currently, yes. After some testing, I'll backport it to 2.2.

Sep 25 2020, 2:03 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 24 2020

jdhensel created T5082: Kleopatra crashed with qwindows.dll..
Sep 24 2020, 10:56 PM · kleopatra, gpg4win, Bug Report