Page MenuHome GnuPG
Feed Advanced Search

Yesterday

alexk added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

I created a Go test program that runs several Go routines, each of which verifies a byte array loaded from a file in advance. Each go-routine is spawned with a configurable delay in milliseconds. I tested it with 100 iterations, which resulted in at least 50 parallel processes. Each verification process uses its own context, as Crio does. I didn't encounter any errors.

Here is my repository with a README containing more information: https://git.sr.ht/~kulbartsch/gpgmego-verify-load-test

Sat, Jul 12, 12:27 PM · golang, gpgme, Bug Report

Fri, Jul 11

ebo added a comment to T7709: Decryption with smartcard keys broken.

I have not tested this extensively but it seems to me after some fast checks that the pivotal point here is the usage of a brainpool key on a smart card for the decryption.

Fri, Jul 11, 11:35 AM · Bug Report, gpd5x
ebo added a comment to T7709: Decryption with smartcard keys broken.

I have not tested this extensively but it seems to me after some fast checks that the pivotal point here is the usage of a brainpool key on a smart card for the decryption.

Fri, Jul 11, 11:27 AM · Bug Report, gpd5x
gniibe added a comment to T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error.

Here is an experimental change to support the feature.

Fri, Jul 11, 10:50 AM · gpgrt, Feature Request, Bug Report
gniibe added a comment to T7720: w32: Synchronous spawning gpg-agent/dirmngr/keyboxd.

I'm testing the following patch with experimental change of libgpg-error.

Fri, Jul 11, 10:45 AM · gnupg, Feature Request, Bug Report
gniibe triaged T7720: w32: Synchronous spawning gpg-agent/dirmngr/keyboxd as Wishlist priority.
Fri, Jul 11, 10:44 AM · gnupg, Feature Request, Bug Report
gniibe renamed T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error from gpgrt:w32: Spawn detached process, with standard input and standard error to gpgrt:w32: Synchronous spawning detached process, with standard input and standard error.
Fri, Jul 11, 10:39 AM · gpgrt, Feature Request, Bug Report

Thu, Jul 10

ebo triaged T7706: Okular: "Save as" does not work as Normal priority.

Likely connected to T7705: Okular: Error on signature if the original file is overwritten

Thu, Jul 10, 4:05 PM · Bug Report, okular, gpd5x
ebo triaged T7705: Okular: Error on signature if the original file is overwritten as Normal priority.

I can confirm this.

Thu, Jul 10, 4:00 PM · Bug Report, okular, gpd5x
werner added a comment to T7138: Windows (Semi-hosted environment): filename and network access.

We already have an initialization function in gpgrt which is thread-safe at least if used as a DLL. Maybe move the check to there.

Thu, Jul 10, 10:03 AM · gnupg, Bug Report
gniibe added a comment to T7138: Windows (Semi-hosted environment): filename and network access.

In libgpg-error, we have: rE65114f24e13f: w32: More changes to the extended length path handling.

Thu, Jul 10, 3:51 AM · gnupg, Bug Report

Wed, Jul 9

gniibe updated the task description for T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error.
Wed, Jul 9, 9:07 AM · gpgrt, Feature Request, Bug Report
gniibe triaged T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error as Wishlist priority.
Wed, Jul 9, 6:44 AM · gpgrt, Feature Request, Bug Report
gniibe claimed T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error.
Wed, Jul 9, 6:44 AM · gpgrt, Feature Request, Bug Report
gniibe created T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error.
Wed, Jul 9, 6:43 AM · gpgrt, Feature Request, Bug Report

Tue, Jul 8

ikloecker added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

Staring at some Process Monitor logs I noticed that dirmngr wastes 3-4 seconds trying to connect to localhost:9050 and localhost:9150 looking for tor. After adding no-use-tor to dirmngr.conf dirmngr starts reasonably fast.

Tue, Jul 8, 3:16 PM · Bug Report, gpd5x, okular

Mon, Jul 7

ikloecker added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

I have built the run-* test programs of gpgme for Windows. run-keylist --cms --secret takes about 23 seconds. 3.7 seconds are gpgme initialization/setup (gpgconf --list-dirs, gpgconf --list-components, gpg --version, gpgsm --version, gpgconf --version). Most time (2 x 6-8 s) is lost starting gpg-agent and dirmngr. (keyboxd is not enabled here.)

