Page MenuHome GnuPG

ikloecker (Ingo Klöcker)
Engineering

Projects

User Details

User Since
Jul 24 2020, 9:57 AM (220 w, 4 d)
Availability
Busy Busy until Jul 29 2030.

Recent Activity

Yesterday

ikloecker added a comment to T7339: Kleopatra: Cannot decrypt packets with hybrid cipher without using symmetric passphrase.

In the second case, gpg emits a FAILURE gpg-exit 33554433 status at the end. I think this makes gpgme consider the operation failed. I think this is a bug in gpg because gpg does not emit a FAILURE status if a wrong symmetric passphrase is entered.

Tue, Oct 15, 10:45 PM · kleopatra, Bug Report
ikloecker added a comment to T7339: Kleopatra: Cannot decrypt packets with hybrid cipher without using symmetric passphrase.

In the first case, gpg emits a CANCELED_BY_USER status. This makes gpgme abort the operation. We may have to wait/watch for BEGIN_DECRYPTION / END_DECRYPTION.

Tue, Oct 15, 10:39 PM · kleopatra, Bug Report
ikloecker created T7339: Kleopatra: Cannot decrypt packets with hybrid cipher without using symmetric passphrase.
Tue, Oct 15, 10:36 PM · kleopatra, Bug Report
ikloecker committed rLIBKLEOe1c79959b723: Create the socket directory before initializing the key cache (authored by ikloecker).
Create the socket directory before initializing the key cache
Tue, Oct 15, 5:11 PM
ikloecker added a reverting change for rLIBKLEO55206cfabebd: Serialize listing of OpenPGP and S/MIME keys: rLIBKLEO85c065c707b2: Revert "Serialize listing of OpenPGP and S/MIME keys".
Tue, Oct 15, 5:11 PM
ikloecker committed rLIBKLEO85c065c707b2: Revert "Serialize listing of OpenPGP and S/MIME keys" (authored by ikloecker).
Revert "Serialize listing of OpenPGP and S/MIME keys"
Tue, Oct 15, 5:11 PM
ikloecker added a comment to T5957: Kleopatra: Usability improvement for Notepad.

When looking at Carl's first MR I had a few ideas/thoughts:

  • Does the notepad really need to support S/MIME? People might want to use inline PGP with Kleopatra, but S/MIME???
  • I wondering whether we should move the checkboxes to the group box titles and get rid of the group boxes and instead use KSeparators to separate the different sections, i.e.
[ ] Prove authenticity (sign)
Sign as:
------------------------------
[ ] Encrypt
Encrypt for me:
Encrypt for others:
------------------------------
[ ] Encrypt with password
Anyone ...
------------------------------
[Sign and Encrypt]
Tue, Oct 15, 1:57 PM · kleopatra, Restricted Project
ikloecker added a comment to T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds.

I found one reason for the intermittently failing concurrent initial keylisting. gpgsm sometimes uses the wrong socket file to (try to) connect to gpg-agent.

Tue, Oct 15, 12:11 PM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7334: Kleopatra: ADSK shown as "unknown recipient".

I don't think gpg/gpgsm tell gpgme "the keyblock used for decryption". They simply log all public keys used for encryption via STATUS_ENC_TO in the order the packets appear in the encrypted file.

Tue, Oct 15, 12:09 PM · kleopatra

Mon, Oct 14

ikloecker committed rKLEOPATRA7502abdb0ff5: Do not create RevokersWidget when gpgme is too old (authored by TobiasFella).
Do not create RevokersWidget when gpgme is too old
Mon, Oct 14, 11:22 PM
ikloecker added a comment to T7334: Kleopatra: ADSK shown as "unknown recipient".

For a subkey the user id of its primary should always been show.

Mon, Oct 14, 5:32 PM · kleopatra
ikloecker added a comment to T7334: Kleopatra: ADSK shown as "unknown recipient".

In case of an unknown encryption subkey we could check if it's the ADSK of a known recipient and then display something like

Unknown ADSK for "Some key with ADSK <with-adsk@example.net>"

instead of

unknown recipient

