Page MenuHome GnuPG
Feed All Stories

Jan 18 2022

ikloecker moved T5791: Kleopatra: Make settings read-only if corresponding GnuPG config entries or KConfigXT entries are read-only from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 18 2022, 7:11 PM · Restricted Project, kleopatra
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

@werner Hmm, okay. So I have tested the wrong thing. To me /etc/gnupg/gpgconf.conf looked very much like a global config file I was supposed to test. I have looked at /etc/gnupg, found the example gpgconf.conf and played around with it. It had some effects (see above), so I assumed that it should work. Since it's obvious from my tests, that it doesn't really work as documented anymore, all corresponding code should be removed entirely (or fixed if it should be kept for backward compatibility).

Jan 18 2022, 7:07 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
bernhard committed rWc1fa6586a47e: Fix typo in version4.htm4 (authored by bernhard).
Fix typo in version4.htm4
Jan 18 2022, 6:34 PM
werner added a comment to T5732: Backport option reading in gpgconf to 2.2.

ikloecker: gpgconf.conf ist not anymore used since we have the global config files.

Jan 18 2022, 6:31 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
dlbucy added a comment to T5787: GPG 2.3.4, YubiKey - gpg --card-status reports Version 0.0.

Thank you.

Jan 18 2022, 5:57 PM · yubikey
ikloecker triaged T5791: Kleopatra: Make settings read-only if corresponding GnuPG config entries or KConfigXT entries are read-only as Normal priority.
Jan 18 2022, 3:27 PM · Restricted Project, kleopatra
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

With /etc/gnupg/gpgconf.conf

[empty lines and comment lines]
*	gpgsm	verbose				[no-change]
	gpgsm	quiet				[no-change]
	gpgsm	debug-level			[no-change]
	gpgsm	log-file			[no-change]
	gpgsm	include-certs			[no-change]
	gpgsm	compliance			[no-change]
	gpgsm	default-key			[no-change]
	gpgsm	encrypt-to			[no-change]
	gpgsm	keyserver			[no-change]
	gpgsm	disable-dirmngr			[no-change]
	gpgsm	auto-issuer-key-retrieve	[no-change]
	gpgsm	p12-charset			[no-change]
	gpgsm	disable-crl-checks		[no-change]
	gpgsm	enable-crl-checks		[no-change]
	gpgsm	disable-trusted-cert-crl-check	[no-change]
	gpgsm	enable-ocsp			[no-change]
	gpgsm	disable-policy-checks		[no-change]
	gpgsm	cipher-algo			[no-change]

all options are correctly flagged as "no change" in the output of gpgconf

Jan 18 2022, 10:52 AM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

More weirdness. With gpgconf (GnuPG) 2.2.34-beta23 I get:

Jan 18 2022, 10:49 AM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
aheinecke added a comment to T5784: Prioritization of weak Brainpool-Curves, when de-vs aka VS-NfD mode is activated (compliance de-vs).

These curves are not the default in the compliance mode "gnupg" only if you explicitly switch to the BSI defined "VS-NfD" mode they become default.

Jan 18 2022, 8:26 AM · Not A Bug, gpg4win, gnupg
werner committed rG38e100acb720: gpg: Print Yubikey version correctly. (authored by werner).
gpg: Print Yubikey version correctly.
Jan 18 2022, 8:05 AM
werner added a comment to T5787: GPG 2.3.4, YubiKey - gpg --card-status reports Version 0.0.

This is related to the fix for T5100. We had to to remove the version number from the AID and gpg --card-status takes the version number from the AID. gpg-card was fixed for this but gpg --card-status not.

Jan 18 2022, 7:40 AM · yubikey
werner closed T5788: gpgconf --apply-defaults cannot write "debug-level" as Wontfix.

--apply-defaults is an obsolete option because we now have global config files. I would also like to get rid of --debug-level but that won't be easy. Using --debug LIST_OF_DEBUG_FLAGS is a more versatile way of specifying debug options.

Jan 18 2022, 7:24 AM · Bug Report
werner closed T5789: gpg --list-options [comp] has missing closing quotes for strings as Resolved.

Nope. The double quote indicates a string. See the man page.

