Page MenuHome GnuPG
Feed All Stories

Sun, Mar 23

timegrid updated the task description for T7578: gpgpass: test feedback collection.
Sun, Mar 23, 5:39 PM · gpd5x, gpgpass
timegrid updated the task description for T7578: gpgpass: test feedback collection.
Sun, Mar 23, 5:36 PM · gpd5x, gpgpass
ametzler1 renamed T7583: 2.5.5 removes sig on clean that 2.5.4 and earlier kept from 2.5.5 remves sig on clean that 2.5.4 and earlier kept to 2.5.5 removes sig on clean that 2.5.4 and earlier kept.
Sun, Mar 23, 12:49 PM · gnupg, Bug Report
ametzler1 created T7583: 2.5.5 removes sig on clean that 2.5.4 and earlier kept.
Sun, Mar 23, 12:49 PM · gnupg, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbccb86740aed: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Mar 23, 2:40 AM

Fri, Mar 21

werner triaged T7577: GnuPG could not work when TCP congestion provider is set to BBR2 in Windows as Normal priority.

Indeed, GnuPG's IPC uses TCP connections from 127.0.0.1 to 127.0.0.1 taking the destination port (and a cookie) from a file. We can't change that easily to the new Unix socket implementation Windows recently introduced. I hope there is a way to exclude localhost->localhost from congestion control.

Fri, Mar 21, 8:43 PM · Support, Not A Bug, gnupg, Bug Report
timegrid updated the task description for T7578: gpgpass: test feedback collection.
Fri, Mar 21, 6:39 PM · gpd5x, gpgpass
ebo moved T5304: Kleopatra: Main certificate view does not keep selected column width from Backlog to WIP on the gpd5x board.
Fri, Mar 21, 5:08 PM · gpd5x, Bug Report, kleopatra, gpg4win
ebo edited projects for T5304: Kleopatra: Main certificate view does not keep selected column width, added: gpd5x; removed Restricted Project.
Fri, Mar 21, 5:07 PM · gpd5x, Bug Report, kleopatra, gpg4win
ebo moved T7215: Improve UX of "subkey expiry change" window from Backlog to WIP on the gpd5x board.
Fri, Mar 21, 5:05 PM · gpd5x, kleopatra
ebo edited projects for T7215: Improve UX of "subkey expiry change" window , added: gpd5x; removed Restricted Project.
Fri, Mar 21, 5:04 PM · gpd5x, kleopatra
TobiasFella closed T7301: Kleopatra: Remove any usage and mention of the short Key ID as Resolved.

Grep'ing through my checked out codebases, nothing of relevance to us uses short key ids anymore.

Fri, Mar 21, 3:32 PM · kleopatra, Restricted Project
TobiasFella closed T6753: Kleopatra: Review usage of Key::canEncrypt and replace with hasEncrypt where appropriate as Resolved.

I have checked the current usage of Key::has* and Key::can* and they all make sense.

Fri, Mar 21, 3:27 PM · kleopatra, Restricted Project
TobiasFella committed rLIBKLEOf992bf2bc10d: Remove some unused code (authored by TobiasFella).
Remove some unused code
Fri, Mar 21, 2:12 PM
ebo added a comment to T7079: GpgOL: Mark level 2 and 3 in a clearly different way .

In version Version VS-Desktop-3.3.0.0 a certificate imported via WKD is correctly shown as level 2 security:

Fri, Mar 21, 1:59 PM · vsd33, gpgol, Restricted Project
ebo closed T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled as Resolved.

No error message in that case for Gpg4win 4.4.o either

Fri, Mar 21, 1:38 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
ebo changed the status of T7485: GpgOL: Using "Permanently decrypt" after cancelling decryption may result in an unreadable mail from Open to Testing.
Fri, Mar 21, 1:09 PM · vsd33, gpgol
timegrid updated the task description for T7578: gpgpass: test feedback collection.
Fri, Mar 21, 1:07 PM · gpd5x, gpgpass
ebo moved T7079: GpgOL: Mark level 2 and 3 in a clearly different way from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Fri, Mar 21, 12:53 PM · vsd33, gpgol, Restricted Project
ebo updated the task description for T7079: GpgOL: Mark level 2 and 3 in a clearly different way .
Fri, Mar 21, 12:52 PM · vsd33, gpgol, Restricted Project
ebo closed T7546: Kleopatra: wrong info on private key location in case of multiple as Invalid.

