Page MenuHome GnuPG
Feed Advanced Search

Jul 8 2022

quite added a comment to T6061: pinentry-qt on wayland does not fallback to pinentry-curses.

It looks like having it set will stop fallback from working entirely? Would you say that this cannot be fixed if WAYLAND_DISPLAY is set like I do above?

Jul 8 2022, 8:14 AM · pinentry, Bug Report
calestyo created T6068: clarify what a line is in --passphrase-fd and --passphrase-file.
Jul 8 2022, 2:51 AM · Documentation

Jul 7 2022

ikloecker added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

Thanks for the analysis!

Jul 7 2022, 1:32 PM · AppImage, gpg4win, Bug Report
ikloecker added a subtask for T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop: T6067: dirmngr 2.2 does not ask keyservers for fingerprints.
Jul 7 2022, 1:31 PM · AppImage, gpg4win, Bug Report
vitusb added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

Hello, i did some debugging with my local sks keyserver version 1.1.6+ on Debian:

Jul 7 2022, 1:02 PM · AppImage, gpg4win, Bug Report
gniibe closed T5953: batch signature fails with imported ed25519 signing key as of 2.2.34 as Resolved.
Jul 7 2022, 6:53 AM · gnupg (gpg22), Bug Report
gniibe closed T5120: Incompatible Ed25519 secret key (no-encryption), a subtask of T5114: GnuPG fails to import back generated and exported EdDSA secret key., as Resolved.
Jul 7 2022, 6:51 AM · gnupg, Restricted Project, gpgagent, Bug Report
gniibe closed T5120: Incompatible Ed25519 secret key (no-encryption) as Resolved.
Jul 7 2022, 6:51 AM · gnupg (gpg22), Bug Report
gniibe removed a project from T5953: batch signature fails with imported ed25519 signing key as of 2.2.34: Restricted Project.

Fixed in 2.2.36.

Jul 7 2022, 6:51 AM · gnupg (gpg22), Bug Report
gniibe closed T6033: Regression in GnuPG 2.2.34 with some ECC keys as Resolved.
Jul 7 2022, 6:50 AM · Bug Report, gnupg (gpg22)
gniibe removed a project from T6033: Regression in GnuPG 2.2.34 with some ECC keys: Restricted Project.

Fixed in 2.2.36.

Jul 7 2022, 6:50 AM · Bug Report, gnupg (gpg22)
gniibe claimed T6066: gcry_pk_hash_verify() does not work with explicitly specified hash algorithm.

Thank you for your report. That's my badness (forgetting to implement in pk_verify_md function).

Jul 7 2022, 5:07 AM · backport, libgcrypt, Bug Report
calestyo added a comment to T6058: clarify need of --batch and/or --pinentry-mode looback with --passphrase-* options.

It's true for key generation, but not for all cases.

Jul 7 2022, 2:35 AM · gnupg, Documentation

Jul 6 2022

vitusb added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

Just to clarify: Does this only happen with self-built AppImages? Or does this also happen with AppImages provided by gnupg.com/gnupg.org?

Jul 6 2022, 11:26 PM · AppImage, gpg4win, Bug Report
ikloecker added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

