Page MenuHome GnuPG
Feed Advanced Search

Sep 26 2022

aheinecke committed rW1b720351db2a: MSI: Add uids for 3.1.23 and 3.1.24 releases (authored by aheinecke).
MSI: Add uids for 3.1.23 and 3.1.24 releases
Sep 26 2022, 11:51 AM
aheinecke triaged T6216: Kleopatra: invalid S/MIME certificates are offered for encryption as Wishlist priority.

This is because Kleopatra does not differentiate between invalid S/MIME and unverified OpenPGP certificates and we want to be able to encrypt to unverified OpenPGP certificates.

Sep 26 2022, 9:36 AM · Restricted Project, kleopatra

Sep 21 2022

aheinecke closed T6207: can't open gpg-agent as Invalid.

This is a support question and not a bug. You should ask such questions on the channels for Gpg4win, which does the Community support for GnuPG on Windows: https://www.gpg4win.org/community.html

Sep 21 2022, 9:14 PM · Not A Bug, gnupg, Windows
aheinecke triaged T6192: GpgOL: deactivation of S/MIME does not affect previously sent mails as Normal priority.

I would give this low priority as we default to "S/MIME disabled" and this issue is no longer that relevant. But as it is a regression and I am pretty sure I know why it happens -> Normal.

Sep 21 2022, 9:08 PM · Restricted Project, gpgol
aheinecke claimed T6168: GpgOL: naming of saved attachments.

I think it is more of a Kleopatra issue.

Sep 21 2022, 9:06 PM · kleopatra, Restricted Project, gpgol
aheinecke triaged T6167: GpgOL: Window resize on forwarding as Normal priority.

Yes I have to look at this again. This resize stuff is code in GpgOL, which was intended to trigger UI redraws / updates of Outlook. Because it otherwise would not show our current state but something in the cache. And there is no "Redraw UI" Api. The Resize trick is something I got from stack overflow but it should be only 20px (seriously smaller px values cause no redraw) But there is a bug here when it is maximized I think.

Sep 21 2022, 9:03 PM · Restricted Project, gpgol
aheinecke added a comment to T5957: Kleopatra: Usability improvement for Notepad.

Another thing we noticed today is that the pgpOnly check that determines if S/MIME and PGP or only PGP is shown (The radio buttons at the top right corner) is done only at initialization. So if you import your first S/MIME certs it will still only offer PGP certs and no option to switch. Just as a note here instead of a different issue because it is mostly for testing but should be improved on an update.

Sep 21 2022, 9:00 PM · kleopatra, Restricted Project
aheinecke triaged T6215: Kleopatra: "Not certified" Status for Validity with multiple user ids as Wishlist priority.
Sep 21 2022, 12:34 PM · Restricted Project, kleopatra
aheinecke closed T5962: Kleopatra: Crash when quitting Application on Windows as Resolved.

Ok. Let us resolve this. The patch is in kconfigwidgets without a version marker and I already added a patch-next next to it for future versions of kconfigwidgets. Should be no problem to keep.

Sep 21 2022, 10:09 AM · Restricted Project, kleopatra

Sep 19 2022

aheinecke committed rEb5043421d2b3: build: Fix installation of gpg-error-config.1. (authored by Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org>).
build: Fix installation of gpg-error-config.1.
Sep 19 2022, 5:10 PM
aheinecke added a comment to T2300: Second crlDP is not used if first is unavailable.

For what it is worth, I think that my patch is more standard compliant then yours because it checks if there is a partial CRL.

Sep 19 2022, 4:43 PM · g10code, Feature Request, dirmngr
aheinecke reassigned T2300: Second crlDP is not used if first is unavailable from aheinecke to werner.

I think 289fbc550d18a7f9b26c794a2409ba820811f6b3 implemented this wish from 2016 :) @werner please read the full report and then close it as fixed if you agree. I find it a bit funny that we both came independently to the same conclusion, that it should be handled differently even if the standard says otherwise. Because the behavior from the standard does not make sense and is in contradiction to other parts where it says that each CRL must contain all revocations.

Sep 19 2022, 4:35 PM · g10code, Feature Request, dirmngr
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

If you could try: https://files.gpg4win.org/Beta/gpgol/2.5.5-beta2/x64/ (Source tarball in the directory above, signed by my key) Doc for this can be found here: https://wiki.gnupg.org/TroubleShooting#Manually_update_GpgOL_to_a_beta

