Page MenuHome GnuPG
Feed Advanced Search

Yesterday

vitusb created T7100: Error in the patch "Allow to disable signing with authenticode-sign.sh".
Tue, Apr 23, 7:44 PM · Bug Report

Mon, Apr 22

gniibe closed T5436: gpg-agent 2.3.1: PIN caching not working for decrypt operations as Resolved.

Please continue on T7041. This ticket is going to be closed (as the problem described was fixed already).

Mon, Apr 22, 8:09 AM · gnupg24, yubikey, Bug Report
werner closed T7093: c23 boolean issue in GPG asschk.c as Resolved.

Okay, fix pushed to master, 2.4, and 2.2. Thanks.

Mon, Apr 22, 8:07 AM · gnupg, Bug Report
gniibe changed the status of T7058: KDF-DO is not properly implemented from Open to Testing.

Applied to 2.4 branch.

Mon, Apr 22, 8:07 AM · scd, gnupg, Bug Report
gniibe changed the status of T7071: gpg: Support of No CRC in ASCII armor from Open to Testing.

Applied to 2.4 branch.

Mon, Apr 22, 8:05 AM · gnupg, Bug Report

Sat, Apr 20

jeffcliff renamed T7093: c23 boolean issue in GPG asschk.c from c23 boolean issue in asschk.c to c23 boolean issue in GPG asschk.c.
Sat, Apr 20, 5:56 AM · gnupg, Bug Report
jeffcliff added a comment to T7093: c23 boolean issue in GPG asschk.c.
  • gnupg-2.4.5/tests/asschk.c 2023-04-04 02:28:39.000000000 -0600