Just to clarify: Does this only happen with self-built AppImages? Or does this also happen with AppImages provided by gnupg.com/gnupg.org? (I haven't found AppImages to download on gnupg.org.)

Jul 6 2022, 10:44 PM · AppImage, gpg4win, Bug Report
vitusb added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

Hello ...

I may report, that I've tested this behaviour with "kleopatra" with serveral keyservers.
Jul 6 2022, 10:03 PM · AppImage, gpg4win, Bug Report
neverpanic added a comment to T6066: gcry_pk_hash_verify() does not work with explicitly specified hash algorithm.

For the record, the valgrind trace for the crash is:

Jul 6 2022, 5:00 PM · backport, libgcrypt, Bug Report
ikloecker added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

I guess the problem is that the fix for T5741: dirmngr does not ask keyservers for fingerprints wasn't backported to 2.2.

Jul 6 2022, 4:34 PM · AppImage, gpg4win, Bug Report
neverpanic created T6066: gcry_pk_hash_verify() does not work with explicitly specified hash algorithm.
Jul 6 2022, 4:26 PM · backport, libgcrypt, Bug Report
aheinecke added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

But this is with the default keyserver keys.ubuntu.com it shows the fingerprint if I do a search --with-colons with 2.3 and the same keyserver (addressed via IP) on the same machine returns results on Windows and says No Fingerprints in the app image. This is what I found so strange here.

Jul 6 2022, 3:30 PM · AppImage, gpg4win, Bug Report
ikloecker triaged T6061: pinentry-qt on wayland does not fallback to pinentry-curses as Low priority.

pinentry does the following to check if it's running in a GUI session:

// check a few environment variables that are usually set on X11 or Wayland sessions
const bool hasWaylandDisplay = qEnvironmentVariableIsSet("WAYLAND_DISPLAY");
const bool isWaylandSessionType = qgetenv("XDG_SESSION_TYPE") == "wayland";
const bool hasX11Display = pinentry_have_display(argc, argv);
const bool isX11SessionType = qgetenv("XDG_SESSION_TYPE") == "x11";
const bool isGUISession = hasWaylandDisplay || isWaylandSessionType || hasX11Display || isX11SessionType;

i.e. it checks if a few environment variables are set or have a specific value.

Jul 6 2022, 2:45 PM · pinentry, Bug Report
ikloecker merged T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop into T5725: Kleopatra: Certificate lookup shows only one result even if there are 100s matches.
Jul 6 2022, 2:28 PM · Restricted Project, kleopatra, Bug Report
ikloecker merged task T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop into T5725: Kleopatra: Certificate lookup shows only one result even if there are 100s matches.
Jul 6 2022, 2:28 PM · AppImage, gpg4win, Bug Report
ikloecker added a comment to T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.

Looks like a duplicate of T5725: Kleopatra: Certificate lookup shows only one result even if there are 100s matches. Solution: Use a key server that returns fingerprints.

Jul 6 2022, 2:28 PM · AppImage, gpg4win, Bug Report
aheinecke triaged T6008: Absturz von GPG4win in Outlook as Low priority.

Hier scheint es sich um ein individuelles Problem zu handeln. Ich bin irritiert das die Fehlermeldungen von "gpgsm" also unserem S/MIME tool. Tritt der Fehler auch so auf wenn in den Einstellungen von GpgOL der S/MIME Support deaktiviert ist?

Jul 6 2022, 2:07 PM · Bug Report, gpg4win
aheinecke reassigned T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop from werner to ikloecker.

I can reproduce the problem. Under Windows it works, with my development setup with GnuPG 2.3 it works, but in the appimage I get the error that all keys were skipped.

Jul 6 2022, 1:09 PM · AppImage, gpg4win, Bug Report
encryptedsoul added a comment to T6065: GpgOL attachement size handled wrong.

So maybe add a hint with the workaround to the error message, maybe even link to some *.reg files that would fix it, with a big fat warning to respect and look out for your E-Mail providers attachement size limits. The 20MB thing from Outlook is nothing more than an educated guess by Microsoft in the first place, some providers have smaller limits and the user has to identifiy the server error code themselves anyways.

Jul 6 2022, 12:15 PM · Bug Report, gpg4win
aheinecke triaged T6065: GpgOL attachement size handled wrong as Low priority.

The problem is that we keep the original, encrypted, signed structure of the mail as a hidden attachment. When we then add the attachments we extracted from the original mail as "real" attachments in the Outlook data structures we basically double in size and hit an error in Outlook. It does not always have to be double, e.g. if the attachment was compressed in the encrypted data it can be much larger then the original mail. So this happens mostly with data that is not easy to compress.

Jul 6 2022, 12:10 PM · Bug Report, gpg4win
encryptedsoul created T6065: GpgOL attachement size handled wrong.
Jul 6 2022, 11:18 AM · Bug Report, gpg4win
quite created T6061: pinentry-qt on wayland does not fallback to pinentry-curses.
Jul 6 2022, 9:54 AM · pinentry, Bug Report
Philipp created T6060: segfault (NULL-pointer) when inspecting gpg Context after exception (python).
Jul 6 2022, 8:23 AM · Python, gpgme, Bug Report
gniibe added a comment to T6058: clarify need of --batch and/or --pinentry-mode looback with --passphrase-* options.

I admit that documentation for users should be updated and/or semantics of options could be improved.

Jul 6 2022, 4:36 AM · gnupg, Documentation
calestyo created T6058: clarify need of --batch and/or --pinentry-mode looback with --passphrase-* options.
Jul 6 2022, 3:15 AM · gnupg, Documentation

Jul 5 2022

ikloecker closed T6055: Kleopatra: Collapses certificate tree if one opens details dialog with double click as Resolved.
Jul 5 2022, 4:11 PM · Restricted Project, kleopatra, Bug Report
ikloecker claimed T6055: Kleopatra: Collapses certificate tree if one opens details dialog with double click.
Jul 5 2022, 12:07 PM · Restricted Project, kleopatra, Bug Report
ikloecker created T6055: Kleopatra: Collapses certificate tree if one opens details dialog with double click.
Jul 5 2022, 12:07 PM · Restricted Project, kleopatra, Bug Report
calestyo created T6054: ambiguous error message when output file exists already.
Jul 5 2022, 1:17 AM · Bug Report
calestyo created T6053: max passphrase lengths.
Jul 5 2022, 1:14 AM · gnupg, Documentation

Jul 4 2022

Jakuje created T6052: gnupg2 tpm2d tests do not work.
Jul 4 2022, 10:39 AM · gnupg24 (gnupg-2.4.4), Tests, TPM, Bug Report

Jul 3 2022

Nsane457 added a comment to T2370: libgpg-error: cross-compiling fails with "src/syscfg/lock-obj-pub.linux-gnueabi.h': No such file or directory".

@werner For what it's worth, I would like to apologize for my rudeness and disrespect. I had a quite convoluted notion of what the development process entailed. In particular, I was ignorant of the different and opposing responsibilities and the separation of concerns involved in the development process. In retrospect, there were at least a dozen different ways in which this could/should have been handled and all of them are downstream.

Jul 3 2022, 8:19 AM · Info Needed, gpgrt, Gentoo, Bug Report

Jun 30 2022

JoeDoe1000 added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Please find the requested log attached.
I don't know, where to look for such a file (candidate).

Jun 30 2022, 3:17 PM · gpgol, Bug Report, gpg4win
Baitinq added a comment to T6050: GnuPG fails to import back generated and exported ed448 secret key..

@gniibe Sorry for bothering but I couldnt find any answers to this online, is there any ETA for the v5 specification being released?

Jun 30 2022, 11:34 AM · Bug Report
Baitinq closed T6050: GnuPG fails to import back generated and exported ed448 secret key. as Resolved.
Jun 30 2022, 11:27 AM · Bug Report
Baitinq added a comment to T6050: GnuPG fails to import back generated and exported ed448 secret key..

Thank you for your report.

V5 key (which is used by Ed448) is not implemented yet. See the function convert_from_openpgp_main in gnupg/agent/cvt-openpgp.c, where it parses the version of the key; Only version 3 and version 4 are implemented.

Please note that the implementation is buggy and not for use, because the OpenPGP v5 spec has been changed since then.

Jun 30 2022, 11:26 AM · Bug Report
gniibe added a comment to T6050: GnuPG fails to import back generated and exported ed448 secret key..

Thank you for your report.

Jun 30 2022, 3:47 AM · Bug Report
gniibe claimed T6050: GnuPG fails to import back generated and exported ed448 secret key..
Jun 30 2022, 3:03 AM · Bug Report

Jun 29 2022

Baitinq created T6050: GnuPG fails to import back generated and exported ed448 secret key..
Jun 29 2022, 9:47 PM · Bug Report
bnavigator added a subtask for T6005: Problem decrypting inline images came up again: T5709: Embedded images are seen as attachments after encrypting and decrypting.
Jun 29 2022, 3:43 PM · Unreleased, Bug Report, gpgol
bnavigator added a parent task for T5709: Embedded images are seen as attachments after encrypting and decrypting: T6005: Problem decrypting inline images came up again.
Jun 29 2022, 3:43 PM · Bug Report, gpg4win
bnavigator added a comment to T6005: Problem decrypting inline images came up again.

I think it's worth noting that this is not restricted to encrypted e-mails but signed-only e-mails also.

Jun 29 2022, 3:43 PM · Unreleased, Bug Report, gpgol
aheinecke claimed T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Thanks for the log and the analysis so far. In the log it is visible that the problem is that gpgol cannot create a temporary file to store the mails contents. Due to this it fails later as it has no data to encrypt. The storage as a temporary file was added in 3.1.16 to allow more embedded outlook objects since we now ask Outlook to first serialize the file. I wonder why this only occurs to very few people. Obviously it works for most people, including me.

Jun 29 2022, 11:13 AM · gpgol, Bug Report, gpg4win

Jun 28 2022

JoeDoe1000 added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Thank's Diedrichs for this hint.
Here it works again using Gpg4win V.3.1.15.

Jun 28 2022, 4:39 PM · gpgol, Bug Report, gpg4win
joeyberkovitz created T6047: Dirmngr - LDAP Schema V2 not used when Base DN is specified.
Jun 28 2022, 4:34 PM · LDAP, dirmngr, gnupg (gpg23), Feature Request
vitusb assigned T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop to werner.
Jun 28 2022, 11:54 AM · AppImage, gpg4win, Bug Report

Jun 26 2022

Diedrichs added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

I've tried a few things now. Reinstalled Office, reinstalled GPG4win, reset Windows 11 with recovery when still worked. Nothing helped.

Jun 26 2022, 4:56 AM · gpgol, Bug Report, gpg4win
Diedrichs added a comment to T6043: "Emty Email" in outlook.

I've tried a few things now. Reinstalled Office, reinstalled GPG4win, reset Windows 11 with recovery when still worked. Nothing helped.

Jun 26 2022, 4:52 AM · Bug Report, gpg4win

Jun 25 2022

Diedrichs added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).
Jun 25 2022, 5:11 PM · gpgol, Bug Report, gpg4win

