Page MenuHome GnuPG
Feed Advanced Search

Feb 24 2022

jukivili added a comment to T5785: libgcrypt-1.9.4 build failure on ppc64le.

(note: -O2 is added only for compiling powerpc vector implementation files)

Feb 24 2022, 6:53 PM · Gentoo, Bug Report
jukivili added a comment to T5785: libgcrypt-1.9.4 build failure on ppc64le.

I added check to configure.ac for missing -O flag and tests with -O2. If adding -O2 does not help, then powerpc vector implementations wont be build at all.

Feb 24 2022, 6:53 PM · Gentoo, Bug Report
jukivili closed T5356: gnupg2 test failure on s390x as Resolved.
Feb 24 2022, 6:05 PM · libgcrypt, Bug Report
jukivili closed T5694: poly1305-s390x.S is compiled despite --disable-asm as Resolved.
Feb 24 2022, 6:05 PM · libgcrypt, Bug Report
jukivili closed T5796: libgcrypt-1.9.4 build failure on ARM without NEON as Resolved.
Feb 24 2022, 6:05 PM · arm, libgcrypt, Gentoo, Bug Report
jukivili added a comment to T5853: Decrypting OCB encrypted file fails....

Thanks. All my tests work now.

Feb 24 2022, 6:01 PM · gnupg (gpg23), Bug Report
werner closed T5820: Slow symmetric decryption speed as Resolved.
Feb 24 2022, 2:15 PM · gnupg (gpg23), Bug Report
werner added a comment to T5820: Slow symmetric decryption speed.

Cool. I did some quick tests with 2.2 on my pretty old X220 and it really makes sense to apply the patch there as well.:

Feb 24 2022, 2:07 PM · gnupg (gpg23), Bug Report
werner triaged T5856: Forcing aead when creating sign & encrypted files creates inconsistent results as High priority.
Feb 24 2022, 10:34 AM · gnupg (gpg23), Bug Report
Jakuje updated the task description for T5856: Forcing aead when creating sign & encrypted files creates inconsistent results.
Feb 24 2022, 9:10 AM · gnupg (gpg23), Bug Report
Jakuje created T5856: Forcing aead when creating sign & encrypted files creates inconsistent results.
Feb 24 2022, 9:10 AM · gnupg (gpg23), Bug Report

Feb 23 2022

gniibe added a comment to T5853: Decrypting OCB encrypted file fails....

It was the bug of generating AEAD packet, which does:

Feb 23 2022, 1:33 AM · gnupg (gpg23), Bug Report
gniibe triaged T5853: Decrypting OCB encrypted file fails... as High priority.

Sorry for pushing immature fix. I located the cause, but I didn't have enough concentration for fix.

Feb 23 2022, 1:17 AM · gnupg (gpg23), Bug Report
gniibe claimed T5853: Decrypting OCB encrypted file fails....
Feb 23 2022, 1:14 AM · gnupg (gpg23), Bug Report
gniibe moved T5835: libgcrypt: More robust/portable integrity check from Backlog to Next on the FIPS board.
Feb 23 2022, 12:38 AM · Bug Report, libgcrypt, FIPS

Feb 22 2022

jukivili added a comment to T5853: Decrypting OCB encrypted file fails....

Just more background what I'm doing with these tests. I started testing with set of different sized test files (generated from urandom) to detect any bugs in my changes, which try to reduce amount of memory copies in iobuf_read/iobuf_write. Size ranges for these test-files are 0...17408, 32256...66560 and 130560...132096 bytes. These files are encrypted with different settings (public key/symmetric/cfb/ocb/different algos) and then decrypted and decrypted file compared to original.

Feb 22 2022, 6:08 PM · gnupg (gpg23), Bug Report
jukivili added a comment to T5853: Decrypting OCB encrypted file fails....

I tested the fix. It appears to break OCB encrypting files shorter than 65515 bytes:

$ gpg --batch --symmetric --passphrase=bug --output=enc_065514.gpg --rfc4880bis --force-aead --cipher-algo AES128 --compress-algo none plain_065514
$ ls -laF *065514*
-rw-rw-r-- 1 jussi jussi   100 Feb  22 18:51 enc_065514.gpg
-rw-rw-r-- 1 jussi jussi 65514 Feb  22 18:42 plain_065514
$ sha256sum plain_065514
5711955703f4d96f510ad5a660c3ccd0d01f0b2dd2561ba6586159ad941cbcde  plain_065514
$ gpg --batch --decrypt --passphrase=bug --output=- enc_065514.gpg | sha256sum
gpg: AES.OCB encrypted session key
gpg: encrypted with 1 passphrase
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  -
Feb 22 2022, 5:54 PM · gnupg (gpg23), Bug Report
bernhard added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

