Page MenuHome GnuPG
Feed Advanced Search

Dec 8 2022

ikloecker committed rMc419376b85ff: cpp: Handle statuses that need no response in the base edit interactor (authored by ikloecker).
cpp: Handle statuses that need no response in the base edit interactor
Dec 8 2022, 3:35 PM
ikloecker added a comment to T6306: 1.18.0: gpgme pythpn bindings fails because it tries to use gpg-error-config.

External projects should have been using pkgconfig since a long time. The *-config scripts are for systems which lack pkgconfig.

Dec 8 2022, 1:30 PM · Bug Report
ikloecker added a comment to T6305: Kleopatra: General error when trying to certify key and key is expired or password prompt is canceled.
In T6305#165907, @ebo wrote:

With GnuPG VSD 3.1.25 the Certify action is not disabled for me. Neither on Windows nor on Linux system.

Dec 8 2022, 1:22 PM · Restricted Project, kleopatra, gpgme
ikloecker renamed T6305: Kleopatra: General error when trying to certify key and key is expired or password prompt is canceled from GpgME++: missing states in ceritfy edit interactor to Kleopatra: General error when trying to certify key and key is expired or password prompt is canceled.
Dec 8 2022, 12:24 PM · Restricted Project, kleopatra, gpgme
ikloecker added a comment to T6305: Kleopatra: General error when trying to certify key and key is expired or password prompt is canceled.

How did you manage to certify an expired key? For me the Certify action is always disabled for an expired key or user ID.

Dec 8 2022, 11:52 AM · Restricted Project, kleopatra, gpgme
ikloecker claimed T6305: Kleopatra: General error when trying to certify key and key is expired or password prompt is canceled.
Dec 8 2022, 11:36 AM · Restricted Project, kleopatra, gpgme
ikloecker changed the status of T5960: Kleopatra: Encoding problems with GnuPG output on Windows from Open to Testing.
Dec 8 2022, 11:32 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T5960: Kleopatra: Encoding problems with GnuPG output on Windows.

Should be fixed. Tested as described in the above comment T5960#165845.

Dec 8 2022, 11:32 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker committed rLIBKLEO52732e23f508: Add maximalValidityOfUserIDs helper (authored by ikloecker).
Add maximalValidityOfUserIDs helper
Dec 8 2022, 11:13 AM
ikloecker committed rLIBKLEO481c6ccf5359: Ask gpgconf for the console output codepage used by gpg on Windows (authored by ikloecker).
Ask gpgconf for the console output codepage used by gpg on Windows
Dec 8 2022, 11:13 AM
ikloecker committed rLIBKLEOf57047a09514: Simplify minimalValidityOfNotRevokedUserIDs (authored by ikloecker).
Simplify minimalValidityOfNotRevokedUserIDs
Dec 8 2022, 11:13 AM
ikloecker committed rLIBKLEO3eebe9407d29: Make minimalValidityOfNotRevokedUserIDs helper public (authored by ikloecker).
Make minimalValidityOfNotRevokedUserIDs helper public
Dec 8 2022, 11:13 AM

Dec 7 2022

ikloecker added a comment to T5903: Kleopatra: Add refresh button in certificatedetails .

Ok. So after further discussion. It is good that you kept a WKDRefreshJob copy :)

I would suggest the following, if it is somehow possible. I think we have the API for this now that we can search for WKD keys without importing them. We should additionally check WKD, if the key from WKD has the same fingerprint, we update, if it has not, we show the user something like a search result. Give indication that a different key was found for these UserIDs and then let the user decide to import them?

Dec 7 2022, 11:45 AM · backport, kleopatra, Restricted Project
ikloecker changed the status of T5903: Kleopatra: Add refresh button in certificatedetails from Testing to Open.
Dec 7 2022, 11:43 AM · backport, kleopatra, Restricted Project
ikloecker moved T5903: Kleopatra: Add refresh button in certificatedetails from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 7 2022, 11:42 AM · backport, kleopatra, Restricted Project
ikloecker merged T6301: Kleopatra: Update Button does only check on keyserver into T5903: Kleopatra: Add refresh button in certificatedetails .
Dec 7 2022, 11:42 AM · backport, kleopatra, Restricted Project
ikloecker merged task T6301: Kleopatra: Update Button does only check on keyserver into T5903: Kleopatra: Add refresh button in certificatedetails .
Dec 7 2022, 11:42 AM · kleopatra
ikloecker added a comment to T5960: Kleopatra: Encoding problems with GnuPG output on Windows.