Jun 24 2022

Diedrichs created T6043: "Emty Email" in outlook.
Jun 24 2022, 10:23 PM · Bug Report, gpg4win
Diedrichs added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

oh no

Jun 24 2022, 9:59 PM · gpgol, Bug Report, gpg4win
vitusb created T6042: Cannot search on keyserver from kleopatra 3.1.22 inside an AppImage of GnuPG Desktop or GnuPG VS Desktop.
Jun 24 2022, 6:24 PM · AppImage, gpg4win, Bug Report

Jun 23 2022

ikloecker added a revision to T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0): D549: qt: make the pin entry dialog float again.
Jun 23 2022, 1:49 PM · Restricted Project, pinentry, Bug Report
gspr updated the task description for T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0).
Jun 23 2022, 1:47 PM · Restricted Project, pinentry, Bug Report
gspr updated the task description for T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0).
Jun 23 2022, 1:47 PM · Restricted Project, pinentry, Bug Report
ikloecker updated the task description for T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0).
Jun 23 2022, 1:39 PM · Restricted Project, pinentry, Bug Report
werner added a project to T6038: gpg-wks-client excludes uid with URL in comment: gnupg (gpg22).
Jun 23 2022, 10:43 AM · gnupg (gpg22), wkd, Bug Report
gspr created T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0).
Jun 23 2022, 10:39 AM · Restricted Project, pinentry, Bug Report
JoeDoe1000 added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

