Page MenuHome GnuPG
Feed All Stories

Nov 18 2024

CarlSchwan committed rKLEOPATRA0f7e46912475: Use new Kleo::backendComponents (authored by CarlSchwan).
Use new Kleo::backendComponents
Nov 18 2024, 2:53 PM
CarlSchwan committed rKLEOPATRAd206df79a66b: Apply 1 suggestion(s) to 1 file(s) (authored by CarlSchwan).
Apply 1 suggestion(s) to 1 file(s)
Nov 18 2024, 2:49 PM
CarlSchwan committed rKLEOPATRAfa3e1e900319: Use new Kleo::backendComponents (authored by CarlSchwan).
Use new Kleo::backendComponents
Nov 18 2024, 2:49 PM
CarlSchwan committed rKLEOPATRA775f2aebe682: Use new api in KCoreAddons (authored by CarlSchwan).
Use new api in KCoreAddons
Nov 18 2024, 2:49 PM
CarlSchwan added projects to T6694: Random numbers from gpgme: gpgpass, gpd5x.
Nov 18 2024, 2:34 PM · gpd5x, gpgpass, gpgme, Feature Request
ebo removed a project from T6694: Random numbers from gpgme: vsd33.
Nov 18 2024, 2:32 PM · gpd5x, gpgpass, gpgme, Feature Request
gniibe updated the task description for T7396: Windows: hard lockup of scdaemon.
Nov 18 2024, 10:11 AM · Windows, scd
werner committed rG7b57539cf2c4: scd: No hard lock-up when apdu_connect never returns. (authored by gniibe).
scd: No hard lock-up when apdu_connect never returns.
Nov 18 2024, 8:57 AM
werner committed rG269d1ea10c38: gpgconf: Include a minimal secure version in the --query-swdb output. (authored by werner).
gpgconf: Include a minimal secure version in the --query-swdb output.
Nov 18 2024, 8:57 AM
gniibe triaged T7400: Netkey 3.0 card slow detection as Normal priority.
Nov 18 2024, 6:44 AM · Bug Report, scd
gniibe committed rG261a08566e38: scd: No hard lock-up when apdu_connect never returns. (authored by gniibe).
scd: No hard lock-up when apdu_connect never returns.
Nov 18 2024, 6:33 AM
gniibe changed the status of T7402: No hard lockup when SCardConnect never returns, a subtask of T7396: Windows: hard lockup of scdaemon, from Open to Testing.
Nov 18 2024, 6:30 AM · Windows, scd
gniibe changed the status of T7402: No hard lockup when SCardConnect never returns from Open to Testing.

In select_application function, we can minimize the holding W-lock.

Nov 18 2024, 6:30 AM · Windows, scd
gniibe added a comment to T7401: PC/SC: Cancel SCardConnect with timeout.

This may requires major changes for scdaemon.

Nov 18 2024, 5:35 AM · Windows, scd
gniibe lowered the priority of T7401: PC/SC: Cancel SCardConnect with timeout from High to Wishlist.
Nov 18 2024, 5:35 AM · Windows, scd
gniibe triaged T7402: No hard lockup when SCardConnect never returns as High priority.
Nov 18 2024, 5:33 AM · Windows, scd
gniibe added a comment to T7401: PC/SC: Cancel SCardConnect with timeout.

For the cancelling operation, each card reader access should have an independent resource manager context.
Currently, a single pcsc.context is shared by all reader accesses.

Nov 18 2024, 5:24 AM · Windows, scd
gniibe triaged T7401: PC/SC: Cancel SCardConnect with timeout as High priority.
Nov 18 2024, 5:21 AM · Windows, scd
gniibe added a comment to T7396: Windows: hard lockup of scdaemon.

Hard lockup should be avoided. In particular, following conditions should meet:

  • gpgconf --kill scdaemon can kill scdaemon
  • KEYINFO requests can be answered for other connections of scdaemon
Nov 18 2024, 3:49 AM · Windows, scd
gniibe updated subscribers of T7396: Windows: hard lockup of scdaemon.

