Page MenuHome GnuPG
Feed Advanced Search

Thu, Feb 19

ikloecker committed rLIBKLEO5ef3c9299898: GIT_SILENT Remove file names from file headers (authored by ikloecker).
GIT_SILENT Remove file names from file headers
Thu, Feb 19, 9:49 AM

Wed, Feb 18

ikloecker committed rKLEOPATRAf99490daaf66: Make column visibility keyboard-accessible in certifications table (authored by ikloecker).
Make column visibility keyboard-accessible in certifications table
Wed, Feb 18, 5:04 PM
ikloecker committed rKLEOPATRAc770d6a4e142: Make column visibility and sort order keyboard-accessible in KeyTreeView (authored by ikloecker).
Make column visibility and sort order keyboard-accessible in KeyTreeView
Wed, Feb 18, 5:04 PM
ikloecker committed rKLEOPATRA6fcb2e6f89f8: Allow using the columns sorting menu in the toolbar (authored by ikloecker).
Allow using the columns sorting menu in the toolbar
Wed, Feb 18, 11:56 AM
ikloecker committed rKLEOPATRA7d43c998b008: Add a separator before the columns visibility and sorting menus (authored by ikloecker).
Add a separator before the columns visibility and sorting menus
Wed, Feb 18, 11:56 AM
ikloecker committed rKLEOPATRA9189bb155836: Use column menus provided by TreeView (authored by ikloecker).
Use column menus provided by TreeView
Wed, Feb 18, 11:56 AM
ikloecker committed rLIBKLEOe6e52134e88a: Ensure that last visible column cannot be hidden (authored by ikloecker).
Ensure that last visible column cannot be hidden
Wed, Feb 18, 10:56 AM
ikloecker committed rLIBKLEO16fd4c2b9dd7: Bump library version (authored by ikloecker).
Bump library version
Wed, Feb 18, 10:44 AM
ikloecker committed rLIBKLEO918050cb3064: Add menu for changing sort column and sort direction (authored by ikloecker).
Add menu for changing sort column and sort direction
Wed, Feb 18, 10:44 AM
ikloecker committed rLIBKLEOec9d13b3dbe1: Export menu to control the visible columns (authored by ikloecker).
Export menu to control the visible columns
Wed, Feb 18, 10:44 AM
ikloecker changed the status of T8108: gpgmepp: Improve the getrandom API from Open to Testing.
Wed, Feb 18, 10:01 AM · gpgmepp
ikloecker committed rGPGMEPPcc12abae9e57: doc: Update NEWS (authored by ikloecker).
doc: Update NEWS
Wed, Feb 18, 10:00 AM
ikloecker committed rGPGMEPPfea0862b4f78: Improve API to generate random bytes and z-base-32 characters (authored by ikloecker).
Improve API to generate random bytes and z-base-32 characters
Wed, Feb 18, 10:00 AM
ikloecker committed rGPGMEPP7025cb4b211b: Avoid copy of generated random bytes (authored by ikloecker).
Avoid copy of generated random bytes
Wed, Feb 18, 10:00 AM
ikloecker renamed T8108: gpgmepp: Improve the getrandom API from Gpgmepp getrandom zbase32 code has zero byte at the end to gpgmepp: Improve the getrandom API.
Wed, Feb 18, 9:23 AM · gpgmepp

Tue, Feb 17

ikloecker committed rGPGMEPPbd287926c866: doc: Document generateRandomBytes (authored by ikloecker).
doc: Document generateRandomBytes
Tue, Feb 17, 3:34 PM
ikloecker committed rGPGMEPPfade4bbe630b: tests: Fix conversion of random zbase32 data to string (authored by ikloecker).
tests: Fix conversion of random zbase32 data to string
Tue, Feb 17, 3:34 PM
ikloecker added a comment to T8108: gpgmepp: Improve the getrandom API.

I explicitly keep the null byte so that you can simply pass the (pointer to the data of the) vector of bytes to the std::string c'tor. Meh! The c'tor wants const char *, but the vector is const unsigned char * so that one has to reinterpret_cast.

Tue, Feb 17, 1:58 PM · gpgmepp
ikloecker closed T8108: gpgmepp: Improve the getrandom API as Resolved.

I have documented the function. The documentation is essentially a copy of the documentation of gpgme_op_random_bytes which should make clear that the function essentially behaves like gpgme_op_random_bytes (except that the gpgmepp function creates a buffer instead of taking one).