Sep 19 2022, 4:29 PM · Restricted Project, gpgol
aheinecke committed rO7fe5658f4318: Fix IMAP access to encrypted mails (authored by aheinecke).
Fix IMAP access to encrypted mails
Sep 19 2022, 2:54 PM
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

I think what I saw and reproduced (and now fixed) was a different issue though. 5fd467a00d3ffa6c1ca83e9a248f4c01d77bbe72 broke IMAP connections for GpgOL in general. So we definitely will make a new, at least minor GnuPG VS-Desktop release. But first we need to reproduce and also fix your issue.

Sep 19 2022, 2:00 PM · Restricted Project, gpgol
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

Good news is that I can reproduce the bug in our testlab by connecting an account via IMAP to exchange. Our other IMAP tests have intermediates like dovecot. The fix for this will be fairly simple but first I wanted to ensure that we could reproduce it for future testing of releases as this is a case that should have been covered.

Sep 19 2022, 12:47 PM · Restricted Project, gpgol
aheinecke triaged T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works) as High priority.

Hello,
many thanks for the detailed report, I have given it some time to analyze and think I understand it:

Sep 19 2022, 12:02 PM · Restricted Project, gpgol

Sep 15 2022

aheinecke added a comment to T6195: gpg: New key has unknown trust after generation.

To clarify that I meant that the underlying problem is our current keylisting speed in Kleopatra I have opened T6206.

Sep 15 2022, 4:35 PM · Not A Bug, gnupg
aheinecke triaged T6206: Kleopatra: Listing certificates initially just takes too long. as Normal priority.
Sep 15 2022, 4:34 PM · S/MIME, gnupg, kleopatra
aheinecke added a comment to T6195: gpg: New key has unknown trust after generation.

keyboxd has nothing to do with this, it merely makes the lookup of keys a bit faster. The computation of the WoT itself takes long and there is no shortcut for it. Fortunately most users don't have a deeply meshed WoT with dedicated revokers etc., thus for them things are fast in the standard configuration.

Sep 15 2022, 4:17 PM · Not A Bug, gnupg
aheinecke added a comment to T6202: Kleopatra: Suppress errors of WKD lookups.

I agree with that task. Errors should be logged but not exposed to the user. I like the decryption / verification audit log we have now for some years (quite new) which allows users to view the stderr of gpgme jobs. Something like that -> Perfect. I think we need this for Import also and basically for every job. If you had an idea, maybe in the status bar or so, to indicate that more error information would be available. That would be my dream solution.

Sep 15 2022, 4:13 PM · Restricted Project, kleopatra
aheinecke added a comment to T6205: GnuPG: Unknown encryption keys should not result in non-compliant encryption on decryption.

Just for your understanding, it this output would say "COMPLIANCE 23" anywhere in it, Ingo and me should look at this issue, if it does not that is something for Werner or Gniibe.

Sep 15 2022, 4:09 PM · gnupg (gpg22), Feature Request, Restricted Project
aheinecke added a comment to T6205: GnuPG: Unknown encryption keys should not result in non-compliant encryption on decryption.

Could you please post the output of 'gpg --status-fd 1 --verbose --decrypt "Neues Textdokument.txt.gpg"' here? That would help us to pinpoint the issue.

Sep 15 2022, 4:07 PM · gnupg (gpg22), Feature Request, Restricted Project
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

No, I was just meaning that you should not have to disarm your logs when include data is not set.

Sep 15 2022, 4:04 PM · Restricted Project, gpgol
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

Yeah the error would lie in here I think:

Sep 15 2022, 3:50 PM · Restricted Project, gpgol
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

I do not have a mind to really analyze this today, but when the checkbox in the logging options for "include data" is not set. There should be no much as an IP Address or Fingerprint mentioned in the logs. This was important to me and if you find that there are issues with that it would be a different bug also.

Sep 15 2022, 3:46 PM · Restricted Project, gpgol
aheinecke added a comment to T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).

We have tested this a lot of course. But I will have to analyze your logs. Thanks.

Sep 15 2022, 3:43 PM · Restricted Project, gpgol
aheinecke closed T6111: Kleopatra: Improve focus indicator for text labels as Resolved.

Please give this a try on Windows.

Sep 15 2022, 3:40 PM · Restricted Project, kleopatra, Restricted Project
aheinecke closed T6111: Kleopatra: Improve focus indicator for text labels, a subtask of T5824: Kleopatra: Full accessibility support, as Resolved.
Sep 15 2022, 3:40 PM · kleopatra, Restricted Project
aheinecke closed T6131: Kleopatra: Exception when gpgconf is not found as Resolved.