As of 2024-11-18, my hypothesis is:

  • there are some sort of race conditions between PC/SC + card reader (or its driver) + smartcard + scdaemon on Windows, at least at initial use after boot
  • because of this, SCardConnect of PC/SC call wrongly fails (somehow confirmed by @ebo's experiments + @gniibe's speculation), or wrongly never returns (@gniibe's guess, side info: its slowness is observed in T7400).
Nov 18 2024, 3:40 AM · Windows, scd
gniibe added a parent task for T7400: Netkey 3.0 card slow detection: T7396: Windows: hard lockup of scdaemon.
Nov 18 2024, 3:10 AM · Bug Report, scd
gniibe added a subtask for T7396: Windows: hard lockup of scdaemon: T7400: Netkey 3.0 card slow detection.
Nov 18 2024, 3:10 AM · Windows, scd
gniibe lowered the priority of T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent) from High to Normal.

@ebo Thank you for your testing.

Nov 18 2024, 3:09 AM · Windows, Bug Report, scd
gniibe added projects to T7400: Netkey 3.0 card slow detection: scd, Bug Report.
Nov 18 2024, 2:49 AM · Bug Report, scd
l10n daemon script <scripty@kde.org> committed rLIBKLEO4ad2e0195e6b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2024, 2:36 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA890e60975ee0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2024, 2:36 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOb7f7ce7abe88: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 18 2024, 2:25 AM

Nov 17 2024

heirecka committed rKLEOPATRA1a43f3f34596: Use KDE_INSTALL_ICONDIR (authored by heirecka).
Use KDE_INSTALL_ICONDIR
Nov 17 2024, 3:23 PM
heirecka committed rLIBKLEOb31d7f3b6e71: Use ECM's KDE_INSTALL_DATAROOTDIR (authored by heirecka).
Use ECM's KDE_INSTALL_DATAROOTDIR
Nov 17 2024, 3:03 PM

Nov 16 2024

werner added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

@ikloecker indeed we try only for 5 seconds:

Nov 16 2024, 2:59 PM · Windows, Bug Report, scd
mlaurent committed rMTP94eab7479820: GIT_SILENT: prepare 6.3.0 rc (authored by mlaurent).
GIT_SILENT: prepare 6.3.0 rc
Nov 16 2024, 9:21 AM
mlaurent committed rLIBKLEO90223521b678: GIT_SILENT: prepare 6.3.0 rc (authored by mlaurent).
GIT_SILENT: prepare 6.3.0 rc
Nov 16 2024, 9:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf23666f488c7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 16 2024, 4:18 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOb8c073255ed7: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 16 2024, 4:13 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO4fe6c1ef47d4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 16 2024, 2:36 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9714fe40c543: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 16 2024, 2:36 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO06de6cc26c1f: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 16 2024, 2:27 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA8c5e666ddb17: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 16 2024, 2:26 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf47533d62efc: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Nov 16 2024, 1:42 AM

Nov 15 2024

ebo added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

I think that the card reader is not connected and there is no Scardsvr at this time.
And the card reader connection to USB port results invoking Scardsvr. Then, "SCD SERIALNO --all" gets success.

Nov 15 2024, 4:07 PM · Windows, Bug Report, scd
ikloecker committed rLIBKLEO967c9ee366bb: Start gpgconf detached if we don't have an event loop (authored by ikloecker).
Start gpgconf detached if we don't have an event loop
Nov 15 2024, 3:08 PM
ikloecker committed rLIBKLEO3ae161fce6c7: Start gpgconf detached if we don't have an event loop (authored by ikloecker).
Start gpgconf detached if we don't have an event loop
Nov 15 2024, 2:57 PM
ikloecker added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

For T6567 I changed the way that Kleopatra runs "gpgconf --launch gpg-agent". This change is not yet in Eva's test build. It seems my change is not good because running "gpgconf --launch gpg-agent" timed out after 5 seconds in 3 of 3 tests starting Kleopatra after a reboot of the VM. To check if "gpgconf --launch gpg-agent" really takes that long I measured the time in PowerShell after another reboot of the VM. The result is shocking.