@ikloecker thanks for the hint (At first it looked like a different defect.)

Feb 22 2022, 8:18 AM · kleopatra, Bug Report, gpg4win
bernhard merged task T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions) into T5711: Kleopatra: Keyserver config does not fallback to default.
Feb 22 2022, 8:16 AM · kleopatra, Bug Report, gpg4win

Feb 21 2022

jukivili created T5853: Decrypting OCB encrypted file fails....
Feb 21 2022, 7:07 PM · gnupg (gpg23), Bug Report
ikloecker added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

This has already been fixed: T5711: Kleopatra: Keyserver config does not fallback to default.

Feb 21 2022, 6:16 PM · kleopatra, Bug Report, gpg4win
hakan-int added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

@hakan-int :

As soon as I change the value and check the "dirmngr"file, it is overwriten with the "keyserver hkps://" value again.

(I hope only if you completely delete it, as it should keep any other value and write it to file.)

Feb 21 2022, 4:57 PM · kleopatra, Bug Report, gpg4win
bernhard added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

As soon as I change the value and check the "dirmngr"file, it is overwriten with the "keyserver hkps://" value again.

Feb 21 2022, 4:09 PM · kleopatra, Bug Report, gpg4win
hakan-int added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

@bernhard when I close Kleopatra and stop the its task by the task manager, then the value remains. But as long as I do not change the default value to an other value in "Settings" -> "Configure Kleopatra". As soon as I change the value and check the "dirmngr"file, it is overwriten with the "keyserver hkps://" value again. I think, this is not the expected default value, is it?

Feb 21 2022, 2:28 PM · kleopatra, Bug Report, gpg4win
jap created T5851: dev.gnupg.org static resources not loaded on safari.
Feb 21 2022, 1:49 PM · MacOS, dev.gnupg.org
bernhard added a project to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions): kleopatra.
Feb 21 2022, 12:41 PM · kleopatra, Bug Report, gpg4win
bernhard added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

@werner the main issue here, that Hakan has found a usability problem:

Feb 21 2022, 12:41 PM · kleopatra, Bug Report, gpg4win
werner added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

Actually all changes Kleopatra does go through gpgconf. Thus is is normal that gpgconf overwrites things.

Feb 21 2022, 12:21 PM · kleopatra, Bug Report, gpg4win
hakan-int added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

When I overwrite the default value "hkps://keyserver.ubuntu.com" with another value in "Settings" -> "Configure Kleopatra" once and click "Apply or OK" and delete this new value again, then Kleopatra does not insert the default value to the necessary place again.

Feb 21 2022, 11:35 AM · kleopatra, Bug Report, gpg4win
ikloecker created T5850: Kleopatra: "Show not certified certificates" button shows any not fully valid certificates.
Feb 21 2022, 9:28 AM · Restricted Project, kleopatra, Bug Report

Feb 20 2022

jamessan added a comment to T5849: "gpg --logger-fd 1" doesn't override log-file in gpg.conf.

Thanks! This plugin has been around for a long time, and this is one aspect I inherited from the original code. I'll look into reworking it to use the status output.

Feb 20 2022, 7:12 PM · gnupg, Support
werner added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

Try with hkp:// - I assume that you are missing the new Lets Encrypt CA certificates

Feb 20 2022, 5:41 PM · kleopatra, Bug Report, gpg4win
werner added a comment to T5849: "gpg --logger-fd 1" doesn't override log-file in gpg.conf.

Why are you using the log output for scripting? This is not its intended use. You need to use --status-fd. Log output is purely for human consumption it not a stable API. BTW, --fixed-list-mode has gone ages ago but it does not harm.

Feb 20 2022, 5:38 PM · gnupg, Support
jamessan created T5849: "gpg --logger-fd 1" doesn't override log-file in gpg.conf.
Feb 20 2022, 2:25 PM · gnupg, Support

Feb 18 2022

hakan-int added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

The user who made the first report about this issue, it could help: Forum Wald