+++ gnupg-2.4.5-c23/tests/asschk.c 2024-04-19 21:21:36.460724329 -0600
@@ -656,13 +656,13 @@
static int
eval_boolean (const char *cond)
{

  • int true = 1;

+ int tr = 1;

Sat, Apr 20, 5:50 AM · gnupg, Bug Report
jeffcliff created T7093: c23 boolean issue in GPG asschk.c.
Sat, Apr 20, 5:38 AM · gnupg, Bug Report

Tue, Apr 16

mdawar added a comment to T5436: gpg-agent 2.3.1: PIN caching not working for decrypt operations.

Yes I have pcsc-shared in my scdaemon.conf.
I've just tried removing both pcsc-shared and disable-application piv and PIN caching worked as expected.

Tue, Apr 16, 8:00 AM · gnupg24, yubikey, Bug Report
gniibe added a comment to T5436: gpg-agent 2.3.1: PIN caching not working for decrypt operations.

Are you using PC/SC shared mode? If so, it may be the case of T7041.

Tue, Apr 16, 7:16 AM · gnupg24, yubikey, Bug Report

Mon, Apr 15

werner edited projects for T5436: gpg-agent 2.3.1: PIN caching not working for decrypt operations, added: gnupg24; removed gnupg (gpg23).
Mon, Apr 15, 8:58 PM · gnupg24, yubikey, Bug Report
werner reopened T5436: gpg-agent 2.3.1: PIN caching not working for decrypt operations as "Open".
Mon, Apr 15, 8:58 PM · gnupg24, yubikey, Bug Report
mdawar added a comment to T5436: gpg-agent 2.3.1: PIN caching not working for decrypt operations.

I just wanted to report that I'm having this issue on Fedora 39, with GnuPG version 2.4.4.
I'm being asked for the PIN for every operation (Sign, Decrypt, Authenticate) I'm having this issue on 2 different laptops using YubiKey 5C NFC and YubiKey 5C Nano (Firmware version: 5.4.3).
I tried disabling PIV (disable-application piv) and then PIN caching started working again, so I just wanted to report this as it's marked as resolved.

Mon, Apr 15, 8:20 PM · gnupg24, yubikey, Bug Report
gniibe added a comment to T7058: KDF-DO is not properly implemented.

@mwalle Thank you for your testing.
Applied to master.
After testing, I'll also apply to 2.4 branch.

Mon, Apr 15, 4:14 AM · scd, gnupg, Bug Report

Fri, Apr 12

mwalle added a comment to T7058: KDF-DO is not properly implemented.

FWIW, I've tested this patch and it works fine with both KDF as a constructed tag and as a primitive tag.

Fri, Apr 12, 2:30 PM · scd, gnupg, Bug Report
gniibe added a comment to T7058: KDF-DO is not properly implemented.

I'm considering applying the following patch. With this change, scdaemon will works well with a card implementation which consider F9 (wrongly) as primitive data object, as well as correct card implementation.

diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 26ac91ea2..09223ce33 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -410,6 +410,10 @@ get_cached_data (app_t app, int tag,
   size_t len;
   struct cache_s *c;
   int exmode;
+  int do_constructed = 0;
+
+  if ((tag < 0x0100 && (tag & 0x20)) || (tag >= 0x0100 && (tag & 0x2000)))
+    do_constructed = 1;
Fri, Apr 12, 9:01 AM · scd, gnupg, Bug Report

Tue, Apr 9

werner added projects to T7066: Communication with Yubikey hangs in scdaemon: yubikey, Arch.
Tue, Apr 9, 1:44 PM · Arch, yubikey, Bug Report
werner triaged T7041: Yubikey (PGP + PIV) --pcsc-shared: PIN requires every time as Normal priority.
Tue, Apr 9, 1:42 PM · yubikey, gnupg24, scd, Bug Report
gniibe added a comment to T7071: gpg: Support of No CRC in ASCII armor.

Applied to master. If no problem will be found, I'll apply to 2.4 branch too.
Let's see.

Tue, Apr 9, 7:16 AM · gnupg, Bug Report

Mon, Apr 8

werner added a comment to T7074: gpg fails with error if you delete the ~/.gnupg directory.

I guess the agent was still running when you deleted and soon re-created the ~/.gnupg directory. The agent is responsible for the private keys subdir and it did not yet noticed that its homedir (and thie subdir) vanished. Depending on your system the agent should terminate itself after some time in case the homedirectory was deleted. Thus to remove the homedir please use

Mon, Apr 8, 8:52 AM · Support, gnupg
gniibe updated the task description for T7071: gpg: Support of No CRC in ASCII armor.
Mon, Apr 8, 4:36 AM · gnupg, Bug Report

Sun, Apr 7

bryonbaker updated the task description for T7074: gpg fails with error if you delete the ~/.gnupg directory.
Sun, Apr 7, 8:39 AM · Support, gnupg
bryonbaker updated the task description for T7074: gpg fails with error if you delete the ~/.gnupg directory.
Sun, Apr 7, 8:38 AM · Support, gnupg
bryonbaker updated the task description for T7074: gpg fails with error if you delete the ~/.gnupg directory.
Sun, Apr 7, 8:38 AM · Support, gnupg
bryonbaker created T7074: gpg fails with error if you delete the ~/.gnupg directory.
Sun, Apr 7, 8:33 AM · Support, gnupg

Fri, Apr 5

TobiasFella moved T6447: Kleopatra: "imported certificates" tab inconsistencies from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Fri, Apr 5, 12:02 PM · Restricted Project, Bug Report, kleopatra
TobiasFella moved T6950: Kleopatra: Usability improvements for directory services configuration from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Fri, Apr 5, 10:35 AM · Restricted Project, Bug Report, gpg4win
TobiasFella claimed T6950: Kleopatra: Usability improvements for directory services configuration.
Fri, Apr 5, 10:34 AM · Restricted Project, Bug Report, gpg4win
gniibe added a comment to T7071: gpg: Support of No CRC in ASCII armor.

The following patch works.

Fri, Apr 5, 9:32 AM · gnupg, Bug Report

Thu, Apr 4

gniibe claimed T7071: gpg: Support of No CRC in ASCII armor.
Thu, Apr 4, 9:03 AM · gnupg, Bug Report
gniibe created T7071: gpg: Support of No CRC in ASCII armor.
Thu, Apr 4, 9:02 AM · gnupg, Bug Report

Wed, Apr 3

werner closed T6515: GPG in FIPS mode spits out useless "out of core handler ignored in FIPS mode" message on every execution as Resolved.
Wed, Apr 3, 9:28 AM · FIPS, Bug Report

Tue, Apr 2

Mnaisoa added a comment to T3907: Internal error when encrypting to cacert certificate.
Tue, Apr 2, 9:27 AM · Bug Report, S/MIME, gpg4win
Mnaisoa added a comment to T7039: Kleopatra: Configuration dialog doesn't work.
Tue, Apr 2, 4:31 AM · KF6, kleopatra, Restricted Project, Bug Report

Fri, Mar 29

npreining added a comment to T7066: Communication with Yubikey hangs in scdaemon.

Please wait investigating it, a downgrade of the *kernel* from 6.8.2 to 6.8.1 helped. It seemed the USB communication got broken with 6.8.2. I am investigating

Fri, Mar 29, 10:10 AM · Arch, yubikey, Bug Report
npreining added a comment to T7066: Communication with Yubikey hangs in scdaemon.

I rebooted, edited the scdaemon.conf to match the above, and tried gpg --edit-card with the yubikey plugged in. It resulted in the same output:

Fri, Mar 29, 1:14 AM · Arch, yubikey, Bug Report

Thu, Mar 28

werner triaged T7068: Two typos in italian i18n PO file as Normal priority.
Thu, Mar 28, 3:32 PM · gnupg, i18n, Bug Report
cage2 created T7068: Two typos in italian i18n PO file.
Thu, Mar 28, 2:15 PM · gnupg, i18n, Bug Report
Jakuje added a comment to T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them.

For the reference, for now i just did the dummy install in the Fedora spec file:

Thu, Mar 28, 1:30 PM · pinentry, Bug Report
werner added a comment to T7066: Communication with Yubikey hangs in scdaemon.

Please use

Thu, Mar 28, 1:22 PM · Arch, yubikey, Bug Report
werner assigned T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them to TobiasFella.

Tobias, if you find some time, can you please see how this can be done.

Thu, Mar 28, 1:18 PM · pinentry, Bug Report
ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

Trying to reach Ralph Seichter via the eMail address he is using failed – Osterferien?

Thu, Mar 28, 12:41 PM · gpgme, MacOS, Bug Report
npreining created T7066: Communication with Yubikey hangs in scdaemon.
Thu, Mar 28, 12:16 PM · Arch, yubikey, Bug Report
Jakuje created T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them.
Thu, Mar 28, 12:15 PM · pinentry, Bug Report
ebo closed T6830: Kleopatra: Smart card view does not show any certificates if one certficate could not be listed as Resolved.

The certificates from the same test smart card work in Version 3.2.2.231170 (Gpg4win-4.3.1), too, but there all certificates are shown, that is one more than in the VSD version. Seems gpg2.4 can handle certificates which 2.2 does not accept. But that is nothing to complain about.

Thu, Mar 28, 11:46 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra, Bug Report
werner added a comment to T7058: KDF-DO is not properly implemented.

Please keep also in mind that the OpenPGP card specification has always and is still developed along with GnuPG . Thus if there are any uncertainties in the specification GnuPG's way of handling thing is the way to go. If there is a way to chnage things without risking any breakage we can of course fix that. In all other cases we need to continue wit the current way. For larger changes in the spec we can of course cleanup stuff - Achim is currently reworking on a revision.

Thu, Mar 28, 10:05 AM · scd, gnupg, Bug Report
mwalle added a comment to T7058: KDF-DO is not properly implemented.

Please keep in mind, that it is not only about GnuPG and the OpenPGP card, but also between GnuPG and other PGP applications. I'm not really sure what the recent commit is doing, if it only affect the reading or also the writing of the data. But IMHO GnuPG should stick to the standard also if writing the KDF DO data because eventually, it will be used for authentication with the card.

Thu, Mar 28, 9:06 AM · scd, gnupg, Bug Report

Wed, Mar 27

aheinecke added a comment to T7052: Kleopatra does not show key length in GnuPG-VS-Desktop.

FYI as a VSD customer you have access to support. Please check Help-> about Kleopatra for the infos,

Wed, Mar 27, 12:29 PM · Bug Report, gpg4win
ebo updated the task description for T5304: Kleopatra: Main certificate view does not keep selected column width.
Wed, Mar 27, 12:07 PM · Restricted Project, Bug Report, kleopatra, gpg4win
ebo moved T5304: Kleopatra: Main certificate view does not keep selected column width from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Wed, Mar 27, 12:00 PM · Restricted Project, Bug Report, kleopatra, gpg4win
ebo changed the status of T5304: Kleopatra: Main certificate view does not keep selected column width from Open to Testing.

In a current version I see this at least if I do not quit Kleopatra completely and restart to another screen setting. Further testing at the moment is not warranted, as there will be changes to the columns handling with the switch to Qt6. (T6924)

Wed, Mar 27, 12:00 PM · Restricted Project, Bug Report, kleopatra, gpg4win
aheinecke added a comment to T7052: Kleopatra does not show key length in GnuPG-VS-Desktop.

Btw compare the Kleopatra versions in Gpg4win and your VSD Version. They should mostly be identical with VSD maybe lagging a bit behind, Or your emplayer has not updated VSD. Many don't

Wed, Mar 27, 11:59 AM · Bug Report, gpg4win
aheinecke closed T7052: Kleopatra does not show key length in GnuPG-VS-Desktop as Resolved.
Wed, Mar 27, 11:56 AM · Bug Report, gpg4win
aheinecke triaged T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option as Normal priority.
Wed, Mar 27, 11:56 AM · Restricted Project, kleopatra, Bug Report
ebo added a project to T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing: Support.
Wed, Mar 27, 11:26 AM · Support
aheinecke triaged T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing as Low priority.

I cannot think of any of our products where you cannot chose the signing key.

Wed, Mar 27, 11:04 AM · Support
ebo added a comment to T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing.

From your description it is not clear what you did exactly.

Wed, Mar 27, 10:42 AM · Support
ebo added a comment to T7052: Kleopatra does not show key length in GnuPG-VS-Desktop.

I assume you mean the information shown in the subkeys window int the column "Strength"?

Wed, Mar 27, 9:31 AM · Bug Report, gpg4win
gniibe added a comment to T7058: KDF-DO is not properly implemented.

Given the situation where GnuPG works well with existing OpenPGP card implementations, what we should do here is, perhaps:

Wed, Mar 27, 2:37 AM · scd, gnupg, Bug Report
gniibe added a comment to T7058: KDF-DO is not properly implemented.

There are multiple problems described in your report. Let us handle one by one.

Wed, Mar 27, 2:24 AM · scd, gnupg, Bug Report

Tue, Mar 26

werner triaged T7058: KDF-DO is not properly implemented as Normal priority.
Tue, Mar 26, 10:11 AM · scd, gnupg, Bug Report
werner added projects to T7058: KDF-DO is not properly implemented: gnupg, scd.
Tue, Mar 26, 10:11 AM · scd, gnupg, Bug Report
mwalle created T7058: KDF-DO is not properly implemented.
Tue, Mar 26, 12:39 AM · scd, gnupg, Bug Report

Mon, Mar 25

werner closed T7047: GnuPG release target authenticode signs files double as Resolved.

I am still not sure why I noticed the double signing but with the new stamp feature we have an effective way to avoid long delays due to authenticode signing. Some gmake macro guru might want to look at gpg4win.mk.in to get rid of the duplicate rule ignore messages.

Mon, Mar 25, 4:50 PM · Bug Report, gnupg
werner triaged T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger as Normal priority.

strcasecmp is pretty standard on Unix. However, in GnuPG we test for it and mostly use our own ascii_strcasecmp to avoid fun with locales. Ralph Seichter is providing macOS builds for GnuPG (https://sourceforge.net/p/gpgosx/docu/Download/) . Maybe it is worth to contact him via the gnugp-devel mailing list and ask him whether he has experience with your toochain.

Mon, Mar 25, 1:27 PM · gpgme, MacOS, Bug Report
ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

By adding "-Wl,-t" to the arguments g++ reported:

Mon, Mar 25, 10:35 AM · gpgme, MacOS, Bug Report
ballapete added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

Libtool invocation has "--tag=CXX --mode=link /opt/local/bin/g++-mp-7 -std=c++11 -pipe -Os -std=c++17 -D_GLIBCXX_USE_CXX11_ABI=0", but g++ then has no -lstdc++ – in C -lc is automatically used because there all C library functions can be taken from… (same for mathematical functions and -lm)

Mon, Mar 25, 9:52 AM · gpgme, MacOS, Bug Report
ikloecker added a comment to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.

It seems libtool fails to add the standard C and C++ libraries to the link command line. On Linux I have "[...] -lstdc++ -lm -lc [...]" in the libtool link command line. Looks like a bug in the tooling (macports or libtool).

Mon, Mar 25, 9:12 AM · gpgme, MacOS, Bug Report

Mar 24 2024

werner edited projects for T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger, added: gpgme; removed gpgme (gpgme 1.23.x).
Mar 24 2024, 7:10 PM · gpgme, MacOS, Bug Report
ballapete added projects to T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger: gpgme (gpgme 1.23.x), MacOS.
Mar 24 2024, 8:38 AM · gpgme, MacOS, Bug Report

Mar 23 2024

ballapete created T7056: GPGme 1.23.2 has Undefined symbols: "strcasecmp(char const*, char const*)" on Mac OS X 10.4.11, PPC Tiger.
Mar 23 2024, 7:03 PM · gpgme, MacOS, Bug Report
werner edited projects for T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing, added: vsd, kleopatra, Restricted Project; removed gpg4win.
Mar 23 2024, 1:30 PM · Support
werner closed T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) as Resolved.
Mar 23 2024, 1:29 PM · gpgagent, gnupg22, gpgme, Gentoo, Bug Report
thesamesam added a comment to T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)).