Nov 15 2024, 2:41 PM · Windows, Bug Report, scd
ikloecker committed rWae273948e7fe: Partially revert "Update gnupg, [...] to latest snapshots" (authored by ikloecker).
Partially revert "Update gnupg, [...] to latest snapshots"
Nov 15 2024, 1:38 PM
TobiasFella committed rKLEOPATRA1c01fe45502c: Improve DecryptVerifyFilesDialog (authored by TobiasFella).
Improve DecryptVerifyFilesDialog
Nov 15 2024, 1:07 PM
CarlSchwan added a comment to T7329: Update about data of Kleopatra.

A bunch more improvements (for gpg4win 5.0):

Nov 15 2024, 12:27 PM · gpd5x, vsd33, kleopatra
ikloecker committed rW9aae8ab413de: Make patch executable to keep working copy clean during builds (authored by ikloecker).
Make patch executable to keep working copy clean during builds
Nov 15 2024, 11:31 AM
CarlSchwan committed rKLEOPATRA38de4b6ace34: Use new api in KCoreAddons (authored by CarlSchwan).
Use new api in KCoreAddons
Nov 15 2024, 11:19 AM
TobiasFella committed rKLEOPATRAc1c24babf3c3: Fix "No file name specified" warnings (authored by TobiasFella).
Fix "No file name specified" warnings
Nov 15 2024, 10:37 AM
TobiasFella changed the status of T7394: Kleopatra: RSA-1024 is shown as "Unknown algorithm" in the certificate list from Open to Testing.
Nov 15 2024, 10:32 AM · gpd5x, kleopatra
werner committed rG17b766b0a3d8: gpgconf: Include a minimal secure version in the --query-swdb output. (authored by werner).
gpgconf: Include a minimal secure version in the --query-swdb output.
Nov 15 2024, 9:35 AM
gniibe added a project to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent): Windows.

Please note that a card insertion to a card reader and a card reader connection to PC are different things.
It may cause different results.

Nov 15 2024, 8:40 AM · Windows, Bug Report, scd
gniibe created T7400: Netkey 3.0 card slow detection.
Nov 15 2024, 6:39 AM · Bug Report, scd
gniibe added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

ebo: Thank you for your testing.

Nov 15 2024, 6:36 AM · Windows, Bug Report, scd
gniibe added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

I found an issue in libassuan, which might be related possibly, it is described in T7399.
When the response is not consumed like the case in T7399, if repeatedly, it may fill up the buffer eventually.

Nov 15 2024, 5:20 AM · Windows, Bug Report, scd
gniibe renamed T7399: assuan: GPG_ERR_ASS_NO_DATA_CB situation from assuan: GPG_ERR_ASS_NO_INQUIRE_CB situation to assuan: GPG_ERR_ASS_NO_DATA_CB situation.
Nov 15 2024, 5:19 AM · libassuan
gniibe updated the task description for T7399: assuan: GPG_ERR_ASS_NO_DATA_CB situation.
Nov 15 2024, 5:18 AM · libassuan
l10n daemon script <scripty@kde.org> committed rMTPb6f24e6a8316: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 15 2024, 4:12 AM
gniibe added a project to T7399: assuan: GPG_ERR_ASS_NO_DATA_CB situation: libassuan.
Nov 15 2024, 3:51 AM · libassuan
gniibe triaged T7399: assuan: GPG_ERR_ASS_NO_DATA_CB situation as High priority.
Nov 15 2024, 3:51 AM · libassuan
l10n daemon script <scripty@kde.org> committed rLIBKLEO6f1c1358a500: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 15 2024, 2:33 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc18b52a97afe: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 15 2024, 2:33 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOd099c5ebc6c9: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 15 2024, 2:25 AM
lukele created T7398: GnuPG 2.2.45 (and earlier) always print 0 instead of the actual AEAD algorithm as last part of DECRYPTION_INFO.
Nov 15 2024, 2:10 AM · gnupg22, Bug Report

Nov 14 2024