Feb 18 2022, 3:34 PM · kleopatra, Bug Report, gpg4win
bernhard added a comment to T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).

We (@hakan-int and myself) saw the problematic behaviour in one setting. It was a VM where Gpg4win had been installed, deinstalled and reinstalled again. We still try to find out how to reliably recreate the situation and what is the difference between a working and a non-working case.

Feb 18 2022, 3:02 PM · kleopatra, Bug Report, gpg4win
bernhard renamed T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions) from Default Settings of OpenPGP-Keyserver does not work to Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).
Feb 18 2022, 2:31 PM · kleopatra, Bug Report, gpg4win
hakan-int created T5848: Searching for public keys with default setting for OpenPGP-Keyserver does not work (under some conditions).
Feb 18 2022, 2:26 PM · kleopatra, Bug Report, gpg4win
ikloecker added a comment to T5840: --export-secret-ssh-key cannot find the key.

I suspected that it would be listed by gpg --dump-options, but I didn't think about autocompletion cleverly using it. I apologize.

Feb 18 2022, 2:08 PM · Bug Report
aviau added a comment to T5840: --export-secret-ssh-key cannot find the key.

How does the user know about the feature in the first place, other than reading the source code or searching the executable for "hidden" command-line flags?

Feb 18 2022, 1:41 PM · Bug Report
werner added a comment to T5840: --export-secret-ssh-key cannot find the key.

There is another hacker working on finishing it. I only provided the framework.

Feb 18 2022, 10:10 AM · Bug Report
ikloecker updated subscribers of T5840: --export-secret-ssh-key cannot find the key.

@werner will have to answer why he added the unfinished code. My guess is that he wanted to prevent it from being lost on his computer. I would probably have deactivated the code as long as it's unfinished.

Feb 18 2022, 9:19 AM · Bug Report
aheinecke claimed T5709: Embedded images are seen as attachments after encrypting and decrypting.

Yes. Sorry about that. We had multiple issues where attachments were hidden and not shown as attachments because they had a content-id but that content-id was not referenced in a way that outlook shows.

Feb 18 2022, 8:45 AM · Bug Report, gpg4win
gniibe triaged T5822: libgcrypt: Remove GCRYCTL_ENABLE_M_GUARD support (was: _gcry_private_malloc returns 4-byte alignment memory when use_m_guard==1) as Normal priority.
Feb 18 2022, 1:01 AM · Bug Report, libgcrypt

Feb 17 2022

aviau added a comment to T5840: --export-secret-ssh-key cannot find the key.

Ah! Sorry! Is there any reason the command-line flag made it to a release? How should the user know that the feature does not work, other than reading the bugtracker and source code?

Feb 17 2022, 10:41 PM · Bug Report
ikloecker closed T5840: --export-secret-ssh-key cannot find the key as Invalid.

You are trying to use unfinished code. See https://dev.gnupg.org/rGafe5fcda52e88438c7a7278117b2e03f510a9c1c. It's not really surprising that unfinished code doesn't work.

Feb 17 2022, 7:42 PM · Bug Report
aviau updated the task description for T5840: --export-secret-ssh-key cannot find the key.
Feb 17 2022, 6:51 PM · Bug Report
aviau updated the task description for T5840: --export-secret-ssh-key cannot find the key.
Feb 17 2022, 6:49 PM · Bug Report
aviau updated the task description for T5840: --export-secret-ssh-key cannot find the key.
Feb 17 2022, 6:43 PM · Bug Report
aviau updated the task description for T5840: --export-secret-ssh-key cannot find the key.
Feb 17 2022, 6:41 PM · Bug Report
aviau updated the task description for T5840: --export-secret-ssh-key cannot find the key.
Feb 17 2022, 6:40 PM · Bug Report
aviau created T5840: --export-secret-ssh-key cannot find the key.
Feb 17 2022, 6:40 PM · Bug Report
Klausi1239 added a comment to T5839: GNUPGEX Explorer File Encryption Tar Archive long Filename Bug.

I tested encrypt two txt files with filename 1 and 2.txt and insert text: test 1 and test 2. Tararchive has been created successfull. Than i tested this Two txt files with a long name. See attached txt files, i send it already to you. Now by the first test Archive.tar.gpg.yqoirl with 0 Bytes was created.
Second test, the other archive.tar.gpg with 0 Bytes was created and gpgex hang.