Thanks, that patch works for me.

Mar 23 2024, 12:24 PM · gpgagent, gnupg22, gpgme, Gentoo, Bug Report

Mar 22 2024

tps800 created T7053: If there are more than one S/MIME Keys you can select the key for encription, but not the key used for signing.
Mar 22 2024, 1:52 PM · Support
tps800 created T7052: Kleopatra does not show key length in GnuPG-VS-Desktop.
Mar 22 2024, 1:46 PM · Bug Report, gpg4win

Mar 21 2024

werner added a comment to T7047: GnuPG release target authenticode signs files double.

And we should also use timestamps for each signed file so that we don't need to re-sign all of them over and over during build process tweaking.

Mar 21 2024, 5:52 PM · Bug Report, gnupg
TobiasFella claimed T7039: Kleopatra: Configuration dialog doesn't work.
Mar 21 2024, 10:57 AM · KF6, kleopatra, Restricted Project, Bug Report
TobiasFella moved T7039: Kleopatra: Configuration dialog doesn't work from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 21 2024, 10:57 AM · KF6, kleopatra, Restricted Project, Bug Report
TobiasFella changed the status of T7039: Kleopatra: Configuration dialog doesn't work from Open to Testing.
Mar 21 2024, 10:56 AM · KF6, kleopatra, Restricted Project, Bug Report
ikloecker changed the status of T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option from Open to Testing.

