Page MenuHome GnuPG
Feed All Stories

May 8 2024

ikloecker committed rKLEOPATRAbd5fb6e84bba: Remove functionality to create OpenPGP certificate for OpenPGP card keys (authored by ikloecker).
Remove functionality to create OpenPGP certificate for OpenPGP card keys
May 8 2024, 2:48 PM
ikloecker updated the task description for T6420: Kleopatra: improve layout of and text in smartcard management view.
May 8 2024, 2:48 PM · vsd33 (vsd-3.3.0), Feature Request, Restricted Project, kleopatra
garyo closed T7112: gpg fails on Windows when specifying absolute homedir with drive letter as Invalid.
May 8 2024, 2:47 PM · gnupg, Windows, Bug Report
garyo added a comment to T7112: gpg fails on Windows when specifying absolute homedir with drive letter.

The official GPG binary from "c:\Program Files (x86)\GnuPG\bin\gpg.exe" does not exhibit this problem. I will report it to the msys2 folks.

May 8 2024, 2:47 PM · gnupg, Windows, Bug Report
ikloecker triaged T7113: Kleopatra: Remove "Create OpenPGP key" from OpenPGP smart card tab as Normal priority.
May 8 2024, 2:25 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
garyo added a comment to T7112: gpg fails on Windows when specifying absolute homedir with drive letter.

Yes, it is the msys2 build of gpg, installed using the standard msys2 methods. The pwd in my example was from msys2 zsh.
I reproduced the error running under msys2 zsh and in Powershell.
If I understand your response correctly, you are saying this will not be fixed in gnupg itself? I can report it to the cygwin/msys2 folks of course, if you think that is best. But I still suspect the root cause is in gnupg, probably in homedir.c or the code that makes an absolute path from a relative one.
I will retest with the official gpg4win and let you know the results.

May 8 2024, 1:34 PM · gnupg, Windows, Bug Report
qyliss added a comment to D600: posix: don't use LFS64 types in struct linux_dirent64.

$ man getdents64

getdents64()
    The  original  Linux getdents() system call did not handle large filesystems and large file offsets.  Consequently, Linux 2.4
    added getdents64(), with wider types for the d_ino and d_off fields.  In addition, getdents64() supports an  explicit  d_type
    field.

    The  getdents64()  system call is like getdents(), except that its second argument is a pointer to a buffer containing struc‐
    tures of the following type:

        struct linux_dirent64 {
            ino64_t        d_ino;    /* 64-bit inode number */
            off64_t        d_off;    /* 64-bit offset to next structure */
            unsigned short d_reclen; /* Size of this dirent */
            unsigned char  d_type;   /* File type */
            char           d_name[]; /* Filename (null-terminated) */
        };
May 8 2024, 1:19 PM · gpgme
ikloecker moved T6420: Kleopatra: improve layout of and text in smartcard management view from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 8 2024, 11:13 AM · vsd33 (vsd-3.3.0), Feature Request, Restricted Project, kleopatra
ebo added a comment to T7089: Kleopatra: show "disabled" status.

Go ahead and split it of, then. And setting a key to disabled in Kleopatra itself is not that urgent that it has to be in vsd33.

May 8 2024, 10:36 AM · vsd33, Feature Request, kleopatra, Restricted Project
ikloecker added a comment to T7089: Kleopatra: show "disabled" status.

I think Kleopatra now respects the "disabled" state of OpenPGP certificates. I don't remember the outcome of our discussion about allowing to disable OpenPGP certificates from Kleopatra, but I think this should be split out of this ticket.