Jan 18 2022, 7:21 AM · Not A Bug, Bug Report
werner triaged T5790: Cannot use "Retired Cert Key Mgm [1-20]” Slots on YubiKey as Normal priority.
Jan 18 2022, 7:20 AM · gnupg24, gnupg (gpg23), scd, Feature Request
gniibe added a comment to T5512: Implement service indicators.

And we need to fix selftest for shorter keys.

Jan 18 2022, 4:12 AM · Feature Request, FIPS, libgcrypt
gniibe added a comment to T5512: Implement service indicators.

@pmgdeb : IIUC, what we need is:

diff --git a/cipher/md.c b/cipher/md.c
index 34336b5c..4f4fc9bf 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -903,6 +903,9 @@ prepare_macpads (gcry_md_hd_t a, const unsigned char *key, size_t keylen)
 {
   GcryDigestEntry *r;
Jan 18 2022, 4:05 AM · Feature Request, FIPS, libgcrypt
gniibe committed rC6f225308d3e5: build: Fix .m4 files in distribution. (authored by gniibe).
build: Fix .m4 files in distribution.
Jan 18 2022, 3:44 AM
gniibe committed rE0150919b6a82: build: Detect more flexible musl variants of GNU (authored by dkg).
build: Detect more flexible musl variants of GNU
Jan 18 2022, 3:34 AM
gniibe added a comment to T5762: libgpg-error: permit auto-introspection on non-glibc platforms like musl.

Thank you, applied.

Jan 18 2022, 3:34 AM · gpgrt, Bug Report
gniibe committed rEb26220f92fa6: po,w32: Directly run msgfmt at install-data-hook. (authored by gniibe).
po,w32: Directly run msgfmt at install-data-hook.
Jan 18 2022, 2:29 AM
gniibe committed rEb37c68f28a92: po: Update files from gettext 0.21 to match m4/po.m4. (authored by gniibe).
po: Update files from gettext 0.21 to match m4/po.m4.
Jan 18 2022, 2:17 AM
manonfgoo updated the task description for T5790: Cannot use "Retired Cert Key Mgm [1-20]” Slots on YubiKey.
Jan 18 2022, 1:21 AM · gnupg24, gnupg (gpg23), scd, Feature Request
manonfgoo created T5790: Cannot use "Retired Cert Key Mgm [1-20]” Slots on YubiKey.
Jan 18 2022, 1:19 AM · gnupg24, gnupg (gpg23), scd, Feature Request
arkadesOrg created T5789: gpg --list-options [comp] has missing closing quotes for strings.
Jan 18 2022, 12:30 AM · Not A Bug, Bug Report
arkadesOrg created T5788: gpgconf --apply-defaults cannot write "debug-level".
Jan 18 2022, 12:25 AM · Bug Report
dlbucy created T5787: GPG 2.3.4, YubiKey - gpg --card-status reports Version 0.0.
Jan 18 2022, 12:02 AM · yubikey

Jan 17 2022

dkg committed rE371d1c952297: build: Detect more flexible musl variants of GNU (authored by dkg).
build: Detect more flexible musl variants of GNU
Jan 17 2022, 10:33 PM
joeyberkovitz added a comment to T5782: Kleopatra: Smartcard unusable secret key until used via command line.

Potential fix posted here: https://invent.kde.org/pim/kleopatra/-/merge_requests/11

Jan 17 2022, 9:29 PM · kleopatra, Bug Report, gpg4win
werner added a member for g10code: bad.
Jan 17 2022, 8:20 PM
werner added a member for Contributor: bad.
Jan 17 2022, 8:19 PM
dkg added a comment to T5762: libgpg-error: permit auto-introspection on non-glibc platforms like musl.
Jan 17 2022, 8:03 PM · gpgrt, Bug Report
dkg reopened T5762: libgpg-error: permit auto-introspection on non-glibc platforms like musl as "Open".

Thanks for looking into this, @gniibe! over on https://bugs.debian.org/1003313 Helmut is asking for a re-consideration because he wanted to match arm-linux-musleabihf. Would you be ok with a change like my proposal rE371d1c952297f781277b979a4662859ec80fe836 (on branch dkg/expand-musl), that expands *-*-linux-musl to *-*-linux-musl* ?

Jan 17 2022, 7:56 PM · gpgrt, Bug Report
Jakuje added a comment to T5512: Implement service indicators.

This is my draft for the FIPS indicator KDF. I think we do not need to keep the original GCRYCTL_FIPS_SERVICE_INDICATOR if we replace it also in the tests. This will also need some tests and documentation update.

Jan 17 2022, 7:01 PM · Feature Request, FIPS, libgcrypt
vitusb added a comment to T5783: All s2k hardenings silently ignored when exporting private keys.

Sending a private key with just the local protection is not a good idea.

Jan 17 2022, 6:11 PM · Not A Bug, gpgagent, OpenPGP, gpg4win, gnupg
vitusb added a comment to T5784: Prioritization of weak Brainpool-Curves, when de-vs aka VS-NfD mode is activated (compliance de-vs).

Please no holy wars on the type of curves. NIST as its opinon, Europe has its opinion, DJB has of course a different opinion. Please use the the cryptography ML for such political/technical discussions.

Jan 17 2022, 5:41 PM · Not A Bug, gpg4win, gnupg
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

After commenting out the options that gpgconf 2.3 complains about I get:

$ gpgconf --version
gpgconf (GnuPG) 2.3.5-beta17
Copyright (C) 2021 Free Software Foundation, Inc.
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.
Jan 17 2022, 5:28 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

I tried to see what gpgconf from master says, but I only get

$gpgconf --list-options gpg
gpgconf: unknown option 'try-secret-key' at '/etc/gnupg/gpgconf.conf', line 95
gpgconf: unknown option 'reader-port' at '/etc/gnupg/gpgconf.conf', line 96
Jan 17 2022, 5:20 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

This also doesn't look right:

Jan 17 2022, 5:01 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

The following looks very much like a bug.

Jan 17 2022, 4:35 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

Example:
/etc/gnupg/gpg.conf:

default-key B81CE112B26A8EA8BE7B95D2E375339BF4C51840
Jan 17 2022, 4:28 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker added a comment to T5732: Backport option reading in gpgconf to 2.2.

With rG8c878ae4c9dfa9fe26aa15f4f9db3e86833575e9 some rules for allow-mark-trusted were removed from doc/examples/gpgconf.conf, but the comments below which are supposed to explain the example rules still talk about allow-mark-trusted.

Jan 17 2022, 4:04 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ikloecker committed rM9c03bde06be9: qt: Fix build without installed GpgME++ headers (authored by ikloecker).
qt: Fix build without installed GpgME++ headers
Jan 17 2022, 2:47 PM
ikloecker committed rMec71eb1d7d9f: qt: Remove superfluous include (authored by ikloecker).
qt: Remove superfluous include
Jan 17 2022, 2:47 PM
ikloecker committed rG9f64bf6c0b31: po: Remove duplicate message definitions (authored by ikloecker).
po: Remove duplicate message definitions
Jan 17 2022, 2:21 PM
aheinecke committed rP8f239a2b133c: qt: Install translator and translations (authored by aheinecke).
qt: Install translator and translations
Jan 17 2022, 11:07 AM
pmgdeb added a comment to T5512: Implement service indicators.

I'm not completely sure but it might be convenient to mark HMAC keys with lengths less that 112 as non-approved in FIPS mode for both generation and verification. It could be easily implemented by adding a check using cipher/mac-hmac.c:hmac_get_keylen() or at the algo level. What do you think?

Jan 17 2022, 10:56 AM · Feature Request, FIPS, libgcrypt
werner closed T5783: All s2k hardenings silently ignored when exporting private keys as Resolved.

Sending a private key with just the local protection is not a good idea. It is better to export the key and then send it in an encrypted mail - for example in symmetric mode with a strong password.

Jan 17 2022, 10:48 AM · Not A Bug, gpgagent, OpenPGP, gpg4win, gnupg
aheinecke added a comment to T5786: Pinentry-qt: Context menu in english.

Btw. had to revert your unique ptr change ;-) I didn't want to raise the c++ level just for that.