werner committed rOa81f52e689c7: Minor README updates (authored by werner).
Minor README updates
Nov 14 2024, 5:43 PM
werner committed rO9630d0c28b0e: Update .gitignore (authored by werner).
Update .gitignore
Nov 14 2024, 5:43 PM
ikloecker committed rLIBKLEO29b570fc8eb7: Add updated API docs (authored by ikloecker).
Add updated API docs
Nov 14 2024, 5:20 PM
ikloecker added a comment to T7395: Prepare Release Notes for Gpg4win 4.4.0 for Kleopatra.

Result of first iteration sorting the tickets by Features, Bug Fixes, and different reasons why they are not relevant for the release notes of 4.4.0

Noteworthy changes in Version 4.4.0 (unreleased)
------------------------------------------------
Nov 14 2024, 5:16 PM · Restricted Project, kleopatra
ikloecker moved T7280: Kleopatra: an email containing capital letters is displayed under “name”. from WiP to QA on the vsd33 board.

This doesn't need to be verified with VSD 3.3 after it was verified with Gpg4win.

Nov 14 2024, 5:07 PM · vsd33, Restricted Project, kleopatra
ikloecker moved T7274: Kleopatra: General error on import + certify with revoked and valid UID from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 14 2024, 5:03 PM · vsd33, Bug Report, kleopatra, Restricted Project
ikloecker moved T7274: Kleopatra: General error on import + certify with revoked and valid UID from Backlog to QA on the vsd33 board.
Nov 14 2024, 5:03 PM · vsd33, Bug Report, kleopatra, Restricted Project
ikloecker added a project to T7274: Kleopatra: General error on import + certify with revoked and valid UID: vsd33.

This was fixed in gpgme and is therefore automatically in VSD 3.3

Nov 14 2024, 5:02 PM · vsd33, Bug Report, kleopatra, Restricted Project
ikloecker changed the status of T7397: Kleopatra: Support Kyber generation, a subtask of T6636: PQC Implementation, from Open to Testing.
Nov 14 2024, 4:39 PM · PQC, gnupg, libgcrypt
ikloecker changed the status of T7397: Kleopatra: Support Kyber generation from Open to Testing.

Ready for testing. Note that you also need gpgme master.

Nov 14 2024, 4:39 PM · kleopatra, gpd5x, PQC
ikloecker renamed T7397: Kleopatra: Support Kyber generation from Support Kyber generation in Kleopatra to Kleopatra: Support Kyber generation.
Nov 14 2024, 4:38 PM · kleopatra, gpd5x, PQC
TobiasFella committed rLIBKLEOf3c80b706796: Add algorithm name for rsa 1024 (authored by TobiasFella).
Add algorithm name for rsa 1024
Nov 14 2024, 4:32 PM
TobiasFella committed rLIBKLEO1fec1376f550: Use unformatted fingerprint in link (authored by TobiasFella).
Use unformatted fingerprint in link
Nov 14 2024, 4:31 PM
TobiasFella committed rLIBKLEOc7166f16eb30: Adapt test (authored by TobiasFella).
Adapt test
Nov 14 2024, 4:31 PM
TobiasFella committed rLIBKLEOe18e1eafb136: Formatting::prettySignature: Linkify unknown certificates (authored by TobiasFella).
Formatting::prettySignature: Linkify unknown certificates
Nov 14 2024, 4:31 PM
ikloecker committed rLIBKLEOaa5ad3644709: Return raw algorithm name if we don't know a pretty one (authored by ikloecker).
Return raw algorithm name if we don't know a pretty one
Nov 14 2024, 4:29 PM
ikloecker committed rLIBKLEO3c9a01943e34: Allow generating Kyber keys (authored by ikloecker).
Allow generating Kyber keys
Nov 14 2024, 4:24 PM
ikloecker committed rM56718f8d204f: cpp: Add Kyber algorithm (authored by ikloecker).
cpp: Add Kyber algorithm
Nov 14 2024, 4:23 PM
TobiasFella committed rKLEOPATRAf6d126f97f2f: Use new api in KCoreAddons (authored by CarlSchwan).
Use new api in KCoreAddons
Nov 14 2024, 4:22 PM
TobiasFella committed rKLEOPATRAb4f57c98b400: Apply 1 suggestion(s) to 1 file(s) (authored by CarlSchwan).
Apply 1 suggestion(s) to 1 file(s)
Nov 14 2024, 4:22 PM
TobiasFella committed rKLEOPATRAbb476ab37c59: Use new Kleo::backendComponents (authored by CarlSchwan).
Use new Kleo::backendComponents
Nov 14 2024, 4:22 PM
TobiasFella committed rKLEOPATRAa26be14e6372: Add windows CI support (authored by mlaurent).
Add windows CI support
Nov 14 2024, 4:19 PM
TobiasFella committed rKLEOPATRA1c0d5b219954: Fix "No file name specified" warnings (authored by TobiasFella).
Fix "No file name specified" warnings
Nov 14 2024, 4:16 PM
ikloecker added a project to T7394: Kleopatra: RSA-1024 is shown as "Unknown algorithm" in the certificate list : gpd5x.