:)

Sep 15 2022, 3:38 PM · kleopatra

Sep 14 2022

aheinecke closed T6195: gpg: New key has unknown trust after generation as Resolved.

I agree. We have to get rid of auto check trustdb and such stuff. I always found that impossible to program around because it either takes a long time (check-trustdb) or it might return invalid results (no check).
The solution for this is keyboxd.

Sep 14 2022, 12:27 PM · Not A Bug, gnupg
aheinecke removed a project from T4779: GpgSM: "Invalid Object" error when importing .p12 certs with wrong passphrase: Info Needed.

Real Passphrase is "test"

Sep 14 2022, 10:24 AM · gnupg24 (gnupg-2.4.3), Restricted Project, gnupg (gpg23), S/MIME
aheinecke added a comment to T3927: gpgsm certificate import fails because of hardcoded password length limitation.

The workaround is easy: Change the passphrase , export, import and then set a longer passphrase again.

Sep 14 2022, 10:19 AM · Feature Request, gnupg24, S/MIME
aheinecke added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Can you give an example other than the Syntax error issue? So far, I haven't seen any errors when doing random searches with ASCII-only "email addresses". I simply get zero results, but I don't see error messages, e.g. if the host cannot be found.

Sep 14 2022, 10:06 AM · gnupg24, dirmngr, Bug Report

Sep 9 2022

aheinecke added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Sep 9 2022, 4:29 PM · gnupg24, dirmngr, Bug Report
aheinecke added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

There is probably an umlaut or special character in <domain> or <user> which makes the URL invalid. If I search for "test@ä.de" I also get Syntax error in URI.

Sep 9 2022, 4:27 PM · gnupg24, dirmngr, Bug Report
aheinecke closed T6190: GPGSM: Import / Export of raw and p8 certs / containers broken as Invalid.
--import [files]
       Import  the certificates from the PEM or binary encoded files as well as from signed-only messages.
       This command may also be used to import a secret key from a PKCS#12 file.
Sep 9 2022, 4:17 PM · gnupg, S/MIME
aheinecke added a comment to T5713: Kleopatra: PKCS#12 Import no Error on bad passphrase.

Mh, this has not changed anything for me. With GnuPG 2.3.8-beta32 i get either Invalid Object or no error at all. With this certificate

and password "0" i always get "Invalid Object" (also with other passwords)
With this certificate i get no error at all and just an import result.

Sep 9 2022, 4:07 PM · Restricted Project, kleopatra
aheinecke added a comment to T6199: Kleopatra: MIME viewer support.

That would make sense on a Linux desktop. But my main use case for this is Windows. I have the feeling that more Linux users have a decent MUA.
If we had a MUA with good MIME Support then we would not need this feature at all. If a user has Outlook for example that could be used with GpgOL but not everyone has that. I know that some users decrypt such messages already with Kleopatra and then open the Output in Thunderbird. But again, if they had Thunderbird, they could use that with included PGP/MIME support.
Windows 10 has a default Mail app, but if you open a file with that it does not show it but asks you to configure an account.

Sep 9 2022, 3:16 PM · Restricted Project, kleopatra
aheinecke added a comment to T6199: Kleopatra: MIME viewer support.

Instead of using KDE for MIME parsing, and as I would also only do simple parsing we could use the mimeparser from gpgol. This also has the advantage that we do not open new attack surfaces as we already have that code in use. The mimedataprovider can already be compiled on Linux and used with a FILE, I did this to allow fuzzing for it. And the API implements the GpgME::DataProvider interface https://dev.gnupg.org/source/gpgol/browse/master/src/mimedataprovider.h and then just offers simple functions to access the parsed content.

Sep 9 2022, 2:39 PM · Restricted Project, kleopatra
aheinecke triaged T6199: Kleopatra: MIME viewer support as Wishlist priority.
Sep 9 2022, 2:30 PM · Restricted Project, kleopatra
aheinecke triaged T6198: KMail: Port to keyresolver from libkleo as Wishlist priority.
Sep 9 2022, 1:50 PM · Restricted Project, Feature Request, KDE, kleopatra
aheinecke closed T6197: Update the gpg4win-3.1.16.exe package to latest release of version 3 gpg4win (aka gpg4win-3.1.24.exe) as Wontfix.