Feb 17 2022, 1:28 PM · kleopatra, gpgtar, Bug Report, gpg4win
werner added projects to T5838: gpg card not getting detected: RHEL, gnupg, scd.
Feb 17 2022, 1:21 PM · Not A Bug, scd, gnupg, RHEL
werner added a comment to T5838: gpg card not getting detected.

It seems you have replaced the scdaemon module from GnuPG by a 3rd party module (which exhibits a version number 0.10.0) - this is not supported and you will of course run into errors.

Feb 17 2022, 1:17 PM · Not A Bug, scd, gnupg, RHEL
werner triaged T5839: GNUPGEX Explorer File Encryption Tar Archive long Filename Bug as Normal priority.

What you uploaded are files with a length of zero bytes. That is not valid data. The hang should not happen of course.

Feb 17 2022, 1:12 PM · kleopatra, gpgtar, Bug Report, gpg4win
Klausi1239 created T5839: GNUPGEX Explorer File Encryption Tar Archive long Filename Bug.
Feb 17 2022, 12:21 PM · kleopatra, gpgtar, Bug Report, gpg4win
mohann created T5838: gpg card not getting detected.
Feb 17 2022, 11:33 AM · Not A Bug, scd, gnupg, RHEL
aheinecke added a comment to T5836: Kleopatra: Optionally, delete private key locally after moving a key to a smartcard.

It should not really hurt to query the scdaemon again after an import. We can do this in the background and users wont have to notice it in the general case where imports from others happen.

Feb 17 2022, 10:24 AM · Bug Report, kleopatra, Restricted Project
bernhard added a comment to T5760: Kleopatra hangs loading certificate cache on Windows 11.

In https://wald.intevation.org/forum/forum.php?thread_id=2395&forum_id=21&group_id=11 "Kim Nilsson on 2022-02-15 16:48" reports that

Feb 17 2022, 8:59 AM · Bug Report, gpg4win
werner triaged T5809: Expire subkey violates assertion "! sig->hashed" as High priority.
Feb 17 2022, 8:43 AM · Restricted Project, gnupg (gpg22), Bug Report
gniibe added a project to T5831: Backport (f808012a) scd: Use lock_slot for apdu_send_direct. to GnuPG 2.2: Restricted Project.

Thank you for your suggestion.

Feb 17 2022, 6:08 AM · gnupg (gpg22), Bug Report, scd
gniibe claimed T5831: Backport (f808012a) scd: Use lock_slot for apdu_send_direct. to GnuPG 2.2.
Feb 17 2022, 6:01 AM · gnupg (gpg22), Bug Report, scd
gniibe closed T5393: gnupg coverity static analysis reports as Resolved.
Feb 17 2022, 5:50 AM · gnupg (gpg23), Bug Report
gniibe closed T5730: During make, compile error under Ubuntu 21.10 as Resolved.
Feb 17 2022, 5:49 AM · gpgme, Bug Report
gniibe closed T5742: Apparent regressions between 2.2.32 and 2.2.33 of GnuPG as Resolved.
Feb 17 2022, 5:46 AM · Restricted Project, Bug Report, gnupg (gpg23)
gniibe added a comment to T5835: libgcrypt: More robust/portable integrity check.

I simplified the script not to use cmp: rC3c8b6c4a9cad: fips: Fix gen-note-integrity.sh script not to use cmp utility.
And I clarified the semantics of the integrity check.

Feb 17 2022, 3:48 AM · Bug Report, libgcrypt, FIPS
neverpanic added a comment to T5835: libgcrypt: More robust/portable integrity check.

Ah, right, I can get that added to the containers tomorrow.

Feb 17 2022, 1:39 AM · Bug Report, libgcrypt, FIPS
gniibe added a comment to T5835: libgcrypt: More robust/portable integrity check.

I located the cause:

../../src/gen-note-integrity.sh: line 78: cmp: command not found
Feb 17 2022, 1:36 AM · Bug Report, libgcrypt, FIPS
thesamesam added a comment to T5834: C++ ABI breakage in gpgme-1.17.0?.

Yeah, please do issue a new release as soon as possible if you can, as otherwise downstream we're in an awkward position where we have to rebuild everything without a SONAME bump, then do it again once the release is out.

Feb 17 2022, 12:33 AM · Bug Report

Feb 16 2022