No, unfortunatelly problem is still existing.

Jun 23 2022, 7:42 AM · gpgol, Bug Report, gpg4win

Jun 22 2022

Diedrichs added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Hat sich das Problem gelöst? Bei mir tritt das seit gestern auf auf. Ich kann nichts mehr signieren oder verschlüsseln. andere Plugins habe ich deaktiviert, es beliebt trotzdem.

Jun 22 2022, 10:11 PM · gpgol, Bug Report, gpg4win
gniibe added a project to T6033: Regression in GnuPG 2.2.34 with some ECC keys: Restricted Project.
Jun 22 2022, 6:38 AM · Bug Report, gnupg (gpg22)
gniibe added a project to T5921: No sharing of log_fd between child process: Restricted Project.
Jun 22 2022, 6:37 AM · Bug Report, gnupg (gpg23)

Jun 21 2022

ikloecker added a comment to T6038: gpg-wks-client excludes uid with URL in comment.

This problem does not seem to exist in GnuPG 2.3.6.

Jun 21 2022, 9:49 AM · gnupg (gpg22), wkd, Bug Report
gniibe added a comment to T6033: Regression in GnuPG 2.2.34 with some ECC keys.

My intention to refer rG7b1db7192 was to specify the HEAD of STABLE-BRANCH-2-2, meaning "the head of STABLE-BRANCH-2-2 today". The commit itself has no meaning.