Jan 17 2022, 10:44 AM · pinentry
aheinecke closed T5786: Pinentry-qt: Context menu in english as Resolved.

ikloecker I have just added the ki18n main code to pinentry-qt as qti18n.cpp this fixes it for me. I have commented out everything but the base catalog.

Jan 17 2022, 10:43 AM · pinentry
werner closed T5784: Prioritization of weak Brainpool-Curves, when de-vs aka VS-NfD mode is activated (compliance de-vs) as Resolved.

Please no holy wars on the type of curves. NIST as its opinon, Europe has its opinion, DJB has of course a different opinion. Please use the the cryptography ML for such political/technical discussions.

Jan 17 2022, 10:43 AM · Not A Bug, gpg4win, gnupg
werner changed the edit policy for T5783: All s2k hardenings silently ignored when exporting private keys.
Jan 17 2022, 10:39 AM · Not A Bug, gpgagent, OpenPGP, gpg4win, gnupg
ikloecker added a comment to T5786: Pinentry-qt: Context menu in english.

OTOH, inst-qttranslations.nsi copies all .qm files needed by the qt_<language>.qm files.

Jan 17 2022, 10:38 AM · pinentry
werner changed the edit policy for T5784: Prioritization of weak Brainpool-Curves, when de-vs aka VS-NfD mode is activated (compliance de-vs).
Jan 17 2022, 10:36 AM · Not A Bug, gpg4win, gnupg
ikloecker added a comment to T5786: Pinentry-qt: Context menu in english.