Mon, Oct 14, 4:38 PM · kleopatra
ikloecker added a comment to T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds.

I can reproduce this with gnupg 2.2.45-beta27 (STABLE-BRANCH-2-2 69a8aefa) on openSUSE Tumbleweed.

Mon, Oct 14, 2:19 PM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7334: Kleopatra: ADSK shown as "unknown recipient".

Is this R-flag part of the status logging, i.e. do we need to add handling for this in gpgme?

Mon, Oct 14, 12:15 PM · kleopatra

Fri, Oct 11

ikloecker committed rLIBKLEO6966f73a2a6a: Use empty() instead of comparing size() with 0 (authored by ikloecker).
Use empty() instead of comparing size() with 0
Fri, Oct 11, 9:34 AM
ikloecker committed rLIBKLEO9597b11d1e27: Don't merge already known keys with new keys if there are no new keys (authored by ikloecker).
Don't merge already known keys with new keys if there are no new keys
Fri, Oct 11, 9:34 AM
ikloecker committed rLIBKLEO55206cfabebd: Serialize listing of OpenPGP and S/MIME keys (authored by ikloecker).
Serialize listing of OpenPGP and S/MIME keys
Fri, Oct 11, 9:34 AM

Thu, Oct 10

ikloecker committed rLIBKLEO23a5e65561f6: Use empty() instead of comparing size() with 0 (authored by ikloecker).
Use empty() instead of comparing size() with 0
Thu, Oct 10, 10:00 PM
ikloecker committed rLIBKLEOc32c4a89356f: Don't merge already known keys with new keys if there are no new keys (authored by ikloecker).
Don't merge already known keys with new keys if there are no new keys
Thu, Oct 10, 10:00 PM
ikloecker committed rLIBKLEO1ab933a893b4: Serialize listing of OpenPGP and S/MIME keys (authored by ikloecker).
Serialize listing of OpenPGP and S/MIME keys
Thu, Oct 10, 10:00 PM
ikloecker added a comment to T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds.

I have reproduced this with libkleo from our gpg4win/24.05 branch and with gpg (GnuPG) 2.4.6-beta102 (HEAD of STABLE-BRANCH-2-4) and current master of gpgme and all GnuPG libraries. It took just 8 runs until a unittest failed.

Thu, Oct 10, 3:19 PM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds.

gpgme logs for a failed test where the keylisting with gpgsm failed

Thu, Oct 10, 2:56 PM · gpd5x, kleopatra, Bug Report
ikloecker claimed T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds.
Thu, Oct 10, 2:19 PM · gpd5x, kleopatra, Bug Report
ikloecker created T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds.
Thu, Oct 10, 2:19 PM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7327: Kleopatra: if a keylisting fails, display error message instead of welcome page (=empty keyring).