For Gpg4win we will soon release a 4.0.4 Version that will contain the latest Kleopatra updates and GnuPG 2.3.x, but the 3.1.x series of Gpg4win is something that we only release in binary form as part of our Product GnuPG VS-Desktop.
The reason for this is that for VS-NfD there are some responsibilities for the supplier, and so the VS-NfD user needs a responsible supplier. We do not promise that for Gpg4win, which is the free community version anyone can download. If we would provide Gpg4win-3.1.24 also in binary form we would make it harder for us to argue that VS-NfD users have to purchase GnuPG VS-Desktop with the required support.

Sep 9 2022, 9:24 AM · Release Info, Info Needed

Sep 8 2022

aheinecke triaged T6194: GpgME++: Certify edit interactor has no state for multiple promotions as Low priority.
Sep 8 2022, 9:46 AM · gpgme, kleopatra

Sep 7 2022

aheinecke committed rW923f8b356d53: Post release version bump (authored by aheinecke).
Post release version bump
Sep 7 2022, 2:48 PM
aheinecke committed rWcda93355876c: Update NEWS and READMEs for todays release (authored by aheinecke).
Update NEWS and READMEs for todays release
Sep 7 2022, 2:42 PM
aheinecke committed rWc1caf4670fbe: Update Kleopatra and kde-l10n (authored by aheinecke).
Update Kleopatra and kde-l10n
Sep 7 2022, 2:42 PM
aheinecke committed rW33c7d130c07a: wording improvements in NEWS (authored by ebo).
wording improvements in NEWS
Sep 7 2022, 2:42 PM

Sep 6 2022

aheinecke added a comment to T6085: pinentry-qt: Earlier passphrase hint when creating new key.

@ikloecker yes as mentioned in my response the current hints are only for symmetric.

Sep 6 2022, 5:18 PM · gnupg, Restricted Project, pinentry
aheinecke committed rW1deee90df859: Add NEWS for 3.1.24 (authored by aheinecke).
Add NEWS for 3.1.24
Sep 6 2022, 5:17 PM
aheinecke closed T6147: Kleopatra: Failure to move extracted archive folder accross disks as Resolved.
Sep 6 2022, 4:55 PM · kleopatra, Restricted Project
aheinecke added a comment to T6089: Kleopatra: Make DN attribute order configuration accessible.

Well it is good that we have it now and we should not remove it. But when asked I would probably have said that this dialog / page should be removed altogether. I would bet that if we did a user survey this dialog is not used at all. Or very very rarely.

Sep 6 2022, 2:49 PM · kleopatra, Restricted Project
aheinecke lowered the priority of T6190: GPGSM: Import / Export of raw and p8 certs / containers broken from Normal to Low.
Sep 6 2022, 1:19 PM · gnupg, S/MIME
aheinecke renamed T6190: GPGSM: Import / Export of raw and p8 certs / containers broken from GPGSM: Import / Epxort of raw and p8 certs / containers broken to GPGSM: Import / Export of raw and p8 certs / containers broken.
Sep 6 2022, 1:18 PM · gnupg, S/MIME
aheinecke closed T6189: Secret key backup of S/MIME certificate creates bad result as Resolved.

I can confirm the fix.

Sep 6 2022, 1:18 PM · Restricted Project, kleopatra, Restricted Project
aheinecke closed T6189: Secret key backup of S/MIME certificate creates bad result, a subtask of T6190: GPGSM: Import / Export of raw and p8 certs / containers broken, as Resolved.
Sep 6 2022, 1:18 PM · gnupg, S/MIME
aheinecke added a parent task for T6189: Secret key backup of S/MIME certificate creates bad result: T6190: GPGSM: Import / Export of raw and p8 certs / containers broken.
Sep 6 2022, 1:18 PM · Restricted Project, kleopatra, Restricted Project
aheinecke added a subtask for T6190: GPGSM: Import / Export of raw and p8 certs / containers broken: T6189: Secret key backup of S/MIME certificate creates bad result.
Sep 6 2022, 1:18 PM · gnupg, S/MIME
aheinecke triaged T6190: GPGSM: Import / Export of raw and p8 certs / containers broken as Normal priority.
Sep 6 2022, 1:16 PM · gnupg, S/MIME
aheinecke added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

I was looking for this when writing the update NEWS for the latest release and noticed that this has not been pushed yet. I really think that it would be nice to have that. Especially for Smartcard use cases.

Sep 6 2022, 11:53 AM · Not A Bug, workaround, gnupg24, Windows, ssh
aheinecke added a comment to T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine".

