Page MenuHome GnuPG
Feed All Stories

Sep 19 2024

gniibe added a comment to T7291: scdaemon randomly hangs when trying to access a token.

Do you have scd-event script in your GNUPGHOME?

Sep 19 2024, 9:13 AM · scd
cklassen added a comment to T5374: Can't move a signed mail in Outlook from In-Mail folder to any other folder.

This still seems to be a problem. I was using Outlook 365 version 2408 and the current GpgOL and moving a signed email didn't work correctly. But there seems to be a difference when I move it by using the context menu or by using drag 'n' drop.

Sep 19 2024, 9:09 AM · Restricted Project, Bug Report, gpg4win
werner added a comment to T7200: Trustdb not updated on import of extended certificate.

Does the file system watcher catch that keyboxd changes its database file below public-keys.d ?

Sep 19 2024, 8:58 AM · gnupg22 (gnupg-2.2.45), vsd32, vsd33, Bug Report, Restricted Project
gniibe committed rEbcab96484d48: posix: Fix forgotten _gpgrt_post_syscall on error path. (authored by gniibe).
posix: Fix forgotten _gpgrt_post_syscall on error path.
Sep 19 2024, 8:56 AM
werner added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

I see. the systemd race of having two gpg-agent processes. The second gpg-agent should eventually go away but than it is already too late.

Sep 19 2024, 8:56 AM · gpgagent, scd, gnupg24, Bug Report
gniibe committed rE4a0c942151da: posix: Fix memory leak for spawn. (authored by gniibe).
posix: Fix memory leak for spawn.
Sep 19 2024, 8:55 AM
werner added a comment to T7294: keyboxd: Possible race conditions (and clean up).

Sounds very reasonable. Maybe the initial idea was to open the database directly after keyboxd start and before and connections are accepted. My usual try to optimize a mutex away - I should not do this.

Sep 19 2024, 8:49 AM · Bug Report, kleopatra, Restricted Project
gniibe added a comment to T7294: keyboxd: Possible race conditions (and clean up).

I applied rGb804378f183f: kbx: Fix a race condition on DATABASE_HD. in master. Let us see how behavior changes.

Sep 19 2024, 6:53 AM · Bug Report, kleopatra, Restricted Project
gniibe committed rGb804378f183f: kbx: Fix a race condition on DATABASE_HD. (authored by gniibe).
kbx: Fix a race condition on DATABASE_HD.
Sep 19 2024, 6:47 AM
gniibe added a comment to T7294: keyboxd: Possible race conditions (and clean up).

I found one problem. This problem may result lock-up on Windows, I suppose.

Sep 19 2024, 6:40 AM · Bug Report, kleopatra, Restricted Project
gniibe triaged T7294: keyboxd: Possible race conditions (and clean up) as High priority.
Sep 19 2024, 6:32 AM · Bug Report, kleopatra, Restricted Project
l10n daemon script <scripty@kde.org> committed rLIBKLEO8061539cbccc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 19 2024, 3:32 AM
gniibe added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

I mean: two gpg-agent requests simultaneously running DEVINFO --watch.
Single scdaemon, two threads handling DEVINFO --watch simultaneously, by pselect + read.
Two threads waken up, but it was only one thread which can read(2), another was blocked (before the fix).

Sep 19 2024, 1:43 AM · gpgagent, scd, gnupg24, Bug Report

Sep 18 2024

ikloecker added a comment to T7200: Trustdb not updated on import of extended certificate.

Kleopatra does a full key listing after an import (triggered by the file system watcher noticing changes in GNUPGHOME). In general, Kleopatra always does full key listings.

Sep 18 2024, 8:48 PM · gnupg22 (gnupg-2.2.45), vsd32, vsd33, Bug Report, Restricted Project
mlaurent committed rMTP14b792079c64: Use Q_RELOCATABLE_TYPE (authored by mlaurent).
Use Q_RELOCATABLE_TYPE
Sep 18 2024, 8:12 PM
werner added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

You mean it is possible that the initialization function is called by several threads - or that two scdaemon's are running before they realize that one of them is in the way?

Sep 18 2024, 6:30 PM · gpgagent, scd, gnupg24, Bug Report
werner added a comment to T7200: Trustdb not updated on import of extended certificate.

How does Kleo's key listing after an import work? Does it do a full listing or just updates the imported keys? Keep in mind that the import merely sets a flag in the trudtdb to be evaluated by the next key listing.