If the keylisting (of OpenPGP and S/MIME certificates; technically, that's two independent keylistings) fails without giving any results then it makes sense to show a error message instead of the welcome page.

Thu, Oct 10, 10:08 AM · gpd5x, kleopatra

Wed, Oct 9

ikloecker moved T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data" from Backlog to WiP on the vsd33 board.
Wed, Oct 9, 9:54 AM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ikloecker edited projects for T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data", added: vsd33; removed vsd.
Wed, Oct 9, 9:54 AM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ikloecker added a project to T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data": vsd.

This is also relevant for VSD 3.3. Backport is not needed, but gpg4win/VSD needs to include current gpgme.

Wed, Oct 9, 9:54 AM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ikloecker closed T6686: GPG4win exchange issue decrypt message from Macos GPGtools as Resolved.

Yes, the fix is included in the Gpg4win 4.3.1.

Wed, Oct 9, 9:51 AM · MacOS, Support, gpg4win

Mon, Oct 7

ikloecker triaged T7322: Kleopatra: General error if ADSK is not configured correctly as Normal priority.
Mon, Oct 7, 5:07 PM · gnupg
ikloecker changed the status of T7318: Kleopatra: Deletion of S/MIME certificate does not trigger a key listing from Open to Testing.
Mon, Oct 7, 5:05 PM · vsd33, Restricted Project
ikloecker triaged T7318: Kleopatra: Deletion of S/MIME certificate does not trigger a key listing as Normal priority.
Mon, Oct 7, 5:05 PM · vsd33, Restricted Project
ikloecker moved T7318: Kleopatra: Deletion of S/MIME certificate does not trigger a key listing from Backlog to WiP on the vsd33 board.

Backported for gpg4win 4.x

Mon, Oct 7, 5:05 PM · vsd33, Restricted Project
ikloecker committed rLIBKLEOccfc6b97e143: Watch the keyboxd database file for changes (authored by ikloecker).
Watch the keyboxd database file for changes
Mon, Oct 7, 5:03 PM
ikloecker committed rLIBKLEOc6519956e6e1: Watch the keyboxd database file for changes (authored by ikloecker).
Watch the keyboxd database file for changes
Mon, Oct 7, 5:02 PM
ikloecker committed rLIBKLEO3381140452fa: Add tests for Formatting::prettySignature (authored by ikloecker).
Add tests for Formatting::prettySignature
Mon, Oct 7, 4:21 PM
ikloecker added a comment to T6799: Kleopatra configuration files in wrong places.

Andre, didn't we conclude that there's nothing worth migrating except the groups configuration (which is migrated)?

Mon, Oct 7, 1:42 PM · vsd33, kleopatra, Restricted Project
ikloecker committed rMTP4346463142ea: Fix unit tests failure caused by changes in libkleo (authored by CarlSchwan).
Fix unit tests failure caused by changes in libkleo
Mon, Oct 7, 10:48 AM
ikloecker committed rLIBKLEO0abc587f2ee4: Fix regression that user ID wasn't HTML escaped anymore (authored by ikloecker).
Fix regression that user ID wasn't HTML escaped anymore
Mon, Oct 7, 10:37 AM
ikloecker added inline comments to rGe8858807bcaf: gpg: Emit status error for an invalid ADSK..
Mon, Oct 7, 10:27 AM

Fri, Oct 4

ikloecker added a project to T7322: Kleopatra: General error if ADSK is not configured correctly: gnupg.

Yes, gpg logs "invalid ADSK ... specified", but it doesn't emit a status error. This needs to be changed in gpg.

Fri, Oct 4, 5:50 PM · gnupg
ikloecker added a comment to T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data".

I knew that we'd need something like D604 when I saw rM409e31458227, but then I forgot about it. :/

Fri, Oct 4, 2:10 PM · vsd33, gpgme, kleopatra, Restricted Project, Bug Report
ikloecker accepted D604: core: fix passing --proc-all-sigs to gpgtar.

Looks good! Thanks!

Fri, Oct 4, 2:07 PM

Wed, Oct 2

ikloecker added a comment to T7318: Kleopatra: Deletion of S/MIME certificate does not trigger a key listing.

Given that this only happens if keyboxd is used I doubt that this is relevant for VSD 3.3.

Wed, Oct 2, 5:48 PM · vsd33, Restricted Project
ikloecker claimed T7318: Kleopatra: Deletion of S/MIME certificate does not trigger a key listing.
Wed, Oct 2, 5:47 PM · vsd33, Restricted Project
ikloecker added a comment to T7318: Kleopatra: Deletion of S/MIME certificate does not trigger a key listing.

This happens only if keyboxd is used because then Kleopatra doesn't notice any changes in GNUPGHOME and therefore doesn't run a key listing.

Wed, Oct 2, 5:46 PM · vsd33, Restricted Project
ikloecker added a comment to T7313: gpgconf --list-options does not handle multiple trusted-keys..

gpgme should handle lists correctly. In Kleopatra those options are not shown in the configuration dialog because they are GC_LEVEL_INVISIBLE, i.e. Kleopatra can read them programmatically but they are not shown to the user.

Wed, Oct 2, 5:13 PM · Feature Request, gnupg
ikloecker committed rLIBKLEOc3b0dc49ff2e: Fix composition of localized message (authored by ikloecker).
Fix composition of localized message
Wed, Oct 2, 4:16 PM
ikloecker added a comment to T7302: Kleopatra: Add tooltips for certificate filters.

Translations of the tooltips (and names) of the filters defined in the libkleopatrarc*.desktop files have to be merged/copied manually for VSD 3.3. With rLIBKLEO2349aea7f7f3ad7d785cef644befd4bdbc9d0962 I have updated the translations to the state in master. Currently, none of the tooltips have a German translation.

Wed, Oct 2, 3:20 PM · vsd33, Restricted Project
ikloecker moved T7295: Kleopatra: Add explanation for message "no secret key" from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Wed, Oct 2, 3:11 PM · vsd33, kleopatra, Restricted Project
ikloecker moved T6879: Kleopatra: Add support for adding an ADSK from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Wed, Oct 2, 3:10 PM · kleopatra, vsd33, Restricted Project
ikloecker moved T7311: Kleopatra: Values for ValidityPeriodInDays ignored from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3 (backported manually because in master the code has been moved from kleopatra to libkleo)

Wed, Oct 2, 3:10 PM · vsd33, Restricted Project, kleopatra
ikloecker committed rKLEOPATRA9a520135ee6a: Also allow setting an ADSK for gnupg versions >= 2.2.45 and < 2.3.0 (authored by TobiasFella).
Also allow setting an ADSK for gnupg versions >= 2.2.45 and < 2.3.0
Wed, Oct 2, 3:07 PM
ikloecker committed rKLEOPATRA43406a61c069: Make the meaning of "no secret key" clearer (authored by TobiasFella).
Make the meaning of "no secret key" clearer
Wed, Oct 2, 3:07 PM
ikloecker committed rKLEOPATRA24546069db82: Don't disable expiration date input field if allowed range is empty (authored by ikloecker).
Don't disable expiration date input field if allowed range is empty
Wed, Oct 2, 3:07 PM
ikloecker committed rKLEOPATRA9c3d4c16530e: Add hint about allowed date range to OpenPGP certificate creation dialog (authored by ikloecker).
Add hint about allowed date range to OpenPGP certificate creation dialog
Wed, Oct 2, 3:07 PM
ikloecker committed rKLEOPATRA8df03a273fd6: Give access to the width of the AnimatedExpander's size hint (authored by ikloecker).
Give access to the width of the AnimatedExpander's size hint
Wed, Oct 2, 3:07 PM
ikloecker committed rKLEOPATRA04c8e0c6d5ab: Hide expiration check box if unlimited expiration is not allowed (authored by ikloecker).
Hide expiration check box if unlimited expiration is not allowed
Wed, Oct 2, 3:07 PM
ikloecker committed rKLEOPATRA14a81533047b: Add helper to create nicely formatted label for expiration input field (authored by ikloecker).
Add helper to create nicely formatted label for expiration input field
Wed, Oct 2, 3:06 PM
ikloecker committed rKLEOPATRAfbfdd799b7a5: Check the expiration date before accepting the dialog (authored by ikloecker).
Check the expiration date before accepting the dialog
Wed, Oct 2, 3:06 PM
ikloecker moved T7312: The security approval dialog (GpgOL) sometimes closes before choice is made from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Wed, Oct 2, 1:43 PM · gpgol, vsd33, libkleo, Restricted Project
ikloecker moved T7302: Kleopatra: Add tooltips for certificate filters from Backlog to WiP on the vsd33 board.

Backported to VSD 3.3

Wed, Oct 2, 1:42 PM · vsd33, Restricted Project
ikloecker added a project to T7302: Kleopatra: Add tooltips for certificate filters: vsd33.

Re-adding vsd33 tag. I added the relevant commit(s) to the task.

Wed, Oct 2, 1:42 PM · vsd33, Restricted Project
ikloecker moved T7296: Kleopatra: Change filters "All certificates" etc. so that they do not include disabled ones from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3 together with changes made for T6666.

Wed, Oct 2, 1:37 PM · vsd33, Feature Request, kleopatra, Restricted Project
ikloecker committed rLIBKLEO33f7f3b6be0d: Don't consider the custom items when the source model's layout changes (authored by ikloecker).
Don't consider the custom items when the source model's layout changes
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEO8925a4e3bc9a: Fix warnings about unused parameters (authored by ikloecker).
Fix warnings about unused parameters
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEO2349aea7f7f3: Update translations in libkleopatrarc*.desktop files (authored by ikloecker).
Update translations in libkleopatrarc*.desktop files
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEO6de9766593d3: CustomItemsProxyModel: Properly handle changes of the source model (authored by ikloecker).
CustomItemsProxyModel: Properly handle changes of the source model
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEOcfd63e4abce0: Fix inconsistencies in filter definitions (authored by ikloecker).
Fix inconsistencies in filter definitions
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEOc5f78af7dbf8: Filter disabled keys out of normal filters and allow filtering with the… (authored by TobiasFella).
Filter disabled keys out of normal filters and allow filtering with the…
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEO978e0c900573: Add tooltips to keyfilters (authored by TobiasFella).
Add tooltips to keyfilters
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEO7e874282bcd6: Align key filter names (authored by TobiasFella).
Align key filter names
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEOe4ca45f96df8: Fix warnings about unused parameters (authored by ikloecker).
Fix warnings about unused parameters
Wed, Oct 2, 12:27 PM
ikloecker committed rLIBKLEO4d4c13b89619: Fix inconsistencies in filter definitions (authored by ikloecker).
Fix inconsistencies in filter definitions
Wed, Oct 2, 11:58 AM
ikloecker committed rLIBKLEO5c50489fbc89: Fix typo in key filter rule (authored by ikloecker).
Fix typo in key filter rule
Wed, Oct 2, 11:58 AM
ikloecker removed a project from T7302: Kleopatra: Add tooltips for certificate filters: vsd33.

The tool tips were added for T6666 which is not flagged for VSD 3.3. T7300 was never relevant for VSD 3.3 since there are no filter tool tips in VSD 3.3 that would need to be changed to sentence case. -> I remove the vsd33 tag.

Wed, Oct 2, 10:20 AM · vsd33, Restricted Project
ikloecker assigned T7302: Kleopatra: Add tooltips for certificate filters to TobiasFella.

I don't know what to backport because neither this ticket nor T7300 mention any commits.

Wed, Oct 2, 10:04 AM · vsd33, Restricted Project

Tue, Oct 1

ikloecker changed the status of T7312: The security approval dialog (GpgOL) sometimes closes before choice is made from Open to Testing.

Fixed.

Tue, Oct 1, 4:25 PM · gpgol, vsd33, libkleo, Restricted Project
ikloecker committed rLIBKLEO941a8fcf851f: Don't consider the custom items when the source model's layout changes (authored by ikloecker).
Don't consider the custom items when the source model's layout changes
Tue, Oct 1, 4:15 PM
ikloecker committed rLIBKLEOc22f94eb1cf3: CustomItemsProxyModel: Properly handle changes of the source model (authored by ikloecker).
CustomItemsProxyModel: Properly handle changes of the source model
Tue, Oct 1, 3:52 PM
ikloecker added a comment to T7311: Kleopatra: Values for ValidityPeriodInDays ignored.

I expect that the user can change the expiry date to 01.10.2024 but nothing else.

Tue, Oct 1, 1:41 PM · vsd33, Restricted Project, kleopatra
ikloecker changed the status of T7311: Kleopatra: Values for ValidityPeriodInDays ignored from Open to Testing.
Tue, Oct 1, 1:38 PM · vsd33, Restricted Project, kleopatra
ikloecker changed the status of T7311: Kleopatra: Values for ValidityPeriodInDays ignored, a subtask of T6544: Draft: Kleopatra: Feedback for invalid date input, from Open to Testing.
Tue, Oct 1, 1:38 PM · kleopatra, Restricted Project
ikloecker added a comment to T6882: Make ADSK configurable for new keys.

While testing this I noticed that only the last adsk or trusted key is listed. Thus several assurances of this options are not properly represented. See T7313

Tue, Oct 1, 1:33 PM · gnupg22 (gnupg-2.2.45), gnupg24
ikloecker committed rLIBKLEOc18cae46f5f3: Don't disable expiration date input field if allowed range is empty (authored by ikloecker).
Don't disable expiration date input field if allowed range is empty
Tue, Oct 1, 11:51 AM
ikloecker committed rLIBKLEOfdc6b74c4359: Hide expiration check box if unlimited expiration is not allowed (authored by ikloecker).
Hide expiration check box if unlimited expiration is not allowed
Tue, Oct 1, 11:51 AM
ikloecker committed rLIBKLEO2da8b0dccc0c: Add helper to create nicely formatted label for expiration input field (authored by ikloecker).
Add helper to create nicely formatted label for expiration input field
Tue, Oct 1, 11:51 AM
ikloecker committed rLIBKLEO725bdaf8d7e2: Add hint about allowed date range to OpenPGP certificate creation dialog (authored by ikloecker).
Add hint about allowed date range to OpenPGP certificate creation dialog
Tue, Oct 1, 11:51 AM
ikloecker committed rLIBKLEO6b209089946f: Give access to the width of the AnimatedExpander's size hint (authored by ikloecker).
Give access to the width of the AnimatedExpander's size hint
Tue, Oct 1, 11:51 AM
ikloecker committed rLIBKLEO02ab7c9d7fba: Check the expiration date before accepting the dialog (authored by ikloecker).
Check the expiration date before accepting the dialog
Tue, Oct 1, 11:51 AM

Mon, Sep 30

ikloecker claimed T7311: Kleopatra: Values for ValidityPeriodInDays ignored.
Mon, Sep 30, 5:10 PM · vsd33, Restricted Project, kleopatra
ikloecker moved T7312: The security approval dialog (GpgOL) sometimes closes before choice is made from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mon, Sep 30, 5:09 PM · gpgol, vsd33, libkleo, Restricted Project
ikloecker added a parent task for T6878: Kleopatra: Subkey expiry date improvements: T6553: Kleopatra: Expiry date issues and improvements.
Mon, Sep 30, 10:59 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a subtask for T6553: Kleopatra: Expiry date issues and improvements: T6878: Kleopatra: Subkey expiry date improvements.
Mon, Sep 30, 10:59 AM · kleopatra, Restricted Project
ikloecker merged task T6502: Kleopatra: display implicit expiry date into T6878: Kleopatra: Subkey expiry date improvements.
Mon, Sep 30, 10:59 AM · kleopatra, Restricted Project
ikloecker merged T6502: Kleopatra: display implicit expiry date into T6878: Kleopatra: Subkey expiry date improvements.
Mon, Sep 30, 10:59 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T6502: Kleopatra: display implicit expiry date.

This has been addressed with T6878: Kleopatra: Subkey expiry date improvements by showing the expiration date of the primary key if the subkey doesn't have an expiration date.

Mon, Sep 30, 10:58 AM · kleopatra, Restricted Project

Fri, Sep 27

ikloecker added a comment to T7258: Kleopatra: Limit the maximum column size when fitting the columns to their content.

Yes, for historical reasons (i.e. we haven't changed this) the width of the name and email columns always defaults to 260.

Fri, Sep 27, 10:50 PM · vsd33, kleopatra, Restricted Project

Thu, Sep 26

ikloecker changed the status of T7297: Kleopatra: Improve support for V5 fingerprints from Open to Testing.

V5 keys should now work as good as V4 keys in Kleopatra. For testing create a "Curve 448" key and then try a few things. Everything should just work because it works for gpg. Kleopatra doesn't really do anything special for V5 keys.

Thu, Sep 26, 4:42 PM · kleopatra, Restricted Project
ikloecker changed the status of T7301: Kleopatra: Remove any usage and mention of the short Key ID from Open to Testing.

Done. I don't think this needs to be tested extensively because it's just some UI texts that now show the Key ID (with 16 hex chars) instead of the short Key ID (8 hex chars). And for files including key material we also use the Key ID (of primary key and/or subkey) now for the filenames, e.g. when exporting a public/secret key/subkey.

Thu, Sep 26, 4:32 PM · kleopatra, Restricted Project