May 8 2024, 10:20 AM · vsd33, Feature Request, kleopatra, Restricted Project
ikloecker set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/94 on T6882: Make ADSK configurable for new keys.
May 8 2024, 10:15 AM · gnupg24, gnupg22, vsd33, Restricted Project
ikloecker added a task to D572: cpp,qt: Implement adding ADSKs: T6880: GPGME (++/qt): Add support for --quick-add-adsk.
May 8 2024, 10:14 AM
ikloecker added a revision to T6880: GPGME (++/qt): Add support for --quick-add-adsk: D572: cpp,qt: Implement adding ADSKs.
May 8 2024, 10:14 AM · gpgme, vsd33, Restricted Project
ikloecker set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/88 on T6879: Kleopatra: Add support for adding an ADSK.
May 8 2024, 10:12 AM · kleopatra, vsd33, Restricted Project
ikloecker moved T6959: Kleopatra: Change colums in subkey details from Backlog to WiP on the vsd33 board.
May 8 2024, 10:10 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker changed the status of T6959: Kleopatra: Change colums in subkey details, a subtask of T6874: Kleopatra subkey management improvements, from Open to Testing.
May 8 2024, 10:10 AM · kleopatra, Restricted Project, vsd33
ikloecker changed the status of T6959: Kleopatra: Change colums in subkey details from Open to Testing.