For the appimage I have added a patch (backported from ki18n) that makes sure that the Qt translations for qtbase are loaded even if the (unneeded) translations for qtscript, qtmultimedia, and qtxmlpatterns are missing. See 0001-Load-Qt-translations-even-if-some-catalogs-are-missi.patch.

Jan 17 2022, 10:36 AM · pinentry
ikloecker renamed T5780: Kleopatra: Result dialog does not have focus after operation from Kleopatra: Eesult dialog does not have focus after operation to Kleopatra: Result dialog does not have focus after operation.
Jan 17 2022, 9:41 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rLIBKLEOb7dacb5dab63: Do not use "guru" as debug level. (authored by werner).
Do not use "guru" as debug level.
Jan 17 2022, 9:35 AM
aheinecke triaged T5786: Pinentry-qt: Context menu in english as Normal priority.
Jan 17 2022, 9:06 AM · pinentry
aheinecke closed T4777: Pinentry sometimes mixes languages as Resolved.

Saw this again and the commit was not in the Stable 2.2 branch. I have cherry picked it. This should resolve this issue.

Jan 17 2022, 9:02 AM · gnupg (gpg23), S/MIME, gpgagent
aheinecke committed rGc54f7e154f1e: po: Make agent/commands.c translatable and update German translation. (authored by werner).
po: Make agent/commands.c translatable and update German translation.
Jan 17 2022, 9:02 AM
gyakovlev added a comment to T5785: libgcrypt-1.9.4 build failure on ppc64le.

sorry, I'm a bit confused now and probably everything I wrote above is incorrect.

Jan 17 2022, 8:47 AM · Gentoo, Bug Report
gyakovlev added a comment to T5785: libgcrypt-1.9.4 build failure on ppc64le.

thanks for approving account.
build error happens in automatic configuration (when --enable-ppc-crypto-support is omitted from ./configure) and -mcpu=powerpc64le, -mcpu=power8 or power9 or -mpower8-vector flags are not passed to compiler.

Jan 17 2022, 8:18 AM · Gentoo, Bug Report
werner added a project to T5782: Kleopatra: Smartcard unusable secret key until used via command line: kleopatra.
Jan 17 2022, 7:45 AM · kleopatra, Bug Report, gpg4win
gniibe committed rCe023e10ee89b: Update documentation related to FIPS (authored by Jakuje).
Update documentation related to FIPS
Jan 17 2022, 7:15 AM
gniibe committed rC8611c9f276ad: fips: Add support for KDF FIPS indicators (authored by Jakuje).
fips: Add support for KDF FIPS indicators
Jan 17 2022, 7:15 AM
gniibe committed rCd0db6a5abf7b: fips: Remove GCRYCTL_FIPS_SERVICE_INDICATOR and renumber the enum. (authored by gniibe).
fips: Remove GCRYCTL_FIPS_SERVICE_INDICATOR and renumber the enum.
Jan 17 2022, 7:15 AM
gniibe added a comment to T5512: Implement service indicators.

Thank you, applied.
Also, add another change.

Jan 17 2022, 6:51 AM · Feature Request, FIPS, libgcrypt
gniibe committed rG4cc724639c01: gpg: Fix adding the list of ultimate trusted keys. (authored by gniibe).
gpg: Fix adding the list of ultimate trusted keys.
Jan 17 2022, 6:35 AM
gniibe added a project to T5742: Apparent regressions between 2.2.32 and 2.2.33 of GnuPG: Restricted Project.