Tue, Feb 17, 10:32 AM · gpgmepp
ikloecker added a project to T8108: gpgmepp: Improve the getrandom API: Documentation.
Tue, Feb 17, 10:04 AM · gpgmepp
ikloecker added a comment to T8108: gpgmepp: Improve the getrandom API.

I guess it would have been better gpgmepp API to add an additional function for getting 30 zbase32 bytes and to omit the mode flag in the generateRandomBytes function instead of mirroring the API of gpgme.

Tue, Feb 17, 10:03 AM · gpgmepp
ikloecker added a comment to T8108: gpgmepp: Improve the getrandom API.

I don't consider this a bug in gpgmepp's code. gpgmepp behaves exactly like gpgme (because it simply calls gpgme_op_random_bytes after creating a buffer of the requested size). With zbase32 you get 30 bytes zbase32 code and, if you requested more bytes, you get uninitialized additional bytes (which happen to be nullbytes, but that's more accidental than intentional). If anything then the problem is that gpgmepp's API is in general un(der)documented.

Tue, Feb 17, 9:56 AM · gpgmepp
ikloecker added a comment to T8104: Heap oob read in libksba's parse_rdn.

Looks like this spot was missed when T5037: dn.cpp:181: suspicious loop was fixed. In libkleo's copy of the DN parser I applied the fix in 2023. Too many copies!

Tue, Feb 17, 9:38 AM · Bug Report, libksba

Wed, Feb 11

ikloecker claimed T6568: Kleopatra: make table column headings accessible.
Wed, Feb 11, 3:00 PM · vsd34, gpd5x, a11y, kleopatra
ikloecker changed the status of T6568: Kleopatra: make table column headings accessible, a subtask of T5824: Kleopatra: Full accessibility support, from Testing to Open.
Wed, Feb 11, 2:58 PM · a11y, kleopatra
ikloecker changed the status of T6568: Kleopatra: make table column headings accessible from Testing to Open.

Make all table column headings accessible (see Update 2025-10-27).

Wed, Feb 11, 2:58 PM · vsd34, gpd5x, a11y, kleopatra
ikloecker changed the status of T8098: Kleopatra: Omit question about own key when importing a secret team key from Open to Testing.
Wed, Feb 11, 2:05 PM · vsd34, gpd5x, kleopatra
ikloecker moved T8098: Kleopatra: Omit question about own key when importing a secret team key from Backlog to WIP on the vsd34 board.

Fixed and backported for VSD 3.4.

Wed, Feb 11, 2:05 PM · vsd34, gpd5x, kleopatra
ikloecker renamed T8100: Kleopatra does not start on Windows Server 2016 from QT: SetThreadDescription not found in Qt6Core.dll to Kleopatra does not start on Windows Server 2016.
Wed, Feb 11, 12:06 PM · kleopatra, Bug Report, gpg4win, gpd5x, qt
ikloecker committed rKLEOPATRAec79933401fa: Don't ask about "only user" when importing a shared secret team key (authored by ikloecker).
Don't ask about "only user" when importing a shared secret team key
Wed, Feb 11, 12:04 PM
ikloecker claimed T8098: Kleopatra: Omit question about own key when importing a secret team key.
Wed, Feb 11, 11:01 AM · vsd34, gpd5x, kleopatra
ikloecker changed the status of T8056: Support config options RSAKeySizes and PGPKeyType for Kf6 from Open to Testing.

The settings should work again. They are described at https://docs.kde.org/trunk_kf6/en/kleopatra/kleopatra/admin.html#admin-certificate-request-wizard-keys , but note that the documentation is severely outdated. Note that those settings are not officially supported by GnuPG (VS-)Desktop (see https://gnupg.com/vsd/kleopatra-settings.html).

Wed, Feb 11, 10:51 AM · gpd5x, kleopatra
ikloecker committed rW05631bc0dd97: qtbase: Make it work on Windows Server 2016 (authored by ikloecker).
qtbase: Make it work on Windows Server 2016
Wed, Feb 11, 10:26 AM
ikloecker changed the status of T8100: Kleopatra does not start on Windows Server 2016 from Open to Testing.

Should work now.

Wed, Feb 11, 10:26 AM · kleopatra, Bug Report, gpg4win, gpd5x, qt
ikloecker claimed T8100: Kleopatra does not start on Windows Server 2016.
Wed, Feb 11, 9:49 AM · kleopatra, Bug Report, gpg4win, gpd5x, qt
ikloecker added a comment to T8100: Kleopatra does not start on Windows Server 2016.

This was fixed in Qt 6.10.0 by adding compatibility code that's "hidden" behind a compiler flag, i.e. we just need to enable this compiler flag. See https://codereview.qt-project.org/c/qt/qtbase/+/629255 for details.

Wed, Feb 11, 9:49 AM · kleopatra, Bug Report, gpg4win, gpd5x, qt

Tue, Feb 10

ikloecker added a comment to T8099: Kleopatra: no default OpenPGP server configured.

We forgot to update the tooltip when the default keyserver was removed in gpg 2.5.3. This has already been fixed in the meantime. Sorry for the inconvenience!

Tue, Feb 10, 10:43 PM · Keyserver, Support, gpg4win
ikloecker committed rKLEOPATRAb9fa02ba2216: Use extended helper to get compliant algorithms for CMS (authored by ikloecker).
Use extended helper to get compliant algorithms for CMS
Tue, Feb 10, 5:22 PM
ikloecker committed rLIBKLEO5e47a7ef6ce2: Bump library version (authored by ikloecker).
Bump library version
Tue, Feb 10, 5:17 PM
ikloecker committed rLIBKLEOa6c8962a9e1a: Re-add support for legacy settings PGPKeyType and RSAKeySizes (authored by ikloecker).
Re-add support for legacy settings PGPKeyType and RSAKeySizes
Tue, Feb 10, 5:17 PM
ikloecker committed rLIBKLEO2e1867d75546: Add support for CMS to algorithm helpers (authored by ikloecker).
Add support for CMS to algorithm helpers
Tue, Feb 10, 5:17 PM
ikloecker added a comment to T8097: AppImage ships Kleopatra icon in two different variants.

I'm pretty sure that this has already been fixed with the changes made for T8083: Kleopatra: Use blue icon for Gpg4win and GPD. build-appimage.sh now always replaces the Breeze icons shipped with the AppImage with the appropriate head icon.

Tue, Feb 10, 2:41 PM · AppImage, Installer, kleopatra
ikloecker created T8098: Kleopatra: Omit question about own key when importing a secret team key.
Tue, Feb 10, 10:57 AM · vsd34, gpd5x, kleopatra

Mon, Feb 9

ikloecker added a comment to T8096: GnuPG: quick-key-manipulation regression test FTBFS-2038.

I guess the test fails because one cannot create a key with an expiration date before the current date. And the test tries to create a key which expires on 2038-01-01 which will fail if the test is run on 2038-01-01 or later. The easiest fix would be to disable the test cases if the current date is past 2038-01-01.

Mon, Feb 9, 7:36 PM · Bug Report
ikloecker changed the status of T8088: Kleopatra: Displayed S/MIME certificate expiration date capped at 2038 from Open to Testing.

Okay, then I set the ticket to Testing.

Mon, Feb 9, 7:24 PM · S/MIME, Bug Report, vsd34, kleopatra
ikloecker claimed T8056: Support config options RSAKeySizes and PGPKeyType for Kf6.
Mon, Feb 9, 11:27 AM · gpd5x, kleopatra

Thu, Feb 5

ikloecker added a comment to T7502: Kleopatra: Import secret key dialog improvement.

If the user clicks the "No, others also use this key" button they get the following dialog

Thu, Feb 5, 4:57 PM · vsd34, gpd5x, kleopatra
ikloecker added a comment to T8090: Gpgolconfig: Disable and grey out autoencryptUntrusted setting for VSD version.

I was curious: Similar to the kiosk/immutable feature of kconfig, gpgolconfig allows to flag values as immutable by appending a '!' to the value set in the registry. If autoencryptUntrusted is set to 0! via the registry then the checkbox should be disabled.

Thu, Feb 5, 4:06 PM · vsd, vsd34, Installer, gpgol
ikloecker committed rM021927f2f7be: Don't cap ISO dates beyond year 2037 on Windows (authored by ikloecker).
Don't cap ISO dates beyond year 2037 on Windows
Thu, Feb 5, 3:49 PM
ikloecker claimed T8088: Kleopatra: Displayed S/MIME certificate expiration date capped at 2038.
Thu, Feb 5, 3:26 PM · S/MIME, Bug Report, vsd34, kleopatra
ikloecker updated subscribers of T8088: Kleopatra: Displayed S/MIME certificate expiration date capped at 2038.

@werner: Shall we backport the fix to the gpgme-1.24-branch or do we just add a patch to gpg4win's gpg4win-4-branch and/or vsd-3.3-branch?

Thu, Feb 5, 3:24 PM · S/MIME, Bug Report, vsd34, kleopatra
ikloecker added a comment to T8088: Kleopatra: Displayed S/MIME certificate expiration date capped at 2038.

I have verified (by locally applying the change to a Gpg4win 4 build) that ifdef'ing-out the above hack for Windows builds fixes the display issue.

Thu, Feb 5, 3:20 PM · S/MIME, Bug Report, vsd34, kleopatra
ikloecker added a comment to T8088: Kleopatra: Displayed S/MIME certificate expiration date capped at 2038.

The capping of the date seems to be caused by this workaround/hack in gpgme's _gpgme_parse_timestamp

/* Fixme: We would better use a configure test to see whether
   mktime can handle dates beyond 2038. */
if (sizeof (time_t) <= 4 && year >= 2038)
  return (time_t)2145914603; /* 2037-12-31 23:23:23 */
Thu, Feb 5, 2:27 PM · S/MIME, Bug Report, vsd34, kleopatra
ikloecker changed the status of T8035: Kleopatra: Good signatures are reported as invalid signatures if key is expired or revoked from Open to Testing.
Thu, Feb 5, 11:33 AM · Bug Report, gpd5x, kleopatra
ikloecker added a comment to T8035: Kleopatra: Good signatures are reported as invalid signatures if key is expired or revoked.

Now an expired signature with certified key is reported like this:

Thu, Feb 5, 11:33 AM · Bug Report, gpd5x, kleopatra
ikloecker committed rKLEOPATRAe93084728e80: Don't show green result for expired signatures (authored by ikloecker).
Don't show green result for expired signatures
Thu, Feb 5, 11:30 AM
ikloecker added a comment to T6644: GnuPG: Allow non compliant signatures in compliance mode.

It looks like we get a specific "Invalid public key algorithm" error from gpgme so that we can add helpful information with likely reasons to the error message.

Thu, Feb 5, 11:01 AM · vsd, gpd5x, kleopatra, gnupg22
ikloecker changed the status of T8083: Kleopatra: Use blue icon for Gpg4win and GPD from Open to Testing.

The blue Kleopatra icon is now used for the Windows builds of Gpg4win and GPD and for the corresponding AppImages.

Thu, Feb 5, 10:37 AM · gpg4win, Feature Request, kleopatra, gpd5x
ikloecker created T8087: Kleopatra: Wrong or no system tray icon shown for AppImage.
Thu, Feb 5, 10:36 AM · Bug Report, gpd5x, AppImage, kleopatra
ikloecker created T8086: Kleopatra: Wrong or no application window/task bar icon shown for AppImage.
Thu, Feb 5, 10:36 AM · Bug Report, gpd5x, AppImage, kleopatra
ikloecker committed rW5862999160e6: Add 256x256 variant of the blue Kleopatra icon to tarball (authored by ikloecker).
Add 256x256 variant of the blue Kleopatra icon to tarball
Thu, Feb 5, 10:19 AM
ikloecker committed rW67a250b887c5: Update EXTRA_DIST to recent changes (authored by ikloecker).
Update EXTRA_DIST to recent changes
Thu, Feb 5, 10:14 AM
ikloecker renamed T8083: Kleopatra: Use blue icon for Gpg4win and GPD from Kleopatra icon color to Kleopatra: Use blue icon for Gpg4win and GPD.
Thu, Feb 5, 10:08 AM · gpg4win, Feature Request, kleopatra, gpd5x
ikloecker committed rW477857f466bc: appimage: Use blue Kleopatra icon for Gpg4win and GPD (authored by ikloecker).
appimage: Use blue Kleopatra icon for Gpg4win and GPD
Thu, Feb 5, 10:08 AM
ikloecker committed rWf95b3c19c73c: gpg4win: Use blue Kleopatra icon also for Gpg4win (authored by ikloecker).
gpg4win: Use blue Kleopatra icon also for Gpg4win
Thu, Feb 5, 10:08 AM
ikloecker committed rWdb1330762cdf: Add 256x256 variant of the blue Kleopatra icon (authored by ikloecker).
Add 256x256 variant of the blue Kleopatra icon
Thu, Feb 5, 10:08 AM

Wed, Feb 4

ikloecker changed the status of T8035: Kleopatra: Good signatures are reported as invalid signatures if key is expired or revoked from Testing to Open.
Wed, Feb 4, 9:12 PM · Bug Report, gpd5x, kleopatra
ikloecker committed rW19225708dd81: appimage: Patch required cmake version (only if needed) (authored by ikloecker).
appimage: Patch required cmake version (only if needed)
Wed, Feb 4, 7:59 PM
ikloecker moved T8083: Kleopatra: Use blue icon for Gpg4win and GPD from Backlog to WIP on the gpd5x board.
Wed, Feb 4, 2:44 PM · gpg4win, Feature Request, kleopatra, gpd5x
ikloecker moved T8082: Kleopatra does not use the correct gpgconf from Backlog to WIP on the vsd34 board.

Backported for VSD 3.4

Wed, Feb 4, 2:43 PM · vsd34, gpd5x, gpg4win, Bug Report, gpd, vsd, kleopatra
ikloecker changed the status of T8082: Kleopatra does not use the correct gpgconf from Open to Testing.

Fixed. Kleopatra now looks for programs given as plain name (i.e. without any path) first in the GnuPG installation path (as reported by gpgme) and then next to the kleopatra executable. If the program is found at neither location it is run as-is.

Wed, Feb 4, 2:42 PM · vsd34, gpd5x, gpg4win, Bug Report, gpd, vsd, kleopatra
ikloecker committed rKLEOPATRA2eb751f13f1d: Look for command next to kleopatra or gpg (authored by ikloecker).
Look for command next to kleopatra or gpg
Wed, Feb 4, 2:33 PM
ikloecker committed rKLEOPATRAd6cbd15561f9: Look for command next to kleopatra or gpg (authored by ikloecker).
Look for command next to kleopatra or gpg
Wed, Feb 4, 2:31 PM
ikloecker committed rKLEOPATRAb333e895ef46: Ask for certification of imported shared team key (authored by ikloecker).
Ask for certification of imported shared team key
Wed, Feb 4, 2:31 PM
ikloecker committed rKLEOPATRAf53d79aeadda: Reword question asked for imported secret keys (authored by ikloecker).
Reword question asked for imported secret keys
Wed, Feb 4, 2:31 PM
ikloecker moved T8082: Kleopatra does not use the correct gpgconf from Backlog to WIP on the gpd5x board.
Wed, Feb 4, 11:24 AM · vsd34, gpd5x, gpg4win, Bug Report, gpd, vsd, kleopatra
ikloecker added a comment to T7509: gpg4win: Make the AppImage build work with the new Docker-based build script.

The AppImage now displays the same version as the Windows builds, i.e. in particular Gpg4win-VERSION for the "default" build.

Wed, Feb 4, 11:03 AM · gpd5x, AppImage, gpg4win
ikloecker committed rW8447b44ef06b: appimage: Patch required cmake version (authored by ikloecker).
appimage: Patch required cmake version
Wed, Feb 4, 10:59 AM
ikloecker committed rWafd202cad3a1: appimage: Silence warning about KDE_INSTALL_LIBDIR (authored by ikloecker).
appimage: Silence warning about KDE_INSTALL_LIBDIR
Wed, Feb 4, 10:59 AM
ikloecker committed rWaf06225abae9: appimage: Set product-specific Kleopatra version (authored by ikloecker).
appimage: Set product-specific Kleopatra version
Wed, Feb 4, 10:59 AM
ikloecker committed rWc411cf395d1c: gpg4win: Set product-specific built-in Kleopatra version (authored by ikloecker).
gpg4win: Set product-specific built-in Kleopatra version
Wed, Feb 4, 10:59 AM

Tue, Feb 3

ikloecker claimed T8083: Kleopatra: Use blue icon for Gpg4win and GPD.
Tue, Feb 3, 10:30 PM · gpg4win, Feature Request, kleopatra, gpd5x
ikloecker claimed T8082: Kleopatra does not use the correct gpgconf.
Tue, Feb 3, 10:22 PM · vsd34, gpd5x, gpg4win, Bug Report, gpd, vsd, kleopatra
ikloecker added a comment to T7509: gpg4win: Make the AppImage build work with the new Docker-based build script.

Is the displayed version 4.0.0.260370 right for the appimage? shouldn't this also display the gpg4win version?

Tue, Feb 3, 5:16 PM · gpd5x, AppImage, gpg4win
ikloecker added a comment to T7502: Kleopatra: Import secret key dialog improvement.

Is this wording / layout okay?


Tue, Feb 3, 3:46 PM · vsd34, gpd5x, kleopatra
ikloecker claimed T7502: Kleopatra: Import secret key dialog improvement.
Tue, Feb 3, 1:42 PM · vsd34, gpd5x, kleopatra
ikloecker added a comment to T8077: Kleopatra: Bold appearance for qualified signatures might be confusing for public and non-signing keys.

Using an icon for QES certificates isn't that easy because we use an icon for smartcard certificates and any list item can have at most one icon. Moreover, QES certificates are very like stored on a smartcard (isn't that even a requirement?), i.e. an icon clash is basically guaranteed.