Mon, Jul 7, 3:47 PM · Bug Report, gpd5x, okular

Fri, Jul 4

timegrid added a comment to T7709: Decryption with smartcard keys broken.

commands with -v

Fri, Jul 4, 1:59 PM · Bug Report, gpd5x
werner added a comment to T7709: Decryption with smartcard keys broken.

Please always add -v t commands like "gpg --decrypt test.txt.gpg". To decide whether this is smartcard or gpg-agent releated, I need to see a log file form gpg-agent and scdaemon. The latter is more important. I would suggest "debug ipc,app,cardio"

Fri, Jul 4, 1:27 PM · Bug Report, gpd5x

Thu, Jul 3

gniibe closed T7648: Decryption to a Ky768_Cv25519 key does not work if the Cv25519 key is on a token as Resolved.
Thu, Jul 3, 7:14 AM · PQC, Bug Report

Wed, Jul 2

TobiasFella renamed T7709: Decryption with smartcard keys broken from Kleopatra: Decryption with smartcard keys broken to Decryption with smartcard keys broken.
Wed, Jul 2, 12:40 PM · Bug Report, gpd5x

Tue, Jul 1

timegrid closed T7702: Kleopatra: Printing on win11 aborts silently as Resolved.

Ok, it was a missing update (although windows claimed to be up-to-date).
After installing 2025-06 [...] KB5060829 the Microsoft Print to PDF feature is available again and printing also works in Kleopatra/Okular.

Tue, Jul 1, 6:49 PM · Windows, Bug Report, kleopatra, gpd5x
ikloecker changed the status of T7703: Kleopatra: Validity icons in selected rows missing from Open to Testing.

A second patch fixes the problem with the button in the smart card view.

Tue, Jul 1, 4:57 PM · Bug Report, kleopatra, gpd5x
ikloecker added a comment to T7703: Kleopatra: Validity icons in selected rows missing.

I have added a patch to disable recoloring of the status icons in Gpg4win. This ensures that the status icons in the selected rows don't get all-white.

Tue, Jul 1, 4:09 PM · Bug Report, kleopatra, gpd5x
ikloecker added a comment to T7703: Kleopatra: Validity icons in selected rows missing.

Upstream bug report for invisible status icons: https://bugs.kde.org/show_bug.cgi?id=506434 (Icon coloring is inherently incompatible with colored Breeze status icons)

Tue, Jul 1, 3:47 PM · Bug Report, kleopatra, gpd5x
timegrid added a comment to T7702: Kleopatra: Printing on win11 aborts silently.

It's also the same error in Okular, when a pdf is printed.

Tue, Jul 1, 2:18 PM · Windows, Bug Report, kleopatra, gpd5x
timegrid added a comment to T7702: Kleopatra: Printing on win11 aborts silently.

Same on gpg4win-4.4.1 @ win11 (here a bit more debugview context)

3	3.503991	8584	kleopatra.exe	org.kde.pim.kleopatra: Paperkey export finished:  0 status:  QProcess::NormalExit
4	3.691599	8584	kleopatra.exe	QPrintDialog: Cannot be used on non-native printers
5	3.691981	8584	kleopatra.exe	QPrintDialog: Cannot be used on non-native printers
6	3.692752	8584	kleopatra.exe	org.kde.pim.kleopatra: Printing aborted.
Tue, Jul 1, 1:44 PM · Windows, Bug Report, kleopatra, gpd5x
TobiasFella added a comment to T7702: Kleopatra: Printing on win11 aborts silently.

Works fine here.

Tue, Jul 1, 1:29 PM · Windows, Bug Report, kleopatra, gpd5x
timegrid added a comment to T7709: Decryption with smartcard keys broken.

version

C:\Users\g10\Desktop\tmp\scdecrypt>gpg --version
gpg (GnuPG) 2.5.8
libgcrypt 1.11.1
Copyright (C) 2025 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Tue, Jul 1, 1:26 PM · Bug Report, gpd5x
ikloecker added a comment to T7709: Decryption with smartcard keys broken.

gpg --version?
gpg -K?