Sep 18 2024, 6:23 PM · gnupg22 (gnupg-2.2.45), vsd32, vsd33, Bug Report, Restricted Project
ikloecker moved T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 18 2024, 3:35 PM · gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker claimed T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.
Sep 18 2024, 3:34 PM · gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker added a comment to T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.

Status messages on successful creation of signed & encrypted archive

2024-09-18 15:21:33 gpgme[3250.d47]     _gpgme_io_read: check: [GNUPG:] PROGRESS gpgtar c 0 3<LF>
2024-09-18 15:21:33 gpgme[3250.d47]     _gpgme_io_read: check: [GNUPG:] PROGRESS gpgtar s 0 62 B<LF>
Sep 18 2024, 3:34 PM · gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
CarlSchwan committed rMTP7e78df62bcf8: Linkify certificate (authored by CarlSchwan).
Linkify certificate
Sep 18 2024, 3:20 PM
ikloecker assigned T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures) to TobiasFella.

Tobias is working on this

Sep 18 2024, 3:12 PM · Restricted Project, kleopatra
ikloecker raised the priority of T7200: Trustdb not updated on import of extended certificate from Normal to Needs Triage.

I don't see how Kleopatra is responsible for updating the trustdb. As Andre correctly commented, Kleopatra sets "no-auto-check-trustdb" only for the initial key listing.

Sep 18 2024, 3:05 PM · gnupg22 (gnupg-2.2.45), vsd32, vsd33, Bug Report, Restricted Project
ikloecker changed the status of T7216: Kleopatra: Integrate "disabled" feature from gpg from Open to Testing.

Setting to Testing and WiP to reflect status of the subtasks and to get it removed from the Open Tasks list.

Sep 18 2024, 2:51 PM · Feature Request, kleopatra, Restricted Project
ikloecker assigned T7234: Kleopatra: add disable/enable certificate in context menu to TobiasFella.

This was implemented by Tobias

Sep 18 2024, 2:47 PM · vsd33, Feature Request, kleopatra, Restricted Project
TobiasFella committed rLIBKLEOeb4dbb262e40: Remove leftover qWarning (authored by TobiasFella).
Remove leftover qWarning
Sep 18 2024, 2:24 PM
TobiasFella committed rKLEOPATRAb155d08ba28b: Do not create RevokersWidget when gpgme is too old (authored by TobiasFella).
Do not create RevokersWidget when gpgme is too old
Sep 18 2024, 2:20 PM
TobiasFella committed rKLEOPATRAd86bf7b90edb: Adjust title (authored by TobiasFella).
Adjust title
Sep 18 2024, 1:03 PM
TobiasFella committed rKLEOPATRAc1e2810c83f1: Adapt to change (authored by TobiasFella).
Adapt to change
Sep 18 2024, 11:16 AM
TobiasFella committed rLIBKLEO556d332f99c4: FileNameRequester: Add API for setting the button's tooltip (authored by TobiasFella).
FileNameRequester: Add API for setting the button's tooltip
Sep 18 2024, 11:15 AM
TobiasFella committed rKLEOPATRA100989b0052b: Linkify urls (authored by TobiasFella).
Linkify urls
Sep 18 2024, 11:00 AM
TobiasFella committed rLIBKLEO5d1256c6ae04: Formatting::prettySignature: Linkify unknown certificates (authored by TobiasFella).
Formatting::prettySignature: Linkify unknown certificates
Sep 18 2024, 10:52 AM
TobiasFella committed rKLEOPATRAb2a8e1bdc6a3: Fix labels (authored by TobiasFella).
Fix labels
Sep 18 2024, 10:35 AM
TobiasFella committed rKLEOPATRA923b5a4dd44f: Set text for button (authored by TobiasFella).
Set text for button
Sep 18 2024, 10:35 AM
ikloecker committed rKLEOPATRAc48dc7068596: Increase required KF version again and disable Flatpak build instead (authored by ikloecker).
Increase required KF version again and disable Flatpak build instead
Sep 18 2024, 10:23 AM
TobiasFella committed rLIBKLEO85b104793306: FileNameRequester: Add API for setting the button's tooltip (authored by TobiasFella).
FileNameRequester: Add API for setting the button's tooltip
Sep 18 2024, 9:57 AM
TobiasFella committed rLIBKLEO40b725ddc9b9: FileNameRequester: Add API for setting the button's tooltip (authored by TobiasFella).
FileNameRequester: Add API for setting the button's tooltip
Sep 18 2024, 9:56 AM
TobiasFella committed rKLEOPATRA11d355668db5: Rework formatInputOutputLabel (authored by TobiasFella).
Rework formatInputOutputLabel
Sep 18 2024, 9:41 AM
TobiasFella committed rKLEOPATRAf7cbefb99bd1: Improve DecryptVerifyFilesDialog (authored by TobiasFella).
Improve DecryptVerifyFilesDialog
Sep 18 2024, 9:41 AM
TobiasFella added a comment to T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).