Tue, Feb 3, 11:49 AM · S/MIME, vsd34, gpd5x, kleopatra
ikloecker changed the status of T8079: Kleopatra: Order of filters with custom id in settings dialog is wrong from Open to Testing.

Additionally, the de-vs-compliance filters are no longer show in non-compliant installations like Gpg4win.

Tue, Feb 3, 11:42 AM · gpd5x, Bug Report, kleopatra
ikloecker committed rKLEOPATRA3ed4568d1017: Fix sorting of key filter config groups by specificity (authored by ikloecker).
Fix sorting of key filter config groups by specificity
Tue, Feb 3, 11:35 AM
ikloecker committed rKLEOPATRAd1bbc32cd7ce: Don't show unused de-vs-specific filters in settings dialog (authored by ikloecker).
Don't show unused de-vs-specific filters in settings dialog
Tue, Feb 3, 11:35 AM
ikloecker committed rKLEOPATRA1f61dca20f41: Use config groups stored in list items to save changes (authored by ikloecker).
Use config groups stored in list items to save changes
Tue, Feb 3, 11:35 AM
ikloecker claimed T8079: Kleopatra: Order of filters with custom id in settings dialog is wrong.
Tue, Feb 3, 11:03 AM · gpd5x, Bug Report, kleopatra
ikloecker changed the status of T7950: Kleopatra: Add filter for valid certificates from Open to Testing.