Tue, Jul 1, 1:18 PM · Bug Report, gpd5x
timegrid updated the task description for T7709: Decryption with smartcard keys broken.
Tue, Jul 1, 12:45 PM · Bug Report, gpd5x
timegrid added a comment to T7709: Decryption with smartcard keys broken.

You're right, it also errors on gpg directly:

Tue, Jul 1, 12:44 PM · Bug Report, gpd5x
ikloecker claimed T7703: Kleopatra: Validity icons in selected rows missing.
Tue, Jul 1, 12:25 PM · Bug Report, kleopatra, gpd5x
TobiasFella added a comment to T7709: Decryption with smartcard keys broken.

I can't reproduce. Please check whether this works if you use gpg directly; it's a bit unlikely that this is kleopatra-specific, since kleopatra doesn't really care whether the key is on a smartcard or not.

Tue, Jul 1, 12:18 PM · Bug Report, gpd5x

Mon, Jun 30

ikloecker added a comment to T7639: Kleopatra: Version information sometimes not shown..

If this should also work in gpg4win-5.0.0-beta336 @ win10 (beta compliance mode), it does not:

Mon, Jun 30, 4:48 PM · vsd33, Bug Report, gpd5x, kleopatra
timegrid added a comment to T7639: Kleopatra: Version information sometimes not shown..

If this should also work in gpg4win-5.0.0-beta336 @ win10 (beta compliance mode), it does not:

Mon, Jun 30, 4:31 PM · vsd33, Bug Report, gpd5x, kleopatra
timegrid closed T7711: Kleopatra: Disabled smartcard keys displayed in cert selection as Wontfix.

This only happens, if the smartcard key

  • is the only key in the keyring or
  • was used for sign/encrypt earlier and thus saved as selection default.
Mon, Jun 30, 4:09 PM · Bug Report, gpd5x, kleopatra
ikloecker renamed T7711: Kleopatra: Disabled smartcard keys displayed in cert selection from Kleopatra: Deactivated smartcard keys displayed in cert selection to Kleopatra: Disabled smartcard keys displayed in cert selection.
Mon, Jun 30, 3:17 PM · Bug Report, gpd5x, kleopatra
timegrid created T7711: Kleopatra: Disabled smartcard keys displayed in cert selection.
Mon, Jun 30, 2:38 PM · Bug Report, gpd5x, kleopatra
timegrid created T7709: Decryption with smartcard keys broken.
Mon, Jun 30, 1:08 PM · Bug Report, gpd5x
timegrid moved T7232: Kleopatra: Crash on startup when CMS is disabled from Backlog to Done on the gpd5x board.

Thanks, confirmed then, moving to Done.

Mon, Jun 30, 12:12 PM · gpd5x, Bug Report, kleopatra
ikloecker added a comment to T7232: Kleopatra: Crash on startup when CMS is disabled.

With above configuration it seems to work on gpg4win-5.0.0-beta336 @ win10.
Any way to verify in kleopatra, that the setting was applied?

Mon, Jun 30, 11:50 AM · gpd5x, Bug Report, kleopatra
timegrid moved T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab from Backlog to Done on the gpd5x board.

Looks good to me on gpg4win-5.0.0-beta336 @ win10.

Mon, Jun 30, 9:05 AM · gpd5x, kleopatra, Bug Report
timegrid added a comment to T7232: Kleopatra: Crash on startup when CMS is disabled.

With above configuration it seems to work on gpg4win-5.0.0-beta336 @ win10.
Any way to verify in kleopatra, that the setting was applied?

Mon, Jun 30, 9:04 AM · gpd5x, Bug Report, kleopatra
timegrid moved T7686: Kleopatra: Command line options --help, --version, etc. do not work if Kleopatra is already running from WIP to Done on the gpd5x board.

Looks good to me on gpg4win-5.0.0-beta336 @ win10.



Mon, Jun 30, 8:54 AM · gpd5x, kleopatra, Bug Report
timegrid moved T7644: Kleopatra: 'Show Audit Log' in signature verification needs two clicks to open from WIP to Done on the gpd5x board.

Looks good to me on gpg4win-5.0.0-beta336 @ win10.

Mon, Jun 30, 8:47 AM · Bug Report, gpd5x, kleopatra
timegrid moved T7656: Kleopatra: Wrong update suggestion from 5.0.0 to 4.4.0 from WIP to Done on the gpd5x board.