Tobias should have addressed all points (except using ISO format for dates which we won't change in Kleopatra).

May 8 2024, 10:10 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to D600: posix: don't use LFS64 types in struct linux_dirent64.

$ man getdents64

getdents64()
    The  original  Linux getdents() system call did not handle large filesystems and large file offsets.  Consequently, Linux 2.4
    added getdents64(), with wider types for the d_ino and d_off fields.  In addition, getdents64() supports an  explicit  d_type
    field.
May 8 2024, 10:01 AM · gpgme
qyliss added a comment to D600: posix: don't use LFS64 types in struct linux_dirent64.
In D600#6445, @gniibe wrote:

If it is intentional change by musl (requiring some changes by an application), we can use __ino64_t_defined and __off64_t_defined macro to see if those types are defined or not.

May 8 2024, 9:45 AM · gpgme
debohman added a comment to T6444: pinentry-1.2.1 does not configure against libgpg-error-1.47.

Verified in pinentry-1.3.0.

May 8 2024, 9:04 AM · pinentry
gniibe closed T6466: gpgme python example code contains insecure code pattern / chmod permission race condition as Resolved.

Fixed in gpgme 1.21.0.

May 8 2024, 8:37 AM · Python, Documentation, gpgme
werner closed T6511: EdDSA support in FIPS mode as Resolved.
May 8 2024, 8:32 AM · FIPS, libgcrypt, Bug Report
gniibe closed T6444: pinentry-1.2.1 does not configure against libgpg-error-1.47 as Resolved.

Fixed in pinentry 1.3.0.

May 8 2024, 8:28 AM · pinentry
werner added projects to T7112: gpg fails on Windows when specifying absolute homedir with drive letter: Windows, gnupg.

pwd is not a standard Windows command. It is availabe in powershell but there I get

May 8 2024, 8:28 AM · gnupg, Windows, Bug Report
gniibe closed T6810: gpgv: missing entry in "FILES" section in gpgv.texi as Resolved.

Fixed in 2.4.4.

May 8 2024, 8:21 AM · gnupg, Documentation
gniibe added a comment to D600: posix: don't use LFS64 types in struct linux_dirent64.

If it is intentional change by musl (requiring some changes by an application), we can use __ino64_t_defined and __off64_t_defined macro to see if those types are defined or not.

May 8 2024, 7:46 AM · gpgme
l10n daemon script <scripty@kde.org> committed rMTP387149cd8ba2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
May 8 2024, 5:20 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4f7c29d1bb7f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
May 8 2024, 5:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA29aaf3f453a9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
May 8 2024, 3:33 AM
gniibe committed rCaf09135f9b49: Register DCO for Simit Ghane. (authored by gniibe).
Register DCO for Simit Ghane.
May 8 2024, 1:49 AM
garyo created T7112: gpg fails on Windows when specifying absolute homedir with drive letter.
May 8 2024, 12:47 AM · gnupg, Windows, Bug Report

May 7 2024

ikloecker committed rGTOce03a602ee72: Adapt to changed API of Kleo::CryptoConfigModule (authored by ikloecker).
Adapt to changed API of Kleo::CryptoConfigModule
May 7 2024, 4:36 PM
ikloecker committed rKLEOPATRAf5815cb11834: Fix warnings about extra ';' (authored by ikloecker).
Fix warnings about extra ';'
May 7 2024, 3:49 PM
ikloecker committed rKLEOPATRA1005ad83552e: Remove obsolete separate definition of deprecation versions for Windows (authored by ikloecker).
Remove obsolete separate definition of deprecation versions for Windows
May 7 2024, 3:34 PM
ikloecker committed rKLEOPATRA526223b1cc9c: Remove obsolete separate definition of deprecation versions for Windows (authored by ikloecker).
Remove obsolete separate definition of deprecation versions for Windows
May 7 2024, 3:32 PM
Jakuje added a comment to T6511: EdDSA support in FIPS mode.

I think so. We did not submit a modules for recertification with these changes, but we do not plan this in close future so you can consider it completed.

May 7 2024, 3:01 PM · FIPS, libgcrypt, Bug Report
werner added a comment to T6511: EdDSA support in FIPS mode.

Can we close this?

May 7 2024, 2:44 PM · FIPS, libgcrypt, Bug Report
werner committed rCb99952adc6ee: Fix building error with '-O2' in sysroot path (authored by simit.ghane).
Fix building error with '-O2' in sysroot path
May 7 2024, 12:15 PM
werner committed rC1689d143b413: doc: Add some comments to gcrypt.h (authored by werner).
doc: Add some comments to gcrypt.h
May 7 2024, 12:14 PM
ikloecker moved T7036: gpgme: gpgme_op_receive_keys does not return an error if keyserver lookup is disabled from Backlog to WiP on the vsd33 board.
May 7 2024, 11:57 AM · vsd33 (vsd-3.3.0), Restricted Project, gpgme
ikloecker moved T6499: Kleopatra: no error if trying to write decrypted file to write-protected folder from Backlog to WiP on the vsd33 board.
May 7 2024, 11:55 AM · vsd33, kleopatra, Restricted Project
ikloecker claimed T6917: Kleopatra: write error when decrypting to network drive.
May 7 2024, 11:54 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ikloecker changed the status of T7094: Kleopatra: Window handling, a subtask of T7019: Kleopatra: change "certificate detailed view" to tabbed interface instead of sub-windows, from Open to Testing.
May 7 2024, 11:35 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker changed the status of T7094: Kleopatra: Window handling from Open to Testing.
May 7 2024, 11:35 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7094: Kleopatra: Window handling: vsd33.
May 7 2024, 11:35 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T6739: Allow "refresh key/signatures" from key's context menu (from key list) from Backlog to WiP on the vsd33 board.
May 7 2024, 11:34 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Feature Request
ikloecker added a project to T6739: Allow "refresh key/signatures" from key's context menu (from key list): vsd33.
May 7 2024, 11:34 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Feature Request
ikloecker moved T7096: Kleopatra: Show origin of user-ID in details window from Backlog to WiP on the vsd33 board.
May 7 2024, 11:33 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7096: Kleopatra: Show origin of user-ID in details window: vsd33.
May 7 2024, 11:33 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T7104: Kleopatra: Allow "Change password" for private key with offline primary from Backlog to WiP on the vsd33 board.
May 7 2024, 11:33 AM · vsd33, Feature Request, kleopatra, Restricted Project
ikloecker assigned T7089: Kleopatra: show "disabled" status to TobiasFella.
May 7 2024, 11:30 AM · vsd33, Feature Request, kleopatra, Restricted Project
ikloecker edited projects for T7089: Kleopatra: show "disabled" status, added: vsd33; removed gpgme.
May 7 2024, 11:28 AM · vsd33, Feature Request, kleopatra, Restricted Project
ikloecker moved T7090: Kleopatra: In the About dialog, the versions info for gpg is sometimes missing from Backlog to WiP on the vsd33 board.
May 7 2024, 11:27 AM · vsd33, kleopatra, Restricted Project
ikloecker moved T6091: Kleopatra: "Cancel" in the password dialog of "Print secret key" has no effect from Backlog to WiP on the vsd33 board.
May 7 2024, 11:27 AM · vsd33, kleopatra, Restricted Project
ikloecker added a project to T6091: Kleopatra: "Cancel" in the password dialog of "Print secret key" has no effect: vsd33.
May 7 2024, 11:26 AM · vsd33, kleopatra, Restricted Project
ikloecker moved T6749: Kleopatra: show only one error/information window for a certificate import from Backlog to WiP on the vsd33 board.
May 7 2024, 11:26 AM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker added a project to T6749: Kleopatra: show only one error/information window for a certificate import: vsd33.
May 7 2024, 11:26 AM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker changed the status of T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation, a subtask of T6553: Kleopatra: Expiry date issues and improvements, from Open to Testing.
May 7 2024, 11:25 AM · kleopatra, Restricted Project
ikloecker changed the status of T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation from Open to Testing.
May 7 2024, 11:25 AM · vsd33 (vsd-3.3.0), Restricted Project, Feature Request, kleopatra
ikloecker moved T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation from Backlog to WiP on the vsd33 board.
May 7 2024, 11:25 AM · vsd33 (vsd-3.3.0), Restricted Project, Feature Request, kleopatra
ikloecker moved T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 7 2024, 11:25 AM · vsd33 (vsd-3.3.0), Restricted Project, Feature Request, kleopatra
ikloecker added projects to T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation: Restricted Project, vsd33.
May 7 2024, 11:24 AM · vsd33 (vsd-3.3.0), Restricted Project, Feature Request, kleopatra
ikloecker moved T7082: Kleopatra: Improve initial column layout in smart card views from Backlog to WiP on the vsd33 board.
May 7 2024, 11:23 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7082: Kleopatra: Improve initial column layout in smart card views: vsd33.
May 7 2024, 11:23 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T7080: Kleopatra: Restoring column layout in smart card views doesn't work from Backlog to WiP on the vsd33 board.
May 7 2024, 11:23 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7080: Kleopatra: Restoring column layout in smart card views doesn't work: vsd33.
May 7 2024, 11:23 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7064: Kleopatra: Add additional info to Help menu: kleopatra.
May 7 2024, 11:23 AM · kleopatra, Restricted Project, vsd33
ikloecker moved T7077: Kleopatra: Wrong tab order in NetKey card widget from Backlog to WiP on the vsd33 board.
May 7 2024, 11:22 AM · vsd33, a11y, kleopatra, Restricted Project
ikloecker added a project to T7077: Kleopatra: Wrong tab order in NetKey card widget: vsd33.
May 7 2024, 11:22 AM · vsd33, a11y, kleopatra, Restricted Project
ikloecker moved T6847: Kleopatra: Show S/MIME certs for PKCS#15 cards in smart card view from Backlog to WiP on the vsd33 board.
May 7 2024, 11:22 AM · vsd33, Restricted Project, kleopatra
ikloecker added a project to T6847: Kleopatra: Show S/MIME certs for PKCS#15 cards in smart card view: vsd33.
May 7 2024, 11:22 AM · vsd33, Restricted Project, kleopatra
ikloecker moved T6712: Kleopatra: When revoking a local certification do not ask to publish the revocation from Backlog to WiP on the vsd33 board.
May 7 2024, 11:21 AM · vsd33, Restricted Project, kleopatra
ikloecker added a project to T6712: Kleopatra: When revoking a local certification do not ask to publish the revocation: vsd33.
May 7 2024, 11:21 AM · vsd33, Restricted Project, kleopatra
ikloecker moved T7073: Kleopatra: Rework explicitly shown tool tips from Backlog to WiP on the vsd33 board.
May 7 2024, 11:21 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a project to T7073: Kleopatra: Rework explicitly shown tool tips: vsd33.
May 7 2024, 11:21 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T7043: Kleopatra: improve certificate deletion dialog from Backlog to WiP on the vsd33 board.
May 7 2024, 11:20 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7043: Kleopatra: improve certificate deletion dialog: vsd33.
May 7 2024, 11:20 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T7019: Kleopatra: change "certificate detailed view" to tabbed interface instead of sub-windows from Backlog to WiP on the vsd33 board.
May 7 2024, 11:19 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T7019: Kleopatra: change "certificate detailed view" to tabbed interface instead of sub-windows: vsd33.
May 7 2024, 11:19 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option from Backlog to WiP on the vsd33 board.
May 7 2024, 11:17 AM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker added a project to T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option: vsd33.
May 7 2024, 11:17 AM · vsd33, Restricted Project, kleopatra, Bug Report
ikloecker moved T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows from Backlog to WiP on the vsd33 board.
May 7 2024, 11:16 AM · kleopatra, Restricted Project
ikloecker added a project to T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows: vsd33.
May 7 2024, 11:16 AM · kleopatra, Restricted Project
ikloecker moved T6998: Kleopatra: simplify key creation window from Backlog to WiP on the vsd33 board.
May 7 2024, 11:15 AM · vsd33, Restricted Project, kleopatra
ikloecker moved T6447: Kleopatra: "imported certificates" tab inconsistencies from Backlog to WiP on the vsd33 board.
May 7 2024, 11:14 AM · vsd33, Restricted Project, Bug Report, kleopatra
ikloecker added a project to T6447: Kleopatra: "imported certificates" tab inconsistencies: vsd33.
May 7 2024, 11:14 AM · vsd33, Restricted Project, Bug Report, kleopatra
ikloecker moved T6958: Kleopatra: "Change Validity" sometimes ignores subkey when extending validity from Backlog to WiP on the vsd33 board.
May 7 2024, 11:14 AM · vsd33, kleopatra, Restricted Project
ikloecker added a project to T6958: Kleopatra: "Change Validity" sometimes ignores subkey when extending validity: vsd33.
May 7 2024, 11:13 AM · vsd33, kleopatra, Restricted Project
ikloecker moved T6958: Kleopatra: "Change Validity" sometimes ignores subkey when extending validity from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 7 2024, 11:13 AM · vsd33, kleopatra, Restricted Project
ikloecker moved T6936: Kleopatra: Auto-select in case of only one keysearch result from Backlog to WiP on the vsd33 board.
May 7 2024, 11:13 AM · vsd33, Restricted Project, kleopatra
ikloecker moved T7027: Kleopatra: Double-click in Server Lookup should open Certificate Details from Backlog to WiP on the vsd33 board.
May 7 2024, 11:12 AM · vsd33, kleopatra, Restricted Project
ikloecker added a project to T7027: Kleopatra: Double-click in Server Lookup should open Certificate Details: vsd33.
May 7 2024, 11:12 AM · vsd33, kleopatra, Restricted Project
ikloecker moved T7037: Kleopatra: Handle disabled keyserver when updating a certificate from Backlog to WiP on the vsd33 board.
May 7 2024, 11:12 AM · vsd33, kleopatra, Restricted Project
ikloecker added a project to T6959: Kleopatra: Change colums in subkey details: vsd33.
May 7 2024, 11:08 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T7002: Tab text not changing when using filters from Backlog to WiP on the vsd33 board.
May 7 2024, 11:07 AM · vsd33, Restricted Project, kleopatra, Bug Report, gpg4win
ikloecker added a project to T7002: Tab text not changing when using filters: vsd33.
May 7 2024, 11:07 AM · vsd33, Restricted Project, kleopatra, Bug Report, gpg4win
ikloecker moved T6966: Kleopatra: Show which certificates in a group are not usable for encryption from Backlog to WiP on the vsd33 board.
May 7 2024, 11:06 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a project to T6966: Kleopatra: Show which certificates in a group are not usable for encryption: vsd33.
May 7 2024, 11:06 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T6912: Kleopatra: Add right click "create group" option from Backlog to WiP on the vsd33 board.
May 7 2024, 11:05 AM · vsd33, kleopatra, Restricted Project
ikloecker added a project to T6912: Kleopatra: Add right click "create group" option: vsd33.
May 7 2024, 11:05 AM · vsd33, kleopatra, Restricted Project