Ok. That is about the Invalid Crypto Engine. But this does not explain why a .p12 export via Kleopatra leads to this error when we export a valid certificate. The same thing I do with Kleopatra on the Command Line works:

Sep 6 2022, 11:42 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project
aheinecke closed T6130: Appimage: Include man pages as Resolved.

Added now

Sep 6 2022, 9:44 AM · Restricted Project, gpg4win
aheinecke committed rW7488b58bfb2c: Update GpgOL to released version (authored by aheinecke).
Update GpgOL to released version
Sep 6 2022, 9:33 AM
aheinecke committed rD78a290b37504: swdb: GpgOL 2.5.4 (authored by aheinecke).
swdb: GpgOL 2.5.4
Sep 6 2022, 9:32 AM
aheinecke committed rObea0ae8c45db: Update NEWS for todays release (authored by aheinecke).
Update NEWS for todays release
Sep 6 2022, 9:29 AM
aheinecke committed rOe2a411ec44ff: Post release version bump (authored by aheinecke).
Post release version bump
Sep 6 2022, 9:29 AM
aheinecke committed rO242dbb31e194: Auto update po files (authored by aheinecke).
Auto update po files
Sep 6 2022, 9:29 AM
aheinecke committed rW42d0405f007c: Add po/build-cc to distclean target in po (authored by aheinecke).
Add po/build-cc to distclean target in po
Sep 6 2022, 9:00 AM
aheinecke committed rW8231f8763327: Fix mode of a patch (authored by aheinecke).
Fix mode of a patch
Sep 6 2022, 8:39 AM
aheinecke committed rWa24577f8f002: MSI: Add gui for serbian translation (authored by aheinecke).
MSI: Add gui for serbian translation
Sep 6 2022, 8:39 AM
aheinecke committed rW880d2a93cad9: appimage: Package man pages (authored by aheinecke).
appimage: Package man pages
Sep 6 2022, 8:39 AM

Sep 5 2022

aheinecke committed rW348772cba69f: Update Kleopatra to latest master (authored by aheinecke).
Update Kleopatra to latest master
Sep 5 2022, 5:36 PM
aheinecke committed rKLEOPATRA4c2e7317dcc4: Initialize user id list with a whitespace (authored by aheinecke).
Initialize user id list with a whitespace
Sep 5 2022, 5:35 PM
aheinecke committed rWc257f56964db: Update Kleopatra to latest master (authored by aheinecke).
Update Kleopatra to latest master
Sep 5 2022, 5:35 PM
aheinecke moved T6085: pinentry-qt: Earlier passphrase hint when creating new key from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 5 2022, 4:50 PM · gnupg, Restricted Project, pinentry
aheinecke moved T6076: Kleopatra: Many icons are hard to see if the dark high-contrast mode is activated from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 5 2022, 4:49 PM · Windows, kleopatra, Restricted Project
aheinecke moved T5974: MSI: Register p12 file extension as an optional parameter from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 5 2022, 4:49 PM · gpg4win, Restricted Project
aheinecke lowered the priority of T6085: pinentry-qt: Earlier passphrase hint when creating new key from Normal to Low.

I think there was a misunderstanding here. We already set .pinentry.constraints.hint.long and .pinentry.constraints.hint.short in GnuPG-VSD but firstly they are only about symmetric.
And the issue for which @ebo opened this ticket is in my opinion that you have to fail first before you see the hint.

Sep 5 2022, 4:39 PM · gnupg, Restricted Project, pinentry
aheinecke committed rWf737fa0a7d38: MSI: Include custom wxs files by suffix (authored by aheinecke).
MSI: Include custom wxs files by suffix
Sep 5 2022, 3:56 PM
aheinecke committed rW6b6be150987b: Add DEFAULT_ALL_SMIME install parameter (authored by aheinecke).
Add DEFAULT_ALL_SMIME install parameter
Sep 5 2022, 1:10 PM
aheinecke committed rW73dbc0e1eea6: Set Distributor as variable (authored by aheinecke).
Set Distributor as variable
Sep 5 2022, 1:10 PM
aheinecke triaged T6183: Kleopatra: on import own public key do not show "certify window" as Low priority.

I agree that this will be less important when T5836 is done. But on the other end, someone personalized a smartcard for you. Ideally when inserting the smartcard it will fetch the public key from LDAP but if that is not configured or available you will have the same case of a smartcard that creates the secret key stubs and then importing the public key. As I think that in the case of exactly one key imported a keylisting through the agent of this one key won't be that expensive we should fix this as a minor issue.