Looks good to me on gpg4win-5.0.0-beta336 @ win10.

Mon, Jun 30, 8:44 AM · Bug Report, gpd5x, kleopatra
timegrid added a comment to T7703: Kleopatra: Validity icons in selected rows missing.

Happens also in the group config (warning icon):

Mon, Jun 30, 8:38 AM · Bug Report, kleopatra, gpd5x
timegrid updated the task description for T7705: Okular: Error on signature if the original file is overwritten.
Mon, Jun 30, 8:36 AM · Bug Report, okular, gpd5x

Fri, Jun 27

timegrid added a comment to T7703: Kleopatra: Validity icons in selected rows missing.

Related? In smartcards view:

Fri, Jun 27, 1:16 PM · Bug Report, kleopatra, gpd5x

Thu, Jun 26

timegrid created T7706: Okular: "Save as" does not work.
Thu, Jun 26, 7:14 PM · Bug Report, okular, gpd5x
timegrid created T7705: Okular: Error on signature if the original file is overwritten.
Thu, Jun 26, 7:02 PM · Bug Report, okular, gpd5x
timegrid removed a project from T7703: Kleopatra: Validity icons in selected rows missing: Windows.
Thu, Jun 26, 5:53 PM · Bug Report, kleopatra, gpd5x
ikloecker added a comment to T7703: Kleopatra: Validity icons in selected rows missing.

This also happens on Linux. And even with the Fusion style.

Thu, Jun 26, 5:12 PM · Bug Report, kleopatra, gpd5x
timegrid created T7703: Kleopatra: Validity icons in selected rows missing.
Thu, Jun 26, 4:04 PM · Bug Report, kleopatra, gpd5x
timegrid created T7702: Kleopatra: Printing on win11 aborts silently.
Thu, Jun 26, 2:39 PM · Windows, Bug Report, kleopatra, gpd5x
gniibe changed the status of T7696: POSIX: spawn fixes from Open to Testing.
Thu, Jun 26, 6:49 AM · gpgrt, Bug Report
gniibe changed the status of T7696: POSIX: spawn fixes, a subtask of T7660: GPGME invocation by cri-o hangs on gpgme_op_verify, from Open to Testing.
Thu, Jun 26, 6:49 AM · golang, gpgme, Bug Report

Wed, Jun 25

timegrid closed T7697: Okular: No valid smime certs found as Resolved.

On gpg4win-5.0.0-beta330 everything works fine again (both smime and openpgp regardless of expiration).

Wed, Jun 25, 12:08 PM · Bug Report, gpd5x, okular

Tue, Jun 24

timegrid added a comment to T7697: Okular: No valid smime certs found.

I now imported all certs in testzertifikate_2023/ (smime and openpgp) and generated a new one (openpgp, default settings, expiration 2028) and still get no valid signing certs in okular

Tue, Jun 24, 4:38 PM · Bug Report, gpd5x, okular
timegrid added a comment to T7697: Okular: No valid smime certs found.

added gpgsm log:

Tue, Jun 24, 4:08 PM · Bug Report, gpd5x, okular
timegrid updated the task description for T7697: Okular: No valid smime certs found.
Tue, Jun 24, 4:07 PM · Bug Report, gpd5x, okular
ikloecker updated the task description for T7697: Okular: No valid smime certs found.
Tue, Jun 24, 4:02 PM · Bug Report, gpd5x, okular
ikloecker updated the task description for T7697: Okular: No valid smime certs found.
Tue, Jun 24, 4:00 PM · Bug Report, gpd5x, okular
timegrid added a comment to T7697: Okular: No valid smime certs found.

Ingo mentioned some maybe related expiration year 2038+ ticket, but I only found one for kleo: https://dev.gnupg.org/T7069

Tue, Jun 24, 3:43 PM · Bug Report, gpd5x, okular
timegrid renamed T7658: Okular: Dirmngr startup timeout on signature validation from Okular: Problems with smime signatures to Okular: Dirmngr startup timeout on signature validation.
Tue, Jun 24, 3:40 PM · Bug Report, gpd5x, okular
timegrid added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

Issue about no valid smime certs found on signing split into: https://dev.gnupg.org/T7697