Fixed in master.

Mar 21 2024, 8:54 AM · Restricted Project, kleopatra, Bug Report

Mar 20 2024

ikloecker claimed T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option.
Mar 20 2024, 2:14 PM · Restricted Project, kleopatra, Bug Report
ikloecker created T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option.
Mar 20 2024, 2:14 PM · Restricted Project, kleopatra, Bug Report

Mar 19 2024

werner added a comment to T7044: Deadlock on Windows in sdaemon.

The reset was due to running gpg-connect-agent reset /bye. I am currently testing something elese will get back as soon as I can turn back to 2.4

Mar 19 2024, 10:22 AM · Bug Report, Windows, gnupg24
werner closed T7042: AEAD mode does not properly handle modified cipher text as Resolved.

Note that this has also been ported to 2.4 and 2.2 and tested by looking at the status lines.

Mar 19 2024, 10:14 AM · gnupg26, Bug Report
gniibe added a comment to T7044: Deadlock on Windows in sdaemon.

There are two locks here; (1) rw_lock for card_top (list of cards) access and (2) individual card lock.
It looks for me that:

  • don't know how/what the thread 7208.2 does
  • the thread 7208.3: KEYINFO, then PKSIGN (gets read lock for card_top, then, individual card lock)
  • the thread 7208.4: SERIALNO --all (and wait for write lock for card_top)