Backported to 2.2, too.

Jan 17 2022, 6:24 AM · Restricted Project, Bug Report, gnupg (gpg23)
thesamesam updated subscribers of T5785: libgcrypt-1.9.4 build failure on ppc64le.

On behalf of @gyakovlev (pending approval for his account):

[03:05:23]  <@gyakovlev>  AC_DEFINE(HAVE_COMPATIBLE_CC_PPC_ALTIVEC,1,
[03:05:23]  <@gyakovlev>         [Defined if underlying compiler supports PowerPC AltiVec/VSX/crypto intrinsics])
[03:05:34]  <@gyakovlev> they should definitely check for __POWER8_VECTOR__ 1
[03:05:44]  <@gyakovlev> it's not plain altivec
[03:06:52]  <@gyakovlev> that power check should check for __POWER8_VECTOR__
[03:06:52]  <@gyakovlev> not only for what they check already.
[03:08:59]  <@gyakovlev> it probably should be checked after __powerpc64__ or instead of it.
Jan 17 2022, 4:09 AM · Gentoo, Bug Report
thesamesam added a project to T5785: libgcrypt-1.9.4 build failure on ppc64le: Gentoo.
Jan 17 2022, 3:34 AM · Gentoo, Bug Report
thesamesam added a comment to T5785: libgcrypt-1.9.4 build failure on ppc64le.

Looks like it's triggered if e.g. -mcpu=power9 isn't in CFLAGS.

Jan 17 2022, 3:34 AM · Gentoo, Bug Report
thesamesam added a comment to T5785: libgcrypt-1.9.4 build failure on ppc64le.

Build log here:

Jan 17 2022, 3:32 AM · Gentoo, Bug Report
thesamesam created T5785: libgcrypt-1.9.4 build failure on ppc64le.
Jan 17 2022, 3:31 AM · Gentoo, Bug Report

Jan 16 2022

vitusb renamed T5783: All s2k hardenings silently ignored when exporting private keys from All s2k hardenings silently ignored when doin an export of private keys to All s2k hardenings silently ignored when exporting private keys.
Jan 16 2022, 2:10 PM · Not A Bug, gpgagent, OpenPGP, gpg4win, gnupg
vitusb raised the priority of T5784: Prioritization of weak Brainpool-Curves, when de-vs aka VS-NfD mode is activated (compliance de-vs) from High to Needs Triage.
Jan 16 2022, 12:26 PM · Not A Bug, gpg4win, gnupg
vitusb raised the priority of T5783: All s2k hardenings silently ignored when exporting private keys from High to Needs Triage.
Jan 16 2022, 12:25 PM · Not A Bug, gpgagent, OpenPGP, gpg4win, gnupg

Jan 15 2022

vitusb triaged T5784: Prioritization of weak Brainpool-Curves, when de-vs aka VS-NfD mode is activated (compliance de-vs) as High priority.
Jan 15 2022, 3:53 PM · Not A Bug, gpg4win, gnupg
vitusb triaged T5783: All s2k hardenings silently ignored when exporting private keys as High priority.
Jan 15 2022, 3:12 PM · Not A Bug, gpgagent, OpenPGP, gpg4win, gnupg

Jan 14 2022

joeyberkovitz created T5782: Kleopatra: Smartcard unusable secret key until used via command line.
Jan 14 2022, 2:54 PM · kleopatra, Bug Report, gpg4win
werner triaged T5781: Add tooltip to Kleo's advanced key generation dialog as Normal priority.
Jan 14 2022, 12:07 PM · Restricted Project, Feature Request, kleopatra
aheinecke committed rLIBKLEObf2fb686fb88: Filter on subkey fingerprints in keylist, too (authored by aheinecke).
Filter on subkey fingerprints in keylist, too
Jan 14 2022, 10:37 AM
aheinecke triaged T5780: Kleopatra: Result dialog does not have focus after operation as Normal priority.
Jan 14 2022, 10:25 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
aheinecke closed T5779: Kleopatra: Filter by fingerprint in keylistwidget as Resolved.
Jan 14 2022, 10:09 AM · kleopatra, Restricted Project
aheinecke triaged T5779: Kleopatra: Filter by fingerprint in keylistwidget as Normal priority.
Jan 14 2022, 10:07 AM · kleopatra, Restricted Project
aheinecke added a comment to T5777: Kleopatra: Remove all external links which would open a browser.