Tue, Jun 24, 3:29 PM · Bug Report, gpd5x, okular
timegrid triaged T7697: Okular: No valid smime certs found as Normal priority.
Tue, Jun 24, 3:24 PM · Bug Report, gpd5x, okular
gniibe closed T7664: tests/openpgp/ecc.scm fails when building GPG with address sanitizer as Resolved.

Fixed in 2.5.8.

Tue, Jun 24, 8:50 AM · gnupg, Bug Report

Mon, Jun 23

ebo removed projects from T7661: GpgEX: encrypting a file with umlaut in the name results in an error: gpd5x, g10code.
Mon, Jun 23, 3:49 PM · Windows, Bug Report, gpgex
timegrid added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

3 non-hang logs, all took ~20s to open the file (with 20s "Keine Rückmeldung" shown in Okular)

Mon, Jun 23, 2:48 PM · Bug Report, gpd5x, okular
ikloecker added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

The problem with the invalid certificates seems to be unrelated. Isn't there already a ticket for Okular for certificates which expire after 2038?

Mon, Jun 23, 2:46 PM · Bug Report, gpd5x, okular
svuorela added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

If keyboxd sometimes takes 6 seconds, then I'm not surprised that stuff times out after 8 seconds occasionally. Or well. we need more numbers to determine that.

Mon, Jun 23, 2:19 PM · Bug Report, gpd5x, okular
ikloecker added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

And in the first case, about 6 seconds are lost starting keyboxd:

2025-06-23 13:16:55 gpgsm[3252] DBG: chan_0x000000000000022c <- VERIFY
2025-06-23 13:16:57 gpgsm[3252] Kein aktiver keyboxd - `C:\\Program Files\\GnuPG\\bin\\keyboxd.exe' wird gestartet
2025-06-23 13:16:59 gpgsm[3252] Warte bis der Keyboxd bereit ist ... (8s)
2025-06-23 13:17:01 gpgsm[3252] DBG: chan_0x0000000000000260 <- # Home: C:\Users\g10\AppData\Roaming\gnupg
2025-06-23 13:17:01 gpgsm[3252] DBG: chan_0x0000000000000260 <- # Config: [none]
2025-06-23 13:17:01 gpgsm[3252] DBG: chan_0x0000000000000260 <- OK Keyboxd 2.5.6 at your service, process 4748
Mon, Jun 23, 2:04 PM · Bug Report, gpd5x, okular
timegrid added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

Here's the gpgsm debug log:

Mon, Jun 23, 1:25 PM · Bug Report, gpd5x, okular
ikloecker added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

The keylisting hangs ticket for Kleopatra: T6623

Mon, Jun 23, 11:23 AM · Bug Report, gpd5x, okular
ikloecker added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.
Mon, Jun 23, 11:21 AM · Bug Report, gpd5x, okular
svuorela added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

@ikloecker is https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff;h=f23cef6f66a44c5c1cc8717f74b658d14fde04e5 needed to be forward ported to split gpgmepp ?

Mon, Jun 23, 9:55 AM · Bug Report, gpd5x, okular
timegrid added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

It could be connected to those "keylists hangs" problems. On Kleopatra it took some time to refresh the key list. After that I can open the signed file again.

Mon, Jun 23, 9:47 AM · Bug Report, gpd5x, okular
timegrid added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

Well, now I also can reproduce the hanging on verification again (opening of an unsigned document is fine, of a signed document hangs).
Maybe the signing part above is important to trigger it - although it happened now in a clean state after a reboot, so it should not be caused by e.g. leftover processes.

Mon, Jun 23, 9:42 AM · Bug Report, gpd5x, okular
timegrid added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

I'm quite sure, that I used a fresh install on a new VM, but on another fresh one I can't reproduce the verification part anymore and the signature is shown as valid.

Mon, Jun 23, 9:33 AM · Bug Report, gpd5x, okular
gniibe updated the task description for T7696: POSIX: spawn fixes.
Mon, Jun 23, 8:31 AM · gpgrt, Bug Report
gniibe triaged T7696: POSIX: spawn fixes as Normal priority.
Mon, Jun 23, 7:21 AM · gpgrt, Bug Report
gniibe changed the status of T7694: GPGME: gpgme_io_spawn issues from Open to Testing.

Done by: rM8caa7cc517eb: Use sysconf as a fallback mechanism in the initialization.

Mon, Jun 23, 7:17 AM · gpgme, Bug Report
gniibe changed the status of T7694: GPGME: gpgme_io_spawn issues, a subtask of T7660: GPGME invocation by cri-o hangs on gpgme_op_verify, from Open to Testing.
Mon, Jun 23, 7:17 AM · golang, gpgme, Bug Report

Fri, Jun 20

gniibe added a comment to T7694: GPGME: gpgme_io_spawn issues.

OK. I'll add a code for setting the fallback value in _gpgme_io_subsystem_init and use it from get_max_fds.

Fri, Jun 20, 10:35 AM · gpgme, Bug Report
werner added a comment to T7694: GPGME: gpgme_io_spawn issues.

iirc we introduced sysconf (_SC_OPEN_MAX) for non-linux platforms and that fixed real world problems. What about getting this value at module initialization time and keep on using it as a fallback?

Fri, Jun 20, 10:13 AM · gpgme, Bug Report
gniibe updated the task description for T7694: GPGME: gpgme_io_spawn issues.
Fri, Jun 20, 2:28 AM · gpgme, Bug Report
gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

For issues of get_max_fds, I created a sub task, although it seems not the direct cause of this particular problem.

Fri, Jun 20, 2:13 AM · golang, gpgme, Bug Report
gniibe removed a project from T7694: GPGME: gpgme_io_spawn issues: golang.
Fri, Jun 20, 2:09 AM · gpgme, Bug Report
gniibe triaged T7694: GPGME: gpgme_io_spawn issues as Normal priority.
Fri, Jun 20, 2:07 AM · gpgme, Bug Report

Thu, Jun 19

gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

I test following test program (gcc -o t-gmf t-gmf.c) on Debian machine of S390x.

Thu, Jun 19, 9:26 AM · golang, gpgme, Bug Report

Wed, Jun 18

werner added a subtask for T6465: Store the ECDH parameters in the key file: T5583: Support RSCS dedicated OpenPGP for OID..
Wed, Jun 18, 9:39 AM · gnupg26, OpenPGP, scd, Bug Report
werner added a comment to T7653: Fix gpg's passwd for Kyber with the ecc part on a card.

There should be a workaround by using

Wed, Jun 18, 9:32 AM · Bug Report, gnupg26
werner moved T7676: Cannot decrypt a message encrypted to a Cv25519 key on a token from Backlog to WIP on the gnupg26 board.
Wed, Jun 18, 9:30 AM · gnupg26, Bug Report

Tue, Jun 17

gniibe added a comment to T7660: GPGME invocation by cri-o hangs on gpgme_op_verify.

In the log, we can observe duplicated lines generated by
https://dev.gnupg.org/source/gpgme/browse/master/src/posix-io.c$545
Example is like:

2025-05-19 20:16:35 gpgme[21970.55d7]   _gpgme_io_spawn: check: fd[0] = 0x1c -> 0x1
2025-05-19 20:16:35 gpgme[21970.55d7]   _gpgme_io_spawn: check: fd[0] = 0x1c -> 0x1
Tue, Jun 17, 10:01 AM · golang, gpgme, Bug Report
gniibe closed T5964: gnupg should use the KDFs implemented in libgcrypt, a subtask of T6191: FIPS: Supporting running FIPS enabled machine, as Resolved.
Tue, Jun 17, 2:38 AM · gnupg24, FIPS, Bug Report
gniibe closed T7170: Building libgcrypt-1.11.0 produces a dylib with unresolved symbols at runtime as Resolved.

Done in 1.11.1.

Tue, Jun 17, 2:30 AM · MacOS, libgcrypt, Bug Report
gniibe closed T7184: Libgcrypt v1.11.0 make fails at cipher/blake2.c:834:6 (has no member named 'use_avx512') as Resolved.

Done in 1.11.1.

Tue, Jun 17, 2:29 AM · libgcrypt, Bug Report

Mon, Jun 16

svuorela added a comment to T7658: Okular: Dirmngr startup timeout on signature validation.

The only time I succeded in reproducing this was when I broke my gnupg setup and got a mix between gpg from one version and gpg-agent from another.

Mon, Jun 16, 9:39 AM · Bug Report, gpd5x, okular