stringFromGpgOutput actually received the following 8-bit data:

[1352] org.kde.pim.libkleo: stringFromGpgOutput ba: "      Subject: CN=\xE6\x97\xA5\xE6\x9C\xAC\xE5\x9B\xBD,C=JP"

This looks very much like UTF-8 (i.e. codepage 65001).

Dec 7 2022, 11:27 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T5960: Kleopatra: Encoding problems with GnuPG output on Windows.

Debug output in stringFromGpgOutput gives me

[1352] org.kde.pim.libkleo: stringFromGpgOutput GetConsoleOutputCP() returned 0
[1352] org.kde.pim.libkleo: stringFromGpgOutput GetOEMCP() returned 850
[1352] org.kde.pim.libkleo: stringFromGpgOutput GetACP() returned 1252
Dec 7 2022, 11:19 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T5960: Kleopatra: Encoding problems with GnuPG output on Windows.

In Windows PowerShell, I get the following output:

Dec 7 2022, 11:15 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T5960: Kleopatra: Encoding problems with GnuPG output on Windows.

I created a self-signed X.509 test certficate with subject CN=日本国,C=JP (Nihon-koku/Nippon-koku; formal name of Japan).

Dec 7 2022, 9:52 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T5960: Kleopatra: Encoding problems with GnuPG output on Windows.

stringFromGpgOutput is used by

  • DumpCertificateCommand
  • DumpCrlCacheCommand
  • ImportCrlCommand
  • GnuPGProcessCommand which is the base for
    • ClearCrlCacheCommand
    • ExportOpenPGPCertsToServerCommand
    • ExportPaperKeyCommand
    • GenRevokeCommand
    • ImportPaperKeyCommand
    • LearnCardKeysCommand
    • RefreshOpenPGPCertsCommand
    • RefreshX509CertsCommand
Dec 7 2022, 8:49 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker claimed T5960: Kleopatra: Encoding problems with GnuPG output on Windows.
Dec 7 2022, 8:45 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra

Dec 6 2022

ikloecker committed rWa3f00d08d884: Update list of gpg4win files (authored by ikloecker).
Update list of gpg4win files
Dec 6 2022, 2:29 PM
ikloecker committed rW52a799a1e143: Sort gpg4win files for easier diff'ing (authored by ikloecker).
Sort gpg4win files for easier diff'ing
Dec 6 2022, 2:29 PM
ikloecker committed rW3475c8a8e1c5: Update list of GnuPG files (authored by ikloecker).
Update list of GnuPG files
Dec 6 2022, 2:29 PM
ikloecker committed rW67c8e50ac8ea: Sort GnuPG files for easier diff'ing (authored by ikloecker).
Sort GnuPG files for easier diff'ing
Dec 6 2022, 2:29 PM
ikloecker added a project to T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate: Restricted Project.

This overlaps with T5959: Kleopatra: Show key source in details widget if it is not unkown.

Dec 6 2022, 10:45 AM · kleopatra, Feature Request
ikloecker added a comment to T6109: Kleopatra: Better way to show expired subkeys.

Another idea (based on above ideas): We add an optional column named "Valid For" and only list the usages that are currently possible. If the encryption subkey is expired, then the key will probably only be valid for signing and certifying. This should be easier to understand than my fancy color coding idea while still giving the user a hint what a certain certificate can be used for. I'd still abbreviate the usage to a single letter in English. Translators could still use more letters if a single letter would be ambiguous.

Dec 6 2022, 10:37 AM · Feature Request, OpenPGP, kleopatra
ikloecker added a comment to T6152: Allow giving context to gpg-agent.

If you enter a wrong password in a window, the error message will only be given after you have answered all requests for the transport passwords.

Dec 6 2022, 10:17 AM · gnupg26, Feature Request, S/MIME
ikloecker changed the status of T6302: Kleopatra: Report failed imports immediately when importing multiple files from Open to Testing.
Dec 6 2022, 10:15 AM · Restricted Project, kleopatra
ikloecker added a comment to T6302: Kleopatra: Report failed imports immediately when importing multiple files.