We decided to ditch the display of the private key location for OpenPGP keypairs. Only the subkey locations remain.

Fri, Mar 21, 12:00 PM · kleopatra
ebo triaged T7582: Draft: Kleopatra: make storage location configurable as Normal priority.
Fri, Mar 21, 11:53 AM · Feature Request, gpd5x, kleopatra
ebo triaged T7581: Draft: Kleopatra: Create Group key as Normal priority.
Fri, Mar 21, 11:29 AM · Feature Request, gpd5x, kleopatra
timegrid changed the edit policy for T7578: gpgpass: test feedback collection.
Fri, Mar 21, 10:20 AM · gpd5x, gpgpass
gniibe added a comment to T7576: keyboxd: Searching <email@Example.COM>.

I changed my mind. SQLite specific patch might be better:

diff --git a/kbx/backend-sqlite.c b/kbx/backend-sqlite.c
index 4c67c3ef7..1db2f2c8d 100644
--- a/kbx/backend-sqlite.c
+++ b/kbx/backend-sqlite.c
@@ -154,7 +154,7 @@ static struct
      /* The full user id - for X.509 the Subject or altSubject.  */
      "uid  TEXT NOT NULL,"
      /* The mail address if available or NULL.  */
-     "addrspec TEXT,"
+     "addrspec TEXT COLLATE NOCASE,"
      /* The type of the public key: 1 = openpgp, 2 = X.509.  */
      "type  INTEGER NOT NULL,"
      /* The order number of the user id within the keyblock or
Fri, Mar 21, 8:50 AM · gnupg, Bug Report
gniibe added a comment to T7576: keyboxd: Searching <email@Example.COM>.

I changed my mind. SQLite specific patch might be better:

diff --git a/kbx/backend-sqlite.c b/kbx/backend-sqlite.c
index 4c67c3ef7..1db2f2c8d 100644
--- a/kbx/backend-sqlite.c
+++ b/kbx/backend-sqlite.c
@@ -154,7 +154,7 @@ static struct
      /* The full user id - for X.509 the Subject or altSubject.  */
      "uid  TEXT NOT NULL,"
      /* The mail address if available or NULL.  */