ikloecker triaged T5834: C++ ABI breakage in gpgme-1.17.0? as High priority.
Feb 16 2022, 7:26 PM · Bug Report
ikloecker added a comment to T5834: C++ ABI breakage in gpgme-1.17.0?.

@werner Please release a gpgme-1.17.1 with

diff --git a/configure.ac b/configure.ac
index f6d4b50e..57e6ea2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,8 +64,8 @@ LIBGPGMEPP_LT_CURRENT=20
 LIBGPGMEPP_LT_AGE=14
 LIBGPGMEPP_LT_REVISION=0
Feb 16 2022, 7:25 PM · Bug Report
neverpanic added a comment to T5835: libgcrypt: More robust/portable integrity check.

That only seems to work in some configurations: https://gitlab.com/redhat-crypto/libgcrypt/libgcrypt-mirror/-/pipelines/472626834

Feb 16 2022, 7:24 PM · Bug Report, libgcrypt, FIPS
ikloecker added a comment to T5834: C++ ABI breakage in gpgme-1.17.0?.

The actual problem isn't the removed internal symbols, but

'method virtual QGpgME::KeyForMailboxJob* QGpgME::Protocol::keyForMailboxJob() const' has some sub-type changes:
  the vtable offset of method virtual QGpgME::KeyForMailboxJob* QGpgME::Protocol::keyForMailboxJob() const changed from 28 to 31
    note that this is an ABI incompatible change to the vtable of class QGpgME::Protocol

KMail calls keyForMailboxJob(), but because of the changed index in the vtable it called addUserIDJob() which ultimately caused the crash.

Feb 16 2022, 7:05 PM · Bug Report
werner triaged T5836: Kleopatra: Optionally, delete private key locally after moving a key to a smartcard as Normal priority.
Feb 16 2022, 5:29 PM · Bug Report, kleopatra, Restricted Project
werner added a comment to T5834: C++ ABI breakage in gpgme-1.17.0?.

Why can't we hide internal symbols in c++ as we are doing in other libs for ages? Were the internal symbols only accidentally exposed?

Feb 16 2022, 5:20 PM · Bug Report
gniibe added a comment to T5835: libgcrypt: More robust/portable integrity check.

I pushed the change: rCa340e9803882: fips: More portable integrity check.
It uses .note.fdo.integrity section, not loaded onto memory.
It simplifies the logic, and switches to dladdr (from dladdr1).

Feb 16 2022, 12:36 PM · Bug Report, libgcrypt, FIPS
gniibe added a comment to T5835: libgcrypt: More robust/portable integrity check.

Pushed the change which fixes the build with ld.gold.
rC9dcf9305962b: fips: Integrity check improvement, with only loadable segments.

Feb 16 2022, 6:29 AM · Bug Report, libgcrypt, FIPS
gniibe added a comment to T5835: libgcrypt: More robust/portable integrity check.

Thank you for your suggestions, @werner.
I agree that we should not put much effort to develop our own methodology here; Too much effort may introduce possibility of unmaintainable code, which should be avoided for the particular purpose of "integrity".

Feb 16 2022, 3:07 AM · Bug Report, libgcrypt, FIPS

Feb 15 2022

ikloecker reopened T5834: C++ ABI breakage in gpgme-1.17.0? as "Open".

Sure. We'll bump the SONAME.

Feb 15 2022, 5:08 PM · Bug Report
thesamesam added a comment to T5834: C++ ABI breakage in gpgme-1.17.0?.

I assumed that changes to internal classes wouldn't break the ABI, but apparently the symbols were still exported. I'll keep this in mind for the next release.

FWIW, the internal class in question was completely rewritten. Since the damage has been done already, I'll close this report. We won't readd symbols to dead code. Sorry, for the inconvenience.

Feb 15 2022, 5:02 PM · Bug Report
werner added a comment to T5835: libgcrypt: More robust/portable integrity check.

Folks, you are opening a can of worms. The only secure why to sign a file is to have a detached signature. That is often non-practical and thus putting the signature/MAC at one certain position and exempt just this one position from hashing is the next best alternative. Any more complicated rules will inevitably introduce security flaws. If a binary is stripped, it is a different binary than a non-stripped one, if it is linked with another linker, it is a different one. And that binary will even be able to figure this out and change behavior. Please keep it simple.