Mar 19 2024, 7:33 AM · Bug Report, Windows, gnupg24

Mar 18 2024

werner moved T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) from Backlog to QA on the gnupg22 board.
Mar 18 2024, 4:24 PM · gpgagent, gnupg22, gpgme, Gentoo, Bug Report
werner moved T6997: gnupg-2.4.4 breaks dirmngr fetching keys via hkps:// from behind a proxy from WiP to QA on the gnupg22 board.
Mar 18 2024, 4:22 PM · gnupg24 (gnupg-2.4.5), gnupg22, Bug Report
werner moved T6811: gpgv: Read-only trustedkeys.kbx should not be compressed from WiP to QA on the gnupg22 board.
Mar 18 2024, 4:22 PM · gnupg24 (gnupg-2.4.5), gnupg22, gpgv, Bug Report
werner moved T7025: --trusted-key and --no-options mismatch from WiP to QA on the gnupg22 board.
Mar 18 2024, 4:22 PM · gnupg24 (gnupg-2.4.5), Bug Report, gnupg22
werner created T7047: GnuPG release target authenticode signs files double.
Mar 18 2024, 3:20 PM · Bug Report, gnupg
werner triaged T7044: Deadlock on Windows in sdaemon as High priority.
Mar 18 2024, 8:48 AM · Bug Report, Windows, gnupg24