-     "addrspec TEXT,"
+     "addrspec TEXT COLLATE NOCASE,"
      /* The type of the public key: 1 = openpgp, 2 = X.509.  */
      "type  INTEGER NOT NULL,"
      /* The order number of the user id within the keyblock or
Fri, Mar 21, 8:36 AM · gnupg, Bug Report
gniibe updated the task description for T7576: keyboxd: Searching <email@Example.COM>.
Fri, Mar 21, 8:27 AM · gnupg, Bug Report
gniibe claimed T7576: keyboxd: Searching <email@Example.COM>.

Here is a possible change:

Fri, Mar 21, 8:15 AM · gnupg, Bug Report
gniibe added a comment to T7519: libgcrypt: (EC)DSA signature generation should be constant-time.

I applied some to master (generic improvement parts).

Fri, Mar 21, 7:31 AM · libgcrypt, Bug Report
gniibe committed rC17d5d3262c14: mpi:ec: Use ec_addm to multiply with small integer. (authored by gniibe).
mpi:ec: Use ec_addm to multiply with small integer.
Fri, Mar 21, 7:28 AM
gniibe committed rC191c2340c4a6: mpi:ec: Use mpi_set_ui in _gcry_mpi_ec_mul_point. (authored by gniibe).
mpi:ec: Use mpi_set_ui in _gcry_mpi_ec_mul_point.
Fri, Mar 21, 7:18 AM
gniibe committed rC522566b15a31: mpi:ec: Avoid use mpi_const. (authored by gniibe).
mpi:ec: Avoid use mpi_const.
Fri, Mar 21, 7:02 AM
gniibe committed rC5052efed9f54: mpi:ec: Don't use mpi_powm for small exponent. (authored by gniibe).
mpi:ec: Don't use mpi_powm for small exponent.
Fri, Mar 21, 4:04 AM
gniibe committed rC53993003db9b: mpi:ec: Remove the minor optimization for the case of Z==1. (authored by gniibe).
mpi:ec: Remove the minor optimization for the case of Z==1.
Fri, Mar 21, 3:57 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA58f0998c544e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, Mar 21, 2:41 AM

Thu, Mar 20

ebo triaged T7580: Draft: Kleopatra: Add a dialog window to the disable/enable certificate action as Normal priority.
Thu, Mar 20, 4:31 PM · gpd5x, kleopatra
ebo updated the task description for T7566: Kleopatra: wrong info on private key location in case of S/MIME.
Thu, Mar 20, 4:05 PM · gpd5x, kleopatra
ebo renamed T7545: Kleopatra: improve info on private key location in details from Draft: Kleopatra: improve info on private key location in details to Kleopatra: improve info on private key location in details.
Thu, Mar 20, 4:03 PM · gpd5x, kleopatra
ebo renamed T7515: Kleopatra: reduce the number of actions in the context menu from Draft: Kleopatra: reduce the number of actions in the context menu to Kleopatra: reduce the number of actions in the context menu.
Thu, Mar 20, 3:57 PM · gpd5x, kleopatra
ebo triaged T7579: Draft: Kleopatra: improve menu items as Normal priority.
Thu, Mar 20, 3:54 PM · kleopatra, gpd5x
ebo edited projects for T7578: gpgpass: test feedback collection, added: gpd5x; removed gpd5x (gpd-5.0.0).
Thu, Mar 20, 2:57 PM · gpd5x, gpgpass
timegrid created T7578: gpgpass: test feedback collection.
Thu, Mar 20, 2:35 PM · gpd5x, gpgpass
mmontkowski moved T7534: GpgOL: Header info disappears when forwarding a HTML mail from Backlog to Triage on the gpgol board.
Thu, Mar 20, 2:31 PM · gpd5x, gpgol
mmontkowski moved T7269: Attachments vanish from forward encrypted message from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Thu, Mar 20, 2:12 PM · Restricted Project, Feature Request, gpgol
mmontkowski moved T7079: GpgOL: Mark level 2 and 3 in a clearly different way from Backlog to WiP on the vsd33 board.
Thu, Mar 20, 2:09 PM · vsd33, gpgol, Restricted Project
mmontkowski changed the status of T7079: GpgOL: Mark level 2 and 3 in a clearly different way from Open to Testing.
Thu, Mar 20, 2:09 PM · vsd33, gpgol, Restricted Project
alexk added a project to T4278: Signed mails not visible in Exchange web interface (owa): Not A Bug.
Thu, Mar 20, 11:54 AM · Not A Bug, gpgol, Bug Report, gpg4win
alexk closed T4278: Signed mails not visible in Exchange web interface (owa) as Invalid.

Is not a GpgOL bug.
Full functionality will be possible with GpgOL/WEB.

Thu, Mar 20, 11:53 AM · Not A Bug, gpgol, Bug Report, gpg4win
ebo renamed T7553: Kleopatra: change string and logic for option to continue showing the result window from Draft: Kleopatra: change string and logic for option to continue showing the result window to Kleopatra: change string and logic for option to continue showing the result window .
Thu, Mar 20, 10:52 AM · gpd5x, kleopatra
ebo added a comment to T7553: Kleopatra: change string and logic for option to continue showing the result window .

We decided on "Close window automatically on success". (German: "Fenster bei Erfolg automatisch schließen")

Thu, Mar 20, 10:50 AM · gpd5x, kleopatra
werner committed rDd34baa3bac3a: Add a note on the grabbed @gnupg account on Twitter. (authored by werner).
Add a note on the grabbed @gnupg account on Twitter.
Thu, Mar 20, 9:36 AM
l10n daemon script <scripty@kde.org> committed rMTPb2117de982a6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Mar 20, 4:22 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7ec353132a10: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Mar 20, 4:21 AM
l10n daemon script <scripty@kde.org> committed rMTP641313deb1ff: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Mar 20, 2:59 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3a12567e098b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Mar 20, 2:42 AM
gniibe added a comment to T7519: libgcrypt: (EC)DSA signature generation should be constant-time.

I think that this may be the last update.
Don't use mpi_powm to avoid normalizing (and to be faster).

Thu, Mar 20, 1:08 AM · libgcrypt, Bug Report

Wed, Mar 19

chengr28 updated the task description for T7577: GnuPG could not work when TCP congestion provider is set to BBR2 in Windows.
Wed, Mar 19, 7:33 PM · Support, Not A Bug, gnupg, Bug Report
chengr28 created T7577: GnuPG could not work when TCP congestion provider is set to BBR2 in Windows.
Wed, Mar 19, 7:29 PM · Support, Not A Bug, gnupg, Bug Report
Allen Winter <winter@kde.org> committed rKLEOPATRAf9eb78653e1b: assuanserverconnection.cpp - comment-out an unused variable (authored by Allen Winter <winter@kde.org>).
assuanserverconnection.cpp - comment-out an unused variable
Wed, Mar 19, 12:49 PM
gniibe updated the task description for T7576: keyboxd: Searching <email@Example.COM>.
Wed, Mar 19, 6:11 AM · gnupg, Bug Report
gniibe updated the task description for T7576: keyboxd: Searching <email@Example.COM>.
Wed, Mar 19, 6:10 AM · gnupg, Bug Report
gniibe added a comment to T7576: keyboxd: Searching <email@Example.COM>.

IIUC, the address is stored with lowercase, but searching is done not converting lowercase.

Wed, Mar 19, 6:08 AM · gnupg, Bug Report
gniibe created T7576: keyboxd: Searching <email@Example.COM>.
Wed, Mar 19, 6:07 AM · gnupg, Bug Report
bjk added a comment to T3325: Allow encryption/signing in GPGME using a specified subkey .

Attached is a patch which adds gpgme_subkey_set_flag() to handle both encryption and signing keys. Or maybe it would be better to add another signing function that does recpstring?

Wed, Mar 19, 3:38 AM · gpgme

Tue, Mar 18

ikloecker committed rKLEOPATRAcaa12568c4a8: Use correct legacy path of kleopatragroupsrc (authored by ikloecker).
Use correct legacy path of kleopatragroupsrc
Tue, Mar 18, 9:29 PM
ebo added a subtask for T6116: Draft: Kleopatra: Card personalization workflow: T7091: Kleopatra: Simple copy key to card.
Tue, Mar 18, 4:36 PM · gpd5x, kleopatra
ebo added a parent task for T7091: Kleopatra: Simple copy key to card: T6116: Draft: Kleopatra: Card personalization workflow.
Tue, Mar 18, 4:36 PM · gpd5x, kleopatra
werner committed rM91a59d2a3554: New decrypt flags GPGME_DECRYPT_LISTONLY. (authored by werner).
New decrypt flags GPGME_DECRYPT_LISTONLY.
Tue, Mar 18, 4:26 PM
ikloecker moved T7575: Kleopatra: Migrate application configuration file and state configuration file from old location to new location from Backlog to WIP on the gpd5x board.
Tue, Mar 18, 2:52 PM · Windows, gpd5x, kleopatra
ikloecker triaged T7575: Kleopatra: Migrate application configuration file and state configuration file from old location to new location as Normal priority.
Tue, Mar 18, 2:52 PM · Windows, gpd5x, kleopatra
ikloecker changed the status of T7574: Migration of group config from old location to new location is broken from Open to Testing.

The migration of the group config file works again.

Tue, Mar 18, 2:39 PM · Windows, gpd5x, kleopatra
ikloecker committed rKLEOPATRA4ec9831859c4: Fix migration of group config from old location to new location (authored by ikloecker).
Fix migration of group config from old location to new location
Tue, Mar 18, 2:37 PM
ikloecker moved T7574: Migration of group config from old location to new location is broken from Backlog to WIP on the gpd5x board.
Tue, Mar 18, 2:31 PM · Windows, gpd5x, kleopatra
ikloecker triaged T7574: Migration of group config from old location to new location is broken as Normal priority.
Tue, Mar 18, 2:30 PM · Windows, gpd5x, kleopatra
CarlSchwan triaged T7573: Pin window feature as Normal priority.
Tue, Mar 18, 2:28 PM · gpgol2
CarlSchwan triaged T7572: Subject in viewer title as Normal priority.
Tue, Mar 18, 2:28 PM · gpgol2
CarlSchwan triaged T7571: Configure -> Profile Settings as Normal priority.
Tue, Mar 18, 2:20 PM · gpgol2
CarlSchwan committed rOJ8d2b0ec0c95e: Fix some installation paths (authored by CarlSchwan).
Fix some installation paths
Tue, Mar 18, 1:58 PM
CarlSchwan committed rOJde502ab2ad26: Remove debug output (authored by CarlSchwan).
Remove debug output
Tue, Mar 18, 1:50 PM
CarlSchwan committed rOJd9835f9084b3: Fix double free error (authored by CarlSchwan).
Fix double free error
Tue, Mar 18, 1:50 PM
CarlSchwan committed rGPGPASS7070486b02f2: Simplify centering (authored by CarlSchwan).
Simplify centering
Tue, Mar 18, 1:03 PM
werner committed rGad8bce774d91: gpgsm: Fix error message if all selected certificates are expired. (authored by Ramón García <ramon.garcia.f@gmail.com>).
gpgsm: Fix error message if all selected certificates are expired.
Tue, Mar 18, 12:22 PM
werner committed rG2869de63b522: gpgsm: Simplify the expiration check. (authored by werner).
gpgsm: Simplify the expiration check.
Tue, Mar 18, 12:22 PM
werner committed rG53f5aad90517: gpgsm: Avoid increasing error count when enumerating an expired cert. (authored by Ramón García <ramon.garcia.f@gmail.com>).
gpgsm: Avoid increasing error count when enumerating an expired cert.
Tue, Mar 18, 12:22 PM
werner committed rG029ac17b40bd: gpgsm: When selecting certs also skip certificates too young. (authored by Ramón García <ramon.garcia.f@gmail.com>).
gpgsm: When selecting certs also skip certificates too young.
Tue, Mar 18, 12:22 PM
werner committed rG4cf83273e84c: gpgsm: select unexpired certificates skipping expired ones (authored by Ramón García <ramon.garcia.f@gmail.com>).
gpgsm: select unexpired certificates skipping expired ones
Tue, Mar 18, 12:22 PM
werner committed rG4f4264c4e8b9: doc: Register DCO for Ramon García F. (authored by werner).
doc: Register DCO for Ramon García F.
Tue, Mar 18, 12:22 PM
CarlSchwan committed rGPGPASSceaa8b433987: Fix condition for displaying placeholder message (authored by CarlSchwan).
Fix condition for displaying placeholder message
Tue, Mar 18, 10:43 AM
CarlSchwan committed rGPGPASSf8887168318e: Add placeholder widget to treeview (authored by CarlSchwan).
Add placeholder widget to treeview
Tue, Mar 18, 10:41 AM
ebo closed T6890: Libkleo/Kleopatra: Add UserID keylist model as Resolved.

This was a prerequisite for other tickets which are resolved, so it works.

Tue, Mar 18, 10:40 AM · kleopatra, Restricted Project
svuorela committed rKLEOPATRA49abe1af002e: Add windows CI support (authored by mlaurent).
Add windows CI support
Tue, Mar 18, 10:11 AM
ikloecker committed rLIBKLEO1a57cfa31571: Allow failing tests on Windows (authored by ikloecker).
Allow failing tests on Windows
Tue, Mar 18, 10:07 AM
gniibe added a comment to T7519: libgcrypt: (EC)DSA signature generation should be constant-time.

Here is another update (replacing ecc-no-normalize-2025-03-13.patch).
Further, ec_addm is modified to be less leaky.

Tue, Mar 18, 6:30 AM · libgcrypt, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEO19c17246caec: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Mar 18, 2:42 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe10101cebeb0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Mar 18, 2:41 AM

Mon, Mar 17

ebo added a member for Contributor: timegrid.
Mon, Mar 17, 6:35 PM
ikloecker committed rKLEOPATRA16140611ac49: Remove unused include (authored by ikloecker).
Remove unused include
Mon, Mar 17, 5:37 PM
ikloecker committed rKLEOPATRAfbadd7b4d9ad: Use new DNAttributes functions instead of deprecated Kleo::DN functions (authored by ikloecker).
Use new DNAttributes functions instead of deprecated Kleo::DN functions
Mon, Mar 17, 5:37 PM
ikloecker committed rKLEOPATRA0ea34e76ee4d: Use QGpgME::DN::prettyAttributes if possible (authored by ikloecker).
Use QGpgME::DN::prettyAttributes if possible
Mon, Mar 17, 5:37 PM
ikloecker committed rKLEOPATRA5c73d739784c: Use Formatting::prettyDN instead of deprecated DN::prettyDN() (authored by ikloecker).
Use Formatting::prettyDN instead of deprecated DN::prettyDN()
Mon, Mar 17, 5:37 PM