Sep 5 2022, 12:06 PM · Restricted Project, kleopatra
aheinecke committed rOf0adc7e1b063: Silenze annoying debug message (authored by aheinecke).
Silenze annoying debug message
Sep 5 2022, 11:24 AM
aheinecke committed rO129080f8e6b9: Delete temporary enc file if it exists (authored by aheinecke).
Delete temporary enc file if it exists
Sep 5 2022, 11:24 AM
aheinecke committed rWb31adc5187e0: Update snapshots of gpgol and kleopatra (authored by aheinecke).
Update snapshots of gpgol and kleopatra
Sep 5 2022, 11:05 AM
aheinecke committed rW15b0fdc24644: Update kconfig patch to also support REG_EXPAND_SZ (authored by aheinecke).
Update kconfig patch to also support REG_EXPAND_SZ
Sep 5 2022, 11:05 AM
aheinecke closed T5967: GpgOL: Use kleopatra groups in keyresolver as Resolved.

tested and this works.

Sep 5 2022, 11:05 AM · gpgol, Restricted Project
aheinecke closed T5989: Kleopatra: Customization Window Title and custom Logo from VERSION file as Resolved.

Tested and this works.

Sep 5 2022, 11:04 AM · kleopatra, Restricted Project
aheinecke closed T5827: GpgOL: Allow setting HKLM values as override as Resolved.

This is now in

Sep 5 2022, 11:03 AM · gpgol, Restricted Project
aheinecke closed T4637: GpgOL: Encoding problems in German as Resolved.
Sep 5 2022, 11:03 AM · Restricted Project, gpgol
aheinecke committed rKLEOPATRA005e3f5258f1: Add placeholder for smartcard manual (authored by aheinecke).
Add placeholder for smartcard manual
Sep 5 2022, 11:00 AM

Sep 2 2022

aheinecke added a comment to T6109: Kleopatra: Better way to show expired subkeys.

Another point where this is very problematic are S/MIME certificates for signing and encryption. While the certificate line edit and the certificate combo box filter the usage, Groups are problematic. If you want to create an encryption group and include one "signing only" certificate the whole group is no longer visible for example in Outlook when encrypting. Both me and Eva thought that S/MIME Groups did not work at all in Outlook because of this.

Sep 2 2022, 10:22 AM · Feature Request, Restricted Project, OpenPGP, kleopatra

Sep 1 2022

aheinecke added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Ok. So I never assumed that you had actually 100 gpgol_enc_number.dat files lying around.

Sep 1 2022, 9:50 AM · gpgol, Bug Report, gpg4win

Aug 31 2022

aheinecke added a comment to T5926: GPGOL - Leere Nachricht kann nicht signiert werden (empty message email can't be signed or encrypted).

Thanks a lot. Due to your log I have tried with a long username and umlauts and a dot in my username. My test name was Längül!ödiföäada.dad which is the longest that Windows allows. But It still works for me. Even if I create one or two gpgol_enc.dat files in %TEMP% It still works:

Aug 31 2022, 2:37 PM · gpgol, Bug Report, gpg4win
aheinecke committed rKLEOPATRA43f95b163406: Properly close child handles in winproc device (authored by aheinecke).
Properly close child handles in winproc device
Aug 31 2022, 12:48 PM
aheinecke added a comment to T6139: Kleopatra: Encrypting two files in an archive on a mounted network share on windows with one CPU never finishes.

The fix did not work, the hangs occured later in testing again. After further debugging we found the issue to be that we did not Close the handles we inherited to the child.

Aug 31 2022, 12:47 PM · kleopatra, Restricted Project

Aug 30 2022

aheinecke closed T6171: Kleopatra: Handle --require-compliance by preventing non compliant actions as Wontfix.

After internal discussion this will be moved to Wontfix.

Aug 30 2022, 3:44 PM · Restricted Project, kleopatra
aheinecke created P14 (An Untitled Masterwork).
Aug 30 2022, 2:05 PM
aheinecke closed T5776: Kleopatra: Add possibility to copy fingerprints without spaces as Resolved.
Aug 30 2022, 11:44 AM · kleopatra, Restricted Project
aheinecke triaged T6171: Kleopatra: Handle --require-compliance by preventing non compliant actions as Wishlist priority.
Aug 30 2022, 10:31 AM · Restricted Project, kleopatra