Mar 14 2024

werner changed the status of T7042: AEAD mode does not properly handle modified cipher text from Open to Testing.
Mar 14 2024, 9:55 PM · gnupg26, Bug Report
werner triaged T7042: AEAD mode does not properly handle modified cipher text as High priority.
Mar 14 2024, 9:48 PM · gnupg26, Bug Report
werner added a project to T7042: AEAD mode does not properly handle modified cipher text: gnupg26.

Thanks for reporting this. Returning error codes to upper layers is not always easy because the original logic is that we have a global error counter to decide whether an operation succeeded. My fix to check the error code before emitting the DECRYPTION_OKAY status,

Mar 14 2024, 9:48 PM · gnupg26, Bug Report

Mar 13 2024

marcus added a comment to T7042: AEAD mode does not properly handle modified cipher text.

handle_plaintext gets data returned by iobuf_read, and does not check the error status of the iobuf object.

Mar 13 2024, 5:07 PM · gnupg26, Bug Report
TobiasFella claimed T7006: Problems in ToolBar.
Mar 13 2024, 4:21 PM · kleopatra, Bug Report, gpg4win
marcus created T7042: AEAD mode does not properly handle modified cipher text.
Mar 13 2024, 3:47 PM · gnupg26, Bug Report
werner added a project to T7039: Kleopatra: Configuration dialog doesn't work: KF6.
Mar 13 2024, 9:35 AM · KF6, kleopatra, Restricted Project, Bug Report
werner added a comment to T7041: Yubikey (PGP + PIV) --pcsc-shared: PIN requires every time.

But only if you can figure out in a transaction or locked sytate whether the card needs a verify. Otherwise we have a race between changing the PIN and verifying a PIN.

Mar 13 2024, 9:25 AM · yubikey, gnupg24, scd, Bug Report