Yes I think changing the textinteraction flags for these labels would be fine. But as this is only for one customer we should probably add some config like "no links". I think the about dialog things are more problematic as they come from Frameworks.

Jan 14 2022, 9:59 AM · kleopatra, Restricted Project
ikloecker added a comment to T5777: Kleopatra: Remove all external links which would open a browser.

Is the problem links which can be clicked? Or the mere displaying of links? If the former needs to be changed, then removing the Qt::LinksAccessibleByMouse and Qt::LinksAccessibleByKeyboard flags from the textInteractionFlags of QLabel, QTextEdit, QTextBrowser would do it.

Jan 14 2022, 9:56 AM · kleopatra, Restricted Project
aheinecke triaged T5778: Wish to add a generic comment or hint to encrypted data as Wishlist priority.
Jan 14 2022, 9:53 AM · gnupg, Restricted Project
aheinecke triaged T5777: Kleopatra: Remove all external links which would open a browser as High priority.
Jan 14 2022, 8:56 AM · kleopatra, Restricted Project
aheinecke added a comment to T5775: Kleopatra: Add action to restart background processes.

Oh, this is something we should fix anyway because users when evaluating Kleopatra and making configuration changes regularly run "gpgconf --kill all" anyway. Could it be that the SCD DEVINFO --watch fails because the gpg-agent is not yet started again?

Jan 14 2022, 8:42 AM · kleopatra, Restricted Project

Jan 13 2022

ikloecker committed rMe16729edcbdf: tests: Fix generation of keys without expiration (authored by ikloecker).
tests: Fix generation of keys without expiration
Jan 13 2022, 4:34 PM
ikloecker committed rMe4625885a851: tests: Remove unsupported option --status from usage help (authored by ikloecker).
tests: Remove unsupported option --status from usage help
Jan 13 2022, 4:34 PM
ikloecker committed rM4d913a8aa5da: qt: Add job to add existing subkeys to other keys (authored by ikloecker).
qt: Add job to add existing subkeys to other keys
Jan 13 2022, 3:36 PM
ikloecker committed rMd308910cdfb3: qt,tests: Add helper to hook up the test passphrase provider (authored by ikloecker).
qt,tests: Add helper to hook up the test passphrase provider
Jan 13 2022, 3:36 PM
ikloecker committed rMa4dcb17486bb: cpp: Add interactor to add existing subkeys to other keys (authored by ikloecker).
cpp: Add interactor to add existing subkeys to other keys
Jan 13 2022, 3:36 PM
ikloecker committed rMa54402fc2d1c: qt,tests: Add asyncDone signal to base class of all tests (authored by ikloecker).
qt,tests: Add asyncDone signal to base class of all tests
Jan 13 2022, 3:36 PM
ikloecker added a comment to T5775: Kleopatra: Add action to restart background processes.

Note: Currently, killing the background processes causes a SIGPIPE (broken pipe) in the worker thread of the DeviceInfoWatcher. Kleopatra seems to survive this, but I'm not sure the thread survives. Starting a new SCD DEVINFO --watch fails with General error. On exit, the thread then receives a SIGABRT which crashes Kleopatra.

Jan 13 2022, 1:18 PM · kleopatra, Restricted Project
aheinecke renamed T5774: Kleopatra: Better default when decrypting Outlook attachments from Kleopatra: Better default when decrypting Outlook attachmetns to Kleopatra: Better default when decrypting Outlook attachments.
Jan 13 2022, 11:56 AM · kleopatra, Restricted Project
aheinecke triaged T5776: Kleopatra: Add possibility to copy fingerprints without spaces as Wishlist priority.
Jan 13 2022, 11:48 AM · kleopatra, Restricted Project
aheinecke triaged T5775: Kleopatra: Add action to restart background processes as Normal priority.
Jan 13 2022, 11:45 AM · kleopatra, Restricted Project
aheinecke triaged T5774: Kleopatra: Better default when decrypting Outlook attachments as Normal priority.
Jan 13 2022, 10:18 AM · kleopatra, Restricted Project