show no text "not VS-NfD compliant" for invalid signatures

Sep 18 2024, 9:41 AM · Restricted Project, kleopatra
ikloecker added a reverting change for rKLEOPATRA60feccb7c871: GIT_SILENT: time to increase version: rKLEOPATRA4ddd92393b17: Revert "GIT_SILENT: time to increase version".
Sep 18 2024, 9:38 AM
ikloecker committed rKLEOPATRA4ddd92393b17: Revert "GIT_SILENT: time to increase version" (authored by ikloecker).
Revert "GIT_SILENT: time to increase version"
Sep 18 2024, 9:38 AM
TobiasFella committed rLIBKLEOdeeb33a26a52: Only show compliance info for signatures that are valid (authored by TobiasFella).
Only show compliance info for signatures that are valid
Sep 18 2024, 9:33 AM
TobiasFella committed rLIBKLEO05a0946c19d6: Apply 1 suggestion(s) to 1 file(s) (authored by TobiasFella).
Apply 1 suggestion(s) to 1 file(s)
Sep 18 2024, 9:26 AM
mlaurent committed rMTPd5da3d8f3e8f: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
Sep 18 2024, 7:09 AM
mlaurent committed rKLEOPATRA60feccb7c871: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
Sep 18 2024, 7:07 AM
mlaurent committed rLIBKLEO4ba4c0aedca2: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
Sep 18 2024, 7:05 AM
gniibe lowered the priority of T7291: scdaemon randomly hangs when trying to access a token from Unbreak Now! to High.

For POSIX, I found an issue of T7151.
If you are using multiple clients which invoke SCD DEVINFO --watch, the problem should be fixed.
If it's not the case, let us locate a bug (or two).

Sep 18 2024, 6:55 AM · scd
gniibe added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

Fixed in rGfc30f7059650: scd: Fix DEVINFO to allow multiple clients.

Sep 18 2024, 6:52 AM · gpgagent, scd, gnupg24, Bug Report
gniibe committed rGfc30f7059650: scd: Fix DEVINFO to allow multiple clients. (authored by gniibe).
scd: Fix DEVINFO to allow multiple clients.
Sep 18 2024, 6:47 AM
gniibe added a comment to T7151: graceful shutdown: DEVINFO should be a gpg-agent command: also watching input close.

I realized that I put a bug on POSIX; When multiple clients do DEVINFO --watch, it is possible for scdaemon to hang (waiting pselect and read, read by one, read by another is blocked).

Sep 18 2024, 4:57 AM · gpgagent, scd, gnupg24, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9d1b313595f3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 18 2024, 3:35 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEObd8914bb8c89: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 18 2024, 3:35 AM

Sep 17 2024