Feb 15 2022, 1:51 PM · Bug Report, libgcrypt, FIPS
neverpanic added a comment to T5835: libgcrypt: More robust/portable integrity check.

Thanks! Maybe it would be simpler to use dl_iterate_phdr(3) for this. I wasn't aware of the function, but a colleague just implemented a proof-of-concept of what you're proposing in https://gitlab.com/dueno/integrity-notes.

Feb 15 2022, 11:58 AM · Bug Report, libgcrypt, FIPS
ikloecker closed T5834: C++ ABI breakage in gpgme-1.17.0? as Wontfix.

I assumed that changes to internal classes wouldn't break the ABI, but apparently the symbols were still exported. I'll keep this in mind for the next release.

Feb 15 2022, 9:12 AM · Bug Report
gniibe added a comment to T5835: libgcrypt: More robust/portable integrity check.

I am going to apply https://gitlab.com/redhat-crypto/libgcrypt/libgcrypt-mirror/-/commit/64ccc25c4b4a2c8c4e13e7e37ff1c8c60a3d8401
And consider adding the code to limit hashing content (from start of the file to end of data section).

Feb 15 2022, 7:40 AM · Bug Report, libgcrypt, FIPS
werner added a comment to T5823: DNS srv problem with Tor transparent proxy.

Guess why GnuPG has its own Tor aware resolver ;-) To debug this kind of stuff you need to debug dirmngr, by adding for example

Feb 15 2022, 7:32 AM · Not A Bug
gniibe updated the task description for T5835: libgcrypt: More robust/portable integrity check.
Feb 15 2022, 3:39 AM · Bug Report, libgcrypt, FIPS
gniibe triaged T5835: libgcrypt: More robust/portable integrity check as High priority.
Feb 15 2022, 3:38 AM · Bug Report, libgcrypt, FIPS

Feb 14 2022

thesamesam set External Link to https://bugs.kde.org/show_bug.cgi?id=449891 on T5834: C++ ABI breakage in gpgme-1.17.0?.
Feb 14 2022, 10:14 PM · Bug Report
thesamesam created T5834: C++ ABI breakage in gpgme-1.17.0?.
Feb 14 2022, 10:13 PM · Bug Report
ikloecker closed T5830: SIGBUS with gpgme_op_interact as Resolved.
Feb 14 2022, 4:26 PM · gpgme, Bug Report
ikloecker closed T5833: Kleopatra: Shows lower case "kleopatra" in system tray menu and Really Quit? confirmation dialog as Resolved.
Feb 14 2022, 4:22 PM · kleopatra, Restricted Project, Bug Report
ikloecker moved T5833: Kleopatra: Shows lower case "kleopatra" in system tray menu and Really Quit? confirmation dialog from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Feb 14 2022, 4:05 PM · kleopatra, Restricted Project, Bug Report
ikloecker claimed T5833: Kleopatra: Shows lower case "kleopatra" in system tray menu and Really Quit? confirmation dialog.
Feb 14 2022, 4:05 PM · kleopatra, Restricted Project, Bug Report
ikloecker created T5833: Kleopatra: Shows lower case "kleopatra" in system tray menu and Really Quit? confirmation dialog.
Feb 14 2022, 4:05 PM · kleopatra, Restricted Project, Bug Report
ilka added a comment to T5830: SIGBUS with gpgme_op_interact.

Found it: I did not initialize gpgme_op_interact's last parameter out with gpgme_data_new. The error is now gone.

Feb 14 2022, 3:55 PM · gpgme, Bug Report
ZenithalHourlyRate created T5831: Backport (f808012a) scd: Use lock_slot for apdu_send_direct. to GnuPG 2.2.
Feb 14 2022, 1:10 PM · gnupg (gpg22), Bug Report, scd
werner triaged T5825: [gpgme] [python] possible dangling reference to passphrase as High priority.
Feb 14 2022, 12:51 PM · patch, gpgme, Bug Report
gniibe closed T5814: gpg-agent can't find existing 'pinentry', searches 'Pinentry' (uppercase'P') instead as Resolved.
Feb 14 2022, 10:46 AM · Not A Bug, Bug Report
gniibe added a comment to T5814: gpg-agent can't find existing 'pinentry', searches 'Pinentry' (uppercase'P') instead.

Good to hear the cause.

Feb 14 2022, 10:46 AM · Not A Bug, Bug Report