Jun 21 2022, 7:32 AM · Bug Report, gnupg (gpg22)
l0s created T6038: gpg-wks-client excludes uid with URL in comment.
Jun 21 2022, 7:03 AM · gnupg (gpg22), wkd, Bug Report

Jun 20 2022

werner added a comment to T6033: Regression in GnuPG 2.2.34 with some ECC keys.

I fixed the title, because it is not a Windows only issue.

Jun 20 2022, 1:07 PM · Bug Report, gnupg (gpg22)
werner renamed T6033: Regression in GnuPG 2.2.34 with some ECC keys from Regression in GnuPG 2.2.34 on Windows to Regression in GnuPG 2.2.34 with some ECC keys.
Jun 20 2022, 1:06 PM · Bug Report, gnupg (gpg22)
werner added a comment to T6033: Regression in GnuPG 2.2.34 with some ECC keys.

The mentioned "g10: Fix garbled status messages in NOTATION_DATA" has nothing to do with the problem. So it can'r be the actual cause. Anway, I hope to get a 2.2.36 out this week.

Jun 20 2022, 1:05 PM · Bug Report, gnupg (gpg22)
gniibe added a comment to T6033: Regression in GnuPG 2.2.34 with some ECC keys.

I can replicate the error by 2.2.35, but I cannot replicate it with rG7b1db7192.
I tested:

  • GNU/Linux
    • i686
    • x86_64
  • Windows
    • i686
Jun 20 2022, 8:33 AM · Bug Report, gnupg (gpg22)

Jun 17 2022

werner assigned T6033: Regression in GnuPG 2.2.34 with some ECC keys to gniibe.

The likely cause is that the secret key is not protected. Problem seems to be in gpg-agent.

Jun 17 2022, 12:39 PM · Bug Report, gnupg (gpg22)
werner triaged T6033: Regression in GnuPG 2.2.34 with some ECC keys as High priority.

Looking again at your report, I don't think it is an IPC problem (bad magic cooky was my assumption). I can replicate this with the current 2.2 but not with 2.3. Both un Unix.

Jun 17 2022, 12:36 PM · Bug Report, gnupg (gpg22)

Jun 16 2022

DemiMarie added a comment to T6031: Creating an overlong notation hits a fatal error..

{please add comments instead of adding the description - a changed description makes it hard to understand follow up comments. I will change the title, though for clarity.]

Jun 16 2022, 7:19 PM · Bug Report, gnupg
werner closed T6021: GPG misparses `--list-options=show-sig-subpackets="100"a` as Wontfix.

Please don't play ping pong now,

Jun 16 2022, 7:02 PM · g10, Bug Report
werner closed T6032: Assertion failure in gpg as Invalid.