mlaurent committed rMTP855568f266f7: GIT_SILENT: it compiles fine without deprecated methods (kf) (authored by mlaurent).
GIT_SILENT: it compiles fine without deprecated methods (kf)
Sep 17 2024, 7:46 PM
mlaurent committed rLIBKLEO6c6e6e6c3c50: GIT_SILENT: it compiles fine without deprecated methods (kf) (authored by mlaurent).
GIT_SILENT: it compiles fine without deprecated methods (kf)
Sep 17 2024, 7:42 PM
TobiasFella committed rKLEOPATRA67eba7c7f7ea: Rework formatInputOutputLabel (authored by TobiasFella).
Rework formatInputOutputLabel
Sep 17 2024, 4:41 PM
TobiasFella committed rKLEOPATRAa43a9859163e: Improve DecryptVerifyFilesDialog (authored by TobiasFella).
Improve DecryptVerifyFilesDialog
Sep 17 2024, 4:41 PM
CarlSchwan committed rOJ4ed4657958cd: Port away from deprecated KMime APIs (authored by CarlSchwan).
Port away from deprecated KMime APIs
Sep 17 2024, 4:04 PM
ikloecker committed rM9747f189620a: doc,build: Look for yat2m in $prefix/bin (authored by ikloecker).
doc,build: Look for yat2m in $prefix/bin
Sep 17 2024, 3:10 PM
ikloecker committed rMe4b04ae15363: doc,build: Fix "make install" if yat2m isn't available (authored by ikloecker).
doc,build: Fix "make install" if yat2m isn't available
Sep 17 2024, 2:53 PM
werner committed rGd9fdc165e657: agent: Fix detection of the trustflag de-vs. (authored by werner).
agent: Fix detection of the trustflag de-vs.
Sep 17 2024, 1:40 PM
werner committed rG6ff13380a2e3: agent: Fix detection of the trustflag de-vs. (authored by werner).
agent: Fix detection of the trustflag de-vs.
Sep 17 2024, 1:39 PM
ikloecker committed rLIBKLEOd88b75a1e5c2: Don't make me wonder about operator precendence (authored by ikloecker).
Don't make me wonder about operator precendence
Sep 17 2024, 12:25 PM
CarlSchwan committed rOJ8a3a5b164d11: QHttpServer: Adapt to final API from Qt 6.8 (authored by CarlSchwan).
QHttpServer: Adapt to final API from Qt 6.8
Sep 17 2024, 11:12 AM
CarlSchwan committed rOJ87868fc176d5: Port away from KMime::Header::clear (authored by CarlSchwan).
Port away from KMime::Header::clear
Sep 17 2024, 11:12 AM
CarlSchwan committed rOJa352b7a44ef7: Remove pointless call to Subject::clear() (authored by CarlSchwan).
Remove pointless call to Subject::clear()
Sep 17 2024, 11:12 AM
CarlSchwan committed rOJad98d383cb63: Port to Kleo::Formatting::errorAsString for formatting errors (authored by CarlSchwan).
Port to Kleo::Formatting::errorAsString for formatting errors
Sep 17 2024, 11:12 AM
CarlSchwan committed rOJfc4448cdc2ae: Don't show key resolver confirmation dialog when not needed (authored by CarlSchwan).
Don't show key resolver confirmation dialog when not needed
Sep 17 2024, 11:12 AM
TobiasFella committed rLIBKLEO0a8c1ce5b52a: Only show compliance info for signatures that are valid (authored by TobiasFella).
Only show compliance info for signatures that are valid
Sep 17 2024, 10:46 AM
gniibe committed rC4876a1a45c25: tests:kyber: Add genkey and encap KAT tests. (authored by gniibe).
tests:kyber: Add genkey and encap KAT tests.
Sep 17 2024, 10:39 AM
gniibe committed rC38742196c04c: cipher:kyber: Add gcry_kem_genkey to support deterministic op. (authored by gniibe).
cipher:kyber: Add gcry_kem_genkey to support deterministic op.
Sep 17 2024, 10:39 AM
gniibe changed the status of T7277: libgcrypt: Adding Known Answer Tests for KEM from Open to Testing.

Pushed the change in: rC38742196c04c: cipher:kyber: Add gcry_kem_genkey to support deterministic op.
rC4876a1a45c25: tests:kyber: Add genkey and encap KAT tests.

Sep 17 2024, 9:39 AM · PQC, libgcrypt
gniibe added a comment to T7293: spawn API glitch.

Fixed GnuPG 2.4 in: rG730593affa91: common:w32: Don't expose unused functions.

Sep 17 2024, 9:11 AM · gnupg24, gnupg22, gpgrt, Bug Report
mlaurent committed rKLEOPATRA662fe6a2c72a: _version.h is not necessary now (authored by mlaurent).
_version.h is not necessary now
Sep 17 2024, 8:21 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO71014db575cc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 17 2024, 5:19 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAdb7573a2f297: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 17 2024, 5:18 AM
gniibe added a comment to T7138: Windows (Semi-hosted environment): filename and network access.

For now, I'm using this to avoid failure of make check (invoking gpg-agent by gpg-connect-agent).