A failed import is now reported immediately when the file was processed.

Dec 6 2022, 10:15 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA7112c7c67692: Report failed imports immediately when receiving the result (authored by ikloecker).
Report failed imports immediately when receiving the result
Dec 6 2022, 10:08 AM
ikloecker claimed T6302: Kleopatra: Report failed imports immediately when importing multiple files.
Dec 6 2022, 9:57 AM · Restricted Project, kleopatra
ikloecker triaged T6302: Kleopatra: Report failed imports immediately when importing multiple files as Normal priority.
Dec 6 2022, 9:57 AM · Restricted Project, kleopatra
ikloecker added a comment to T6215: Kleopatra: "Not certified" Status for Validity with multiple user ids.

I think showing "partially certified" makes sense.

Dec 6 2022, 9:38 AM · gpd5x, kleopatra
ikloecker added a comment to T6299: Kleopatra: Updating key does results in "not changed" instead of "not found".

And what do we return if no keyserver is configured?

Dec 6 2022, 9:18 AM · gpd5x (gpd-5.0.0), Restricted Project, kleopatra
ikloecker added a comment to T6298: Kleopatra: Possible problem when trying to import UTF-16 encoded files.

By the way, I don't know exactly what Werner means with

Works on the command line but needs more testing.

because at least on Linux gpg cannot import UTF-16LE-encoded armored certificates:

$ gpg --show-keys <test1-pub.utf16.asc 
gpg: [don't know]: partial length invalid for packet type 63
gpg: read_block: read error: Invalid packet
gpg: import from '[stdin]' failed: Invalid keyring
Dec 6 2022, 9:07 AM · Restricted Project, kleopatra
ikloecker changed the status of T6298: Kleopatra: Possible problem when trying to import UTF-16 encoded files from Open to Testing.

Kleopatra is now able to import certificates from UTF-16 (or UTF-32 or UTF-8-with-BOM) encoded text files.

Dec 6 2022, 9:02 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRAb534152bae9f: Support UTF-encoded text files when importing certificates (authored by ikloecker).
Support UTF-encoded text files when importing certificates
Dec 6 2022, 8:54 AM
ikloecker committed rMd04d7b174fb7: qt: Write path values with Unix directory separators (authored by ikloecker).
qt: Write path values with Unix directory separators
Dec 6 2022, 8:47 AM
ikloecker changed the status of T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR from Open to Testing.
Dec 6 2022, 8:20 AM · Restricted Project, Windows, kleopatra
ikloecker added a comment to T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR.

Not so fun fact: If you enter tcp://1.2.3.4:10001 (literally) as value for gpg-agent's log file, then on save gpgconf calls
gpg-connect-agent --homedir /home/ingo/dev/g10/.gnupghomes/utf16 --no-autostart RELOADAGENT
which hangs (probably trying to connect to the not existing IP address or to the blocked port). This also makes Kleopatra hang.

Dec 6 2022, 8:19 AM · Restricted Project, Windows, kleopatra

Dec 5 2022

ikloecker renamed T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate from Add columns “origin” and “last update” to the User ID list for a certificate in Kleopatra to Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate.
Dec 5 2022, 5:23 PM · kleopatra, Feature Request
ikloecker moved T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 5 2022, 5:18 PM · Restricted Project, Windows, kleopatra
ikloecker claimed T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR.
Dec 5 2022, 5:18 PM · Restricted Project, Windows, kleopatra
ikloecker moved T6298: Kleopatra: Possible problem when trying to import UTF-16 encoded files from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 5 2022, 5:15 PM · Restricted Project, kleopatra
ikloecker added a comment to T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR.

But what about real Windows filenames?

Dec 5 2022, 11:31 AM · Restricted Project, Windows, kleopatra
ikloecker merged T5844: Kleopatra: Make certify accessible (certificate import) into T6046: Kleopatra: Make certifying certificates accessible.
Dec 5 2022, 9:57 AM · kleopatra, Restricted Project
ikloecker merged task T5844: Kleopatra: Make certify accessible (certificate import) into T6046: Kleopatra: Make certifying certificates accessible.
Dec 5 2022, 9:57 AM · Restricted Project, kleopatra
ikloecker added a comment to T3178: Kleopatra: Sign /Encrypt Files dialog does not accept input if called in a special way.

The same problem will very likely occur with any file dialog opened by Kleopatra because file dialogs are always modal. It may not be nice that people can maneuver themselves in such a situation, but how likely is it that a normal user (and not just a good test engineer who is looking for such problems) will run into this problem.

Dec 5 2022, 9:53 AM · gpg4win, kleopatra
ikloecker renamed T3178: Kleopatra: Sign /Encrypt Files dialog does not accept input if called in a special way from Sign /Encrypt Files dialog does not accept input if called in a special way to Kleopatra: Sign /Encrypt Files dialog does not accept input if called in a special way.
Dec 5 2022, 9:44 AM · gpg4win, kleopatra
ikloecker closed T4451: Kleopatra: OpenPGP Smart Card decription / private key not found as Resolved.

Support for multiple smart cards has been vastly improved in the last few years. I will tentatively close this as resolved because it's very likely that the problems have been resolved.

Dec 5 2022, 9:40 AM · Windows, kleopatra, Bug Report, gpg4win
ikloecker renamed T4451: Kleopatra: OpenPGP Smart Card decription / private key not found from OpenPGP Smart Card decription / private key not found to Kleopatra: OpenPGP Smart Card decription / private key not found.
Dec 5 2022, 9:35 AM · Windows, kleopatra, Bug Report, gpg4win
ikloecker added a comment to T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR.

Looks like Kleopatra is writing the filename with the system's preferred directory separator. If GnuPG on Windows works if filenames are written with Unix directory separators, e.g. c:/foo/bla or //server/foo/bla, to the config files, then we can certainly change this in Kleopatra.

Dec 5 2022, 9:34 AM · Restricted Project, Windows, kleopatra
ikloecker renamed T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR from Kleo changes log-file tcp://IPADDR to tcp:\\IPADDR to Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR.
Dec 5 2022, 9:25 AM · Restricted Project, Windows, kleopatra
ikloecker renamed T4743: Kleopatra: Verify from Signature in Clipboard from Verify from Signature in Clipboard to Kleopatra: Verify from Signature in Clipboard.
Dec 5 2022, 9:25 AM · Feature Request, kleopatra
ikloecker removed a project from T4808: gnupg, scd: Status notifications to Applications: kleopatra.
Dec 5 2022, 9:23 AM · scd, gpgagent
ikloecker renamed T5006: Kleopatra: Display Names and Key-IDs for certificates after any attempt to import them. from Display Names and Key-IDs for certificates after any attempt to import them. to Kleopatra: Display Names and Key-IDs for certificates after any attempt to import them..
Dec 5 2022, 9:22 AM · gpd5x, kleopatra, Feature Request
ikloecker added a comment to T5246: Kleopatra: Failing at certifying key.

Wild guess: Since creating a local certification seems to work, but creating an exportable certification fails, maybe the problem occurs when trying to promote an existing local certification to an exportable certification.

Dec 5 2022, 9:20 AM · kleopatra, Bug Report, gpg4win
ikloecker renamed T5246: Kleopatra: Failing at certifying key from Kleopatra: Failing at authenticating key to Kleopatra: Failing at certifying key.
Dec 5 2022, 9:17 AM · kleopatra, Bug Report, gpg4win
ikloecker renamed T5246: Kleopatra: Failing at certifying key from Failing at authenticating key to Kleopatra: Failing at authenticating key.
Dec 5 2022, 9:17 AM · kleopatra, Bug Report, gpg4win
ikloecker closed T5090: The name field of kleo's key gen wizard is falsely marked as optional as Resolved.

This has been fixed some time ago when the UI for generating OpenPGP keys was rewritten.

Dec 5 2022, 9:15 AM · kleopatra, Bug Report
ikloecker renamed T5091: Kleopatra: Close all tabs except this one from Close all tabs except this one to Kleopatra: Close all tabs except this one.
Dec 5 2022, 9:13 AM · kleopatra, Feature Request
ikloecker renamed T5304: Kleopatra: Main certificate view does not keep selected column width from Main certificate view does not keep selected column width to Kleopatra: Main certificate view does not keep selected column width.
Dec 5 2022, 9:13 AM · gpd5x (gpd-5.0.0), Bug Report, kleopatra, gpg4win
ikloecker renamed T5452: Kleopatra: Provide an option to test the LDAP keyserver connection from Please provide an option to test the LDAP keyserver connection to Kleopatra: Provide an option to test the LDAP keyserver connection.
Dec 5 2022, 9:13 AM · kleopatra
ikloecker renamed T5782: Kleopatra: Smartcard unusable secret key until used via command line from Smartcard unusable secret key until used via command line to Kleopatra: Smartcard unusable secret key until used via command line.
Dec 5 2022, 9:11 AM · kleopatra, Bug Report, gpg4win
ikloecker edited projects for T2671: "Invalid option" with utf-16 config files (windows), added: gnupg (gpg22); removed kleopatra.

It seems that editing a pre-created revocation certificate on Windows with Notepad doesn't let Kleopatra detect this correctly as OpenPGP file and thus refuses to import. Works on the command line but needs more testing.

Dec 5 2022, 9:10 AM · gnupg24, Restricted Project, Bug Report
ikloecker triaged T6298: Kleopatra: Possible problem when trying to import UTF-16 encoded files as Normal priority.
Dec 5 2022, 9:07 AM · Restricted Project, kleopatra
ikloecker renamed T6172: Kleopatra: Crash when pulling card during key generation from Kleo crash when pulling card during key generation to Kleopatra: Crash when pulling card during key generation.
Dec 5 2022, 9:01 AM · kleopatra, Bug Report
ikloecker renamed T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine" from import of p12 file fails with "invalid crypto engine" to Kleopatra: Import of p12 file fails with "invalid crypto engine".
Dec 5 2022, 9:00 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project
ikloecker renamed T6140: Kleopatra: F5 does not always work in smartcard dialog from F5 does not always work in Kleos smartcard dialog to Kleopatra: F5 does not always work in smartcard dialog.
Dec 5 2022, 8:59 AM · Restricted Project, kleopatra, Bug Report
ikloecker added a comment to T6168: GpgOL: naming of saved attachments.

I don't see why this would be a Kleopatra issue. How is Kleopatra supposed to know that "mytestfile.txt (002)" isn't the original filename, but just the result of another program that's too stupid to properly resolve filename conflicts?

Dec 5 2022, 8:59 AM · kleopatra, Restricted Project, gpgol
ikloecker added a comment to T6260: gpgconf: Analyze timing on Windows.

Another idea would be a gpgconf daemon that answers all queries from its in-memory cache. Obviously, this wouldn't help with the very first start unless the daemon is started automatically on login which should probably be default behavior at least on Windows anyway. OTOH, gpgme does already cache the config so this would only have an effect when starting Kleopatra.

Dec 5 2022, 8:48 AM · gnupg, kleopatra, Restricted Project
ikloecker renamed T6240: Kleopatra: Add column for groups in the certificate view from Add column for groups in the certificate view to Kleopatra: Add column for groups in the certificate view.
Dec 5 2022, 8:40 AM · kleopatra, Restricted Project
ikloecker renamed T5672: Kleopatra: Improve Kleopatras detection of keyservers from Improve Kleopatras detection of keyservers to Kleopatra: Improve Kleopatras detection of keyservers.
Dec 5 2022, 8:40 AM · Restricted Project, scd, kleopatra
ikloecker renamed T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog from Case insensitive algo compare in Kleopatras new key dialog to Kleopatra: Case insensitive algo compare in Kleopatras new key dialog.
Dec 5 2022, 8:39 AM · Feature Request, kleopatra, Restricted Project
ikloecker added a project to T4197: Can't change language of Kleopatra: kleopatra.
Dec 5 2022, 8:33 AM · kleopatra, Bug Report, gpg4win
ikloecker added a project to T5324: Kleopatra: Add recursive folder decryption: kleopatra.
Dec 5 2022, 8:33 AM · kleopatra, Feature Request, gpg4win
ikloecker added a project to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows: kleopatra.
Dec 5 2022, 8:32 AM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker added a project to T5124: Kleopatra GUI Not Working: kleopatra.
Dec 5 2022, 8:31 AM · kleopatra, Info Needed, gpgol, Bug Report
ikloecker added a project to T4739: Kleopatra Verification Duplicates Results: kleopatra.
Dec 5 2022, 8:31 AM · kleopatra, Bug Report, gpg4win
ikloecker added a project to T4396: no connection to ui server kleopatra start up error: kleopatra.
Dec 5 2022, 8:31 AM · uiserver, kleopatra, gpg4win
ikloecker added a project to T4402: Kleopatra decrypt error - Missing MDC for non legacy algos: kleopatra.
Dec 5 2022, 8:30 AM · kleopatra, Bug Report, gpg4win
ikloecker added a project to T4159: Kleopatra fails to create new Key Pair: kleopatra.
Dec 5 2022, 8:30 AM · gnupg, Bug Report, gpg4win
ikloecker renamed T4252: gpg4win Office Outlook plugin - Office Outlook 2010 crash if trying to send an encrypted message to yourself from Kleopatra / gpg4win Office Outlook plugin - Office Outlook 2010 crash if trying to send an encrypted message to yourself to gpg4win Office Outlook plugin - Office Outlook 2010 crash if trying to send an encrypted message to yourself.
Dec 5 2022, 8:29 AM · gpg4win, gpgol, Bug Report
ikloecker added a project to T4057: Kleopatra: Automatic key refresh does not work in portable mode: kleopatra.
Dec 5 2022, 8:28 AM · kleopatra
ikloecker added a project to T3933: Kleopatra: Set allow-ocsp in dirmngr if OCSP is enabled through config dialog: kleopatra.
Dec 5 2022, 8:28 AM · kleopatra, dirmngr, S/MIME
ikloecker edited projects for T3903: Kleopatra: Use the term password instead of passphrase, added: kleopatra; removed gnupg (gpg23).
Dec 5 2022, 8:27 AM · kleopatra, FAQ, Documentation
ikloecker added a project to T3613: Kleopatra not starting: kleopatra.
Dec 5 2022, 8:25 AM · kleopatra, Bug Report, gpg4win
ikloecker added a project to T3799: No connection to the UIServer Component on Kleopatra startup: kleopatra.
Dec 5 2022, 8:25 AM · kleopatra, Bug Report, gpg4win
ikloecker added projects to T5844: Kleopatra: Make certify accessible (certificate import): kleopatra, Restricted Project.
Dec 5 2022, 8:16 AM · Restricted Project, kleopatra
ikloecker added a project to T5847: Kleopatra: New Feature for bulk certify: kleopatra.
Dec 5 2022, 8:14 AM · Restricted Project, kleopatra
ikloecker added a project to T6262: Kleopatra: Remove info buttons from Certify dialog: kleopatra.
Dec 5 2022, 8:13 AM · Restricted Project, kleopatra

Dec 2 2022

ikloecker changed the status of T6183: Kleopatra: on import own public key do not show "certify window" from Open to Testing.
Dec 2 2022, 11:51 AM · Restricted Project, kleopatra
ikloecker added a comment to T6183: Kleopatra: on import own public key do not show "certify window" .

If the keys on the smart card are already known to Kleopatra/GnuPG (which should be the case if the smart card was inserted when Kleopatra was started), then on import of the corresponding public key Kleopatra now asks whether the certificate is the user's certificate (instead of asking whether they want to certify it).

Dec 2 2022, 11:51 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA4049bb6846a1: Improve asking for own certificates on import (authored by ikloecker).
Improve asking for own certificates on import
Dec 2 2022, 11:28 AM
ikloecker committed rKLEOPATRA43170f1a42c4: Unify wording of question for own certificate (authored by ikloecker).
Unify wording of question for own certificate
Dec 2 2022, 11:28 AM
ikloecker committed rKLEOPATRAe1635c992891: Avoid crashes when importing multiple files (authored by ikloecker).
Avoid crashes when importing multiple files
Dec 2 2022, 11:28 AM
ikloecker committed rKLEOPATRAf8a906eb0e43: Delegate memory management to the compiler (authored by ikloecker).
Delegate memory management to the compiler
Dec 2 2022, 11:28 AM