Please report such bugs to RedHat - they use a modified Libgcrypt and thus it's there bug.

Jun 16 2022, 7:00 PM · RHEL, g10, Bug Report
werner renamed T6031: Creating an overlong notation hits a fatal error. from Creating an overlong notation crashes gpg to Creating an overlong notation hits a fatal error..
Jun 16 2022, 6:54 PM · Bug Report, gnupg
werner triaged T6031: Creating an overlong notation hits a fatal error. as Wishlist priority.

The length limit of the signature sub packets are not reasy to pre-compute. Better to have a fatal error than a corrupt message. I am not sure whether we want to change this to a regualar error message - at that point we anyway need to stop.

Jun 16 2022, 6:54 PM · Bug Report, gnupg
DemiMarie raised the priority of T6021: GPG misparses `--list-options=show-sig-subpackets="100"a` from Low to Needs Triage.
Jun 16 2022, 6:52 PM · g10, Bug Report
DemiMarie added a comment to T6032: Assertion failure in gpg.

I will try, but it will likely be a while. In any case I believe you will need a Red Hat-family distro to trigger the bug; it happens when gpg trys to encrypt with a key that uses a public key algorithm libgcrypt does not support.

Jun 16 2022, 6:42 PM · RHEL, g10, Bug Report
werner added a comment to T6032: Assertion failure in gpg.

Please provide a test case.

Jun 16 2022, 6:39 PM · RHEL, g10, Bug Report
justus created T6033: Regression in GnuPG 2.2.34 with some ECC keys.
Jun 16 2022, 3:35 PM · Bug Report, gnupg (gpg22)
DemiMarie reopened T6032: Assertion failure in gpg as "Open".

Reopening as gpg’s handling of the situation is very much suboptimal.

Jun 16 2022, 3:19 PM · RHEL, g10, Bug Report
gniibe added a comment to T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd').

Applied to 1.10 branch.

Jun 16 2022, 2:40 AM · backport, hppa, libgcrypt, Gentoo, Bug Report
gniibe added a comment to T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd').

didn't seem to work with 1.9.x

Jun 16 2022, 2:38 AM · backport, hppa, libgcrypt, Gentoo, Bug Report
DemiMarie closed T6032: Assertion failure in gpg as Invalid.

Closing as I believe this is a downstream bug.

Jun 16 2022, 12:26 AM · RHEL, g10, Bug Report

Jun 15 2022

DemiMarie created T6032: Assertion failure in gpg.
Jun 15 2022, 11:34 PM · RHEL, g10, Bug Report
thesamesam added a comment to T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd').

Thanks! Interestingly didn't seem to work with 1.9.x but it does with 1.10x. Maybe I made some error when testing.

Jun 15 2022, 8:12 PM · backport, hppa, libgcrypt, Gentoo, Bug Report

Jun 14 2022

rbairwell created T6030: Missing support for the Brave Web Browser on Windows.
Jun 14 2022, 5:55 PM · gpgme, Feature Request, gpg4win
werner closed T6027: Revisit write_status_text_and buffer as Resolved.
Jun 14 2022, 11:42 AM · Bug Report, gnupg (gpg23)
werner added a comment to T6027: Revisit write_status_text_and buffer.

Here is a test signature with long notation data. During verification gpg faults when emitting the NOTATION_DATA lines.

Jun 14 2022, 11:31 AM · Bug Report, gnupg (gpg23)
gniibe added a project to T6019: Parsing AEAD preference string parsing causes reads uninitialized memory: Restricted Project.

Thank you. Applied.

Jun 14 2022, 8:39 AM · patch, gnupg (gpg23), Bug Report

Jun 13 2022

werner triaged T6027: Revisit write_status_text_and buffer as High priority.
Jun 13 2022, 12:35 PM · Bug Report, gnupg (gpg23)
gniibe claimed T6019: Parsing AEAD preference string parsing causes reads uninitialized memory.
Jun 13 2022, 10:24 AM · patch, gnupg (gpg23), Bug Report