diff --git a/common/stringhelp.c b/common/stringhelp.c
index 9a2265258..6596c65cd 100644
--- a/common/stringhelp.c
+++ b/common/stringhelp.c
@@ -70,6 +70,22 @@ change_slashes (char *name)
 {
 #ifdef HAVE_DOSISH_SYSTEM
   char *p;
+  /* 0: don't know yet, 1: it's under wine, -1: no */
+  static int semihosted_by_wine;
+
+  /* Under wine, no change.  */
+  if (!semihosted_by_wine)
+    {
+      HMODULE hntdll = GetModuleHandle ("ntdll.dll");
+      if (hntdll
+          && GetProcAddress (hntdll, "wine_get_version"))
+        semihosted_by_wine = 1;
+      else
+        semihosted_by_wine = -1;
+    }
+
+  if (semihosted_by_wine > 0)
+    return name;
Sep 17 2024, 4:40 AM · gnupg, Bug Report
l10n daemon script <scripty@kde.org> committed rMTP62325540bcc6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 17 2024, 3:34 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO57f8c54b8ed6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 17 2024, 3:34 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5b12812f6dd7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sep 17 2024, 3:33 AM
gniibe updated the task description for T7293: spawn API glitch.
Sep 17 2024, 3:15 AM · gnupg24, gnupg22, gpgrt, Bug Report
gniibe committed rG730593affa91: common:w32: Don't expose unused functions. (authored by gniibe).
common:w32: Don't expose unused functions.
Sep 17 2024, 2:33 AM
gniibe set External Link to https://bugs.debian.org/1081807 on T7293: spawn API glitch.
Sep 17 2024, 2:26 AM · gnupg24, gnupg22, gpgrt, Bug Report
gniibe updated the task description for T7293: spawn API glitch.
Sep 17 2024, 2:23 AM · gnupg24, gnupg22, gpgrt, Bug Report
gniibe claimed T7293: spawn API glitch.

libgpg-error fix is done in: rEc2a713fe11e3: w32:spawn: Remove unused function get_max_fds.

Sep 17 2024, 2:22 AM · gnupg24, gnupg22, gpgrt, Bug Report
gniibe created T7293: spawn API glitch.
Sep 17 2024, 2:20 AM · gnupg24, gnupg22, gpgrt, Bug Report

Sep 16 2024

CarlSchwan committed rMTPb0ac90c75b7f: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
Sep 16 2024, 4:47 PM
CarlSchwan committed rMTP8d883d6ca065: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
Sep 16 2024, 4:40 PM
CarlSchwan committed rMTP2ec96538fb43: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
Sep 16 2024, 4:33 PM
werner triaged T7292: gpg-mail-tube: Add more features as Normal priority.
Sep 16 2024, 3:22 PM · Feature Request, gnupg26
TobiasFella committed rLIBKLEO5f36bcdec5a7: Minor code cleanup (authored by TobiasFella).
Minor code cleanup
Sep 16 2024, 2:53 PM
TobiasFella committed rLIBKLEOa2fa41a115e4: Minor code cleanup (authored by TobiasFella).
Minor code cleanup
Sep 16 2024, 2:52 PM
CarlSchwan committed rMTP8105ce2ded4b: Fix test cases to use new strings provided by libkleo (authored by CarlSchwan).
Fix test cases to use new strings provided by libkleo
Sep 16 2024, 2:31 PM
bjk committed rAdfa5e6532d7e: Fix FreeBSD to set the pid of assuan_peercred_t. (authored by bjk).
Fix FreeBSD to set the pid of assuan_peercred_t.
Sep 16 2024, 1:01 PM
ebo closed T6870: Kleopatra: Improve representation of signature verification result in case of multiple signatures as Resolved.

Closing this ticket as what remains open is practically a duplicate of T6869

Sep 16 2024, 12:42 PM · Restricted Project, kleopatra
ebo renamed T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures) from Draft: Kleopatra: Improve verification results messages (especially in case of invalid signature) to Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).
Sep 16 2024, 12:38 PM · Restricted Project, kleopatra
ikloecker moved T7273: Kleopatra: Always show the verfication results of all signatures even if some signatures are bad from Backlog to WiP on the vsd33 board.

Backported the changes in Kleopatra for VSD 3.3.

Sep 16 2024, 11:50 AM · vsd33, Restricted Project, kleopatra
ikloecker committed rKLEOPATRA11a17c043e71: Enable checking of all data signatures (authored by ikloecker).
Enable checking of all data signatures
Sep 16 2024, 11:47 AM
CarlSchwan committed rLIBKLEO0451ad6d9f35: Add date to signature formatting (authored by CarlSchwan).
Add date to signature formatting
Sep 16 2024, 11:43 AM
ebo added a project to T7273: Kleopatra: Always show the verfication results of all signatures even if some signatures are bad: vsd33.
Sep 16 2024, 11:32 AM · vsd33, Restricted Project, kleopatra