We should show the original algorithm name instead of "Unknown algorithm" if we don't have a pretty name for it. This way we can show the Kyber algorithms without adding pretty names for them. T7397: Kleopatra: Support Kyber generation

Nov 14 2024, 4:10 PM · gpd5x, kleopatra
CarlSchwan committed rLIBKLEOb556b5384f4e: Provide backend information as KAboutComponent (authored by CarlSchwan).
Provide backend information as KAboutComponent
Nov 14 2024, 3:41 PM
CarlSchwan committed rLIBKLEO09522e5dc214: Provide backend information as KAboutComponent (authored by CarlSchwan).
Provide backend information as KAboutComponent
Nov 14 2024, 3:40 PM
CarlSchwan committed rKLEOPATRAc542ae6fe721: Apply 1 suggestion(s) to 1 file(s) (authored by CarlSchwan).
Apply 1 suggestion(s) to 1 file(s)
Nov 14 2024, 3:38 PM
werner triaged T7391: dev.gnupg.org: Font 'Segoe UI Emoji' causes huge word-spacing as Wishlist priority.
Nov 14 2024, 3:17 PM · dev.gnupg.org
werner triaged T7393: Kleopatra: Use event counter CARD of gpg-agent as Normal priority.
Nov 14 2024, 3:14 PM · gpd5x, kleopatra
werner committed rGe5f450f3bb83: gpg: Consider Kyber to be de-vs compliant. (authored by werner).
gpg: Consider Kyber to be de-vs compliant.
Nov 14 2024, 3:13 PM
ebo added a comment to T7323: scdaemon hangs up (when output from scdaemon is not consumed by gpg-agent).

I believe this is a case of non-consumption of client. on Gpg4win-Beta-75 + updated GnuPG.
Setup: I had two cards connected, one Yubikey and one Netkey3.0 card. I rebooted windows and started Kleopatra. Nothing else.

Nov 14 2024, 3:01 PM · Windows, Bug Report, scd
CarlSchwan committed rWcf13e915581c: Add native_idir to PATH also in SETVARS (authored by CarlSchwan).
Add native_idir to PATH also in SETVARS
Nov 14 2024, 2:36 PM
CarlSchwan added a comment to T6354: All VSD and GPD binaries need a proper product name on Windows..

This might fix the issue https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpg4win.git;a=commit;h=cf13e915581ca32e05e229cc54ef8e35753128e0

Nov 14 2024, 2:36 PM · gpd5x, vsd, kleopatra, gpd
werner committed rG996e8ae3cb09: gpg: Allow "Kyber" as algorithm for the Subkey-Type keyword. (authored by werner).
gpg: Allow "Kyber" as algorithm for the Subkey-Type keyword.
Nov 14 2024, 2:24 PM
werner triaged T7397: Kleopatra: Support Kyber generation as High priority.
Nov 14 2024, 2:22 PM · kleopatra, gpd5x, PQC
ikloecker moved T6971: Kleopatra: "General Error" is given instead of "Wrong PIN" from Backlog to QA on the vsd33 board.
Nov 14 2024, 2:21 PM · vsd33, gpgme, kleopatra, Restricted Project