Done and backported for VSD 3.4

Tue, Feb 3, 11:01 AM · Feature Request, vsd34, gpd5x, kleopatra
ikloecker committed rLIBKLEOd93379ddefc5: Also exclude invalid certificates when filtering for valid certificates (authored by ikloecker).
Also exclude invalid certificates when filtering for valid certificates
Tue, Feb 3, 11:00 AM
ikloecker committed rLIBKLEOf0897ec90ec0: Also exclude invalid certificates when filtering for valid certificates (authored by ikloecker).
Also exclude invalid certificates when filtering for valid certificates
Tue, Feb 3, 11:00 AM
ikloecker committed rLIBKLEOccbb9846d332: Add filter for valid certificates (authored by ikloecker).
Add filter for valid certificates
Tue, Feb 3, 9:14 AM
ikloecker added a comment to T7950: Kleopatra: Add filter for valid certificates.

We decided to still use the term "Valid" (with description/tooltip "Certificates that are neither expired nor revoked (except disabled ones)"). This matches the use of the term "invalid" for expired and revoked certificates as in "Certificates that are invalid because they have expired (except disabled ones)".

Tue, Feb 3, 9:09 AM · Feature Request, vsd34, gpd5x, kleopatra
ikloecker committed rLIBKLEO9df742108c63: Add filter for valid certificates (authored by ikloecker).
Add filter for valid certificates
Tue, Feb 3, 9:06 AM
ikloecker claimed T7950: Kleopatra: Add filter for valid certificates.
Tue, Feb 3, 9:04 AM · Feature Request, vsd34, gpd5x, kleopatra

Mon, Feb 2

ikloecker added a comment to T8077: Kleopatra: Bold appearance for qualified signatures might be confusing for public and non-signing keys.

This overloading of "bold" for "my certificates", "qualified certificates" and "trusted root certificates" seems to exist since two decades. I stopped digging into ancient history at the commit that added the hard-coded default filters.

Mon, Feb 2, 5:40 PM · S/MIME, vsd34, gpd5x, kleopatra