Page MenuHome GnuPG
Feed Advanced Search

Nov 3 2023

aheinecke triaged T6791: .eml should be the preferred file extension for saving mails from the Mailviewer as Normal priority.
Nov 3 2023, 12:01 PM · Restricted Project, kleopatra
aheinecke committed rGTO006142e5316d: Add KIconTheme dependency to resolver (authored by aheinecke).
Add KIconTheme dependency to resolver
Nov 3 2023, 11:31 AM
aheinecke committed rGTO6f3c53657412: Increase cmake_mimimum_version to avoid warning (authored by aheinecke).
Increase cmake_mimimum_version to avoid warning
Nov 3 2023, 11:31 AM
aheinecke added a comment to T6789: MSI: Update does not seem to be able to kill gpg-agent anymore.

So I tested upgrading from 3.1.26.0 to the current beta and it also did not work.

Nov 3 2023, 10:44 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
aheinecke moved T6789: MSI: Update does not seem to be able to kill gpg-agent anymore from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2023, 10:23 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
aheinecke moved T6790: GpgOL: Missing icons in keyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2023, 10:23 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke triaged T6790: GpgOL: Missing icons in keyresolver as High priority.
Nov 3 2023, 9:05 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke claimed T6594: Okular: Proper about data customization.

I want to have this for the next release since I want to use that mechanism for the promised "Tender version of Kleopatra". This will mean that we replace the "VERSION" file with a QSettings ini file where we can easily add more meta information as we like.

Nov 3 2023, 8:56 AM · Restricted Project, okular
aheinecke moved T6594: Okular: Proper about data customization from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2023, 8:53 AM · Restricted Project, okular
aheinecke triaged T6789: MSI: Update does not seem to be able to kill gpg-agent anymore as High priority.
Nov 3 2023, 8:53 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
aheinecke moved T6331: Gpg4win: Replace GpgEX functionality through Windows registry from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2023, 8:47 AM · gpgex, gpg4win, Restricted Project
aheinecke added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

While I want to investigate the syntax error in URI since I don't think the testkolabs have a syntax error in their URI the behavior you are describing is completely correct in my understanding:

Nov 3 2023, 8:45 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol

Oct 31 2023

aheinecke added a comment to T6574: GnuPG / Gpg4win: Replace sha1sum.c with a tool in GnuPG.

For a very long time i would have agreed with you. But i now understand the usecase. You misunderstand that feature just like i had. It is not about checksum verification or checking. It is for detecting changes in folder trees so that you know when to reencrypt and update your encrypted archive of that tree. Yes this could be done somewhere else but the usecase is valid for kleopatra.

Oct 31 2023, 11:14 PM · Restricted Project, Feature Request, gnupg, gpg4win
aheinecke added a comment to T6776: KOrganizer: Reminders only for attendees.

Ah i und erstand what you mean now. Btw while checking this i found it confusing when i opened the incidenceeditor on an event in somone elses calendar. It did not show the correct organizer or even attendees. But this indeed might be caldav related. I would like to give you access to our radicale instance but i think it is in our VPN and so only the actual employees may access it (not even ingo)

Oct 31 2023, 9:49 PM · Restricted Project, KDE

Oct 30 2023

aheinecke committed rW6d921f5516c3: Switch libkleo and kleopatra to gpg4win/23.10 branch (authored by aheinecke).
Switch libkleo and kleopatra to gpg4win/23.10 branch
Oct 30 2023, 12:58 PM
aheinecke committed rKLEOPATRAa657c1313cc0: Update CI config for this branch (authored by aheinecke).
Update CI config for this branch
Oct 30 2023, 12:22 PM
aheinecke added a comment to T6776: KOrganizer: Reminders only for attendees.

Makes total sense, but I'd like to think about a more general approach if possible - what e.g. Google or Outlook do when you add someone else's shared calendar is they don't send you invite for their events either. But it's not because they wouldn't notify you about events where you are not an organizer, because in many cases you are just an attendee of someone else's meeting in your own calendar and you definitely want to get reminders for those.

Oct 30 2023, 8:15 AM · Restricted Project, KDE
aheinecke added a comment to T6772: Reproducible crashes in KOrganizer.

Nah, forget it in that case. I might report a bug to SUSE in that case but we should not invest in fixing such things. I was planning to either use a self compiled PIM stack or Flatpack anyway.

Oct 30 2023, 8:09 AM · Restricted Project, KDE

Oct 28 2023

aheinecke assigned T6781: gpgme fails to "build a simple Qt program" to ikloecker.

Thanks for creating the task.

Oct 28 2023, 4:19 PM · Restricted Project, gpgme, Bug Report
aheinecke closed T6780: GnuPG master segfault as Resolved.
Oct 28 2023, 2:31 PM · gnupg
aheinecke committed rG05ef8c0cc005: g10: Fix uninitalized variable use in sign_file (authored by aheinecke).
g10: Fix uninitalized variable use in sign_file
Oct 28 2023, 2:30 PM
aheinecke added a comment to T6780: GnuPG master segfault.

Looking at sign_file I can see several places though where it does goto leave before gcry_md_open is called on md. So the fix seems obvious to initalize md to NULL so that the gcry_md_close in the leave part does not work on an uninitialized variable.

Oct 28 2023, 2:25 PM · gnupg
aheinecke closed T6570: Better performance with OCB encryption + sign as Resolved.

gpg (GnuPG) 2.4.4-beta56
libgcrypt 1.11.0
gpg -z0 --yes --batch -esu ldata-test -r ldata-test 10gb-random.dat > 10gb.gp 13,37s user 22,54s system 95% cpu 37,421 total

Oct 28 2023, 2:19 PM · gnupg, Restricted Project
aheinecke created T6780: GnuPG master segfault.
Oct 28 2023, 1:51 PM · gnupg
aheinecke committed rA6756482d2627: tests: Cleanup mention of removed variable (authored by aheinecke).
tests: Cleanup mention of removed variable
Oct 28 2023, 1:45 PM
aheinecke committed rW6b881de903c4: doc: Remove README files (authored by aheinecke).
doc: Remove README files
Oct 28 2023, 1:17 PM
aheinecke committed rW4afa10dda703: Add --update / -u option to download.sh (authored by aheinecke).
Add --update / -u option to download.sh
Oct 28 2023, 1:17 PM
aheinecke added a project to T6234: Implement access to smartcards via a generic pkcs#11 interface: Restricted Project.

Please excuse my question but this issue has been WIP for 8 months. I think it was forgotten a bit. Especially since we are not shipping Okular for general signing of PDF documents this issue might help as a stopgap for Smartcards which we do not yet support natively and reduce the pressure a bit to add more PKCS#15 smartcards which can currently be used with Adobe and Mozilla NSS through their proprietary PKCS#11 modules. So I would like to raise the priority for this a bit. But I don't think high is appropriate. That would be for werner to decide.

Oct 28 2023, 9:57 AM · Restricted Project, gnupg26, Feature Request, scd
aheinecke claimed T6570: Better performance with OCB encryption + sign.

If you tested it yourself I would say this is enough to move such a task to resolved. If someone else should test it you should remove yourself as the assignee. I will test this by comparing 2.4 performance to master. We need to clean up the WIP tasks in our workboard.

Oct 28 2023, 9:48 AM · gnupg, Restricted Project
aheinecke triaged T6779: Gpg4win: Remove README.txt as Normal priority.
Oct 28 2023, 9:20 AM · gpg4win
aheinecke closed T6777: gpg - K and Kelopatra are going into the Hung status on Windows Server as Invalid.

Hello,
this is a support question since you are not a customer to my knowlege please use https://www.gpg4win.org/community.html

Oct 28 2023, 9:18 AM · Bug Report, gpg4win
aheinecke triaged T6775: GPG cant decrypt message trying to solve it on forum gnupg as Low priority.

Are you sure this is from a regular Outlook installation and not the common web based outlook? Please enable GpgOL logging and share the log with us. Do not use production keys or messages.

Oct 28 2023, 9:10 AM · gpgol
aheinecke triaged T6778: gpgme-1.23.1 tests fail with gnupg configured without tofu as Normal priority.

There should not be an exception "Invalid crypto engine" in that call. I expect that gnupg errors out immediately if the parameter with tofu is given while instead it should print a warning and show no information. Or of it errors then Invalid Crypto Engine is definitely the wrong error for that.

Oct 28 2023, 8:58 AM · gpgme, Gentoo, Bug Report
aheinecke added a comment to T6764: Kleopatra: Help submenu empty everywhere except for VSD.

I got an idea. Since the gnupg manual is part of that submenu I will include the gnupg manual in Gpg4win. Not sure yet what to do about Linux since we don't have the manual there as PDF. Maybe just an online link to the GnuPG documentation in that case.

Oct 28 2023, 8:50 AM · Restricted Project

Oct 27 2023

aheinecke committed rW16e91a8dbc1f: Install color schemes and update kleo (authored by aheinecke).
Install color schemes and update kleo
Oct 27 2023, 5:37 PM
aheinecke committed rWa66e8cd98e10: Enable dark mode in high contrast except for white (authored by aheinecke).
Enable dark mode in high contrast except for white
Oct 27 2023, 5:37 PM
aheinecke committed rW31bec572b2a4: Remove experimental from Okular section name (authored by aheinecke).
Remove experimental from Okular section name
Oct 27 2023, 5:37 PM
aheinecke committed rKLEOPATRA015f32871344: Fix high contrast mode handling (authored by aheinecke).
Fix high contrast mode handling
Oct 27 2023, 5:20 PM
aheinecke triaged T6776: KOrganizer: Reminders only for attendees as Wishlist priority.
Oct 27 2023, 2:10 PM · Restricted Project, KDE
aheinecke committed rKLEOPATRA98a31c9c3e0f: Instantiate KColorSchemeManager (authored by aheinecke).
Instantiate KColorSchemeManager
Oct 27 2023, 1:40 PM
aheinecke committed rKLEOPATRA1402dea4efa4: Improve darkmode handling (authored by svuorela).
Improve darkmode handling
Oct 27 2023, 1:03 PM

Oct 26 2023

aheinecke committed rW5072f896c1b2: Add patch for dark mode detection on Windows 11 (authored by aheinecke).
Add patch for dark mode detection on Windows 11
Oct 26 2023, 4:27 PM
aheinecke committed rW522bd10ca955: Add fix for unicode filename folder encryption (authored by aheinecke).
Add fix for unicode filename folder encryption
Oct 26 2023, 4:26 PM
aheinecke added a comment to T6772: Reproducible crashes in KOrganizer.

Sorry took a while to download all the debug info. Maybe we have different libical versions and this is a libical issue.

Oct 26 2023, 3:43 PM · Restricted Project, KDE
aheinecke committed rWd7125e980450: Appimage: Replace patch for KF6 kcmutils a symlink (authored by aheinecke).
Appimage: Replace patch for KF6 kcmutils a symlink
Oct 26 2023, 10:28 AM
aheinecke merged task T5183: Kleopatra: Generate S/MIME CSR for OpenPGP card key into T6325: Kleopatra: Prevent OpenPGP Cert and CSR creation for RSA-2048 in de-vs mode.
Oct 26 2023, 8:50 AM · Restricted Project, kleopatra
aheinecke merged T5183: Kleopatra: Generate S/MIME CSR for OpenPGP card key into T6325: Kleopatra: Prevent OpenPGP Cert and CSR creation for RSA-2048 in de-vs mode.
Oct 26 2023, 8:50 AM · Restricted Project, kleopatra
aheinecke added a comment to T5183: Kleopatra: Generate S/MIME CSR for OpenPGP card key.

I just noticed this because it was accidentally assigned to me and WIP. Since you already mention it in T6325 I would close this as a duplicate of T6325 because at least they can be tested together and testing is the only thing left here that it works with the next 2.2 version.

Oct 26 2023, 8:49 AM · Restricted Project, kleopatra
aheinecke added a comment to T6772: Reproducible crashes in KOrganizer.

I have another one, a bit hard to report upstream since it is related to the event and that contains personal information. So I will forward you the event in question privately. It is an ics file attached to a mail, I select "open with Korganizer" and when I hit "merge into existing calendar" it crashes with the debug output:

Oct 26 2023, 8:35 AM · Restricted Project, KDE

Oct 25 2023

aheinecke committed rGTO506cc223baad: Fix gpgolconfig.qrc syntax (authored by aheinecke).
Fix gpgolconfig.qrc syntax
Oct 25 2023, 6:50 PM
aheinecke committed rGTOcae009e78375: Add two icons that were loaded from theme (authored by aheinecke).
Add two icons that were loaded from theme
Oct 25 2023, 6:50 PM
aheinecke changed the status of T6728: Kleopatra: encryption via "Encrypt folder" has unicode issue from Open to Testing.

This works now. Tested both decrypt and encrypt. Sadly just one commit after GPGME 1.23.0 but this was a miscommunication because I was a bit unavailable :( But we can patch this into our installer.

Oct 25 2023, 5:46 PM · gpgme (gpgme 1.23.x), kleopatra, Restricted Project
aheinecke committed rMa0a4cd411c6d: Change gpgme-w32-spawn to unicode (authored by aheinecke).
Change gpgme-w32-spawn to unicode
Oct 25 2023, 5:43 PM
aheinecke committed rW4092f46d4459: Update gpg4win-tools (authored by aheinecke).
Update gpg4win-tools
Oct 25 2023, 4:39 PM
aheinecke committed rWfd40d0548c2e: Update kleopatra, libkleo, okular and gpg4win-tools (authored by aheinecke).
Update kleopatra, libkleo, okular and gpg4win-tools
Oct 25 2023, 4:34 PM
aheinecke lowered the priority of T6771: Kleopatra: Offer users to certify exportable when exporting keys from Normal to Wishlist.

You are right, this is a new feature that could be useful but is now in high demand and not a bug so Wishlist is more appropiate.

Oct 25 2023, 9:19 AM · Restricted Project, kleopatra

Oct 23 2023

aheinecke triaged T6769: Kleopatra: Improve warning on keyserver upload as Normal priority.

IMO for LDAP we should not warn at all. Because there it is possible to remove certificates.

Oct 23 2023, 7:30 PM · vsd33, Restricted Project, kleopatra
aheinecke added a comment to T6637: PQC for Libgcrypt.
In T6637#176910, @fse wrote:

OK, fine, however, in order to be able keep an overview of our tasks I would still keep track of them in our GitHub, where I can create a sub-issue from the list of tasks with one click. But we will post our comments and results here as well as far relevant for the purpose of documentation. I think most of the points Jussi raised are more or less clear to me anyway.

Oct 23 2023, 7:23 PM · PQC, libgcrypt
aheinecke added a comment to T6766: Kleopatra: On export, inform user about uncertified user IDs.

I opened T6771 for this because this issue is done.

Oct 23 2023, 6:55 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke triaged T6771: Kleopatra: Offer users to certify exportable when exporting keys as Normal priority.
Oct 23 2023, 6:55 PM · Restricted Project, kleopatra
aheinecke added a comment to T6766: Kleopatra: On export, inform user about uncertified user IDs.

I haven't added the possibility to start a group certification directly from the confirmation message.

Oct 23 2023, 6:52 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project

Oct 20 2023

aheinecke added a comment to T6770: Add --ignore-cert-extensions to dirmngr.

That output was also misleading,. that was from before I added the ignore-crl-extension in there. I was confused because I still got the error:

Oct 20 2023, 4:23 PM · S/MIME, Restricted Project
aheinecke closed T6770: Add --ignore-cert-extensions to dirmngr as Invalid.

So dirmngr already has that option.

Oct 20 2023, 4:08 PM · S/MIME, Restricted Project
aheinecke triaged T6770: Add --ignore-cert-extensions to dirmngr as High priority.
Oct 20 2023, 2:57 PM · S/MIME, Restricted Project

Oct 19 2023

aheinecke changed the status of T6363: Add progress status output to gpgtar from Open to Testing.

I think this was fixed with the fix for https://dev.gnupg.org/T6534

Oct 19 2023, 1:39 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Feature Request

Oct 18 2023

aheinecke assigned T6545: Support CRL extension issuingDistributionPoint to werner.
Oct 18 2023, 2:44 PM · Restricted Project, libksba, gnupg24, gnupg22, Feature Request
aheinecke added a comment to T6526: Kleopatra / Gpgtar: Windows write error ERROR_FILE_INVALID.

I mean this would also be solved if we did not use qiodevicedataprovider but pass the filenames directly to gpg for single files, too. (can't remember the ticket number) but I don't want to do that right now.

Oct 18 2023, 1:28 PM · gpg4win, kleopatra, gpgtar, Restricted Project
aheinecke added a comment to T6526: Kleopatra / Gpgtar: Windows write error ERROR_FILE_INVALID.

The original issue was about creating an encrypted archive. This code doesn't use Qt anymore for writing the result file, but delegates this to gpgtar.

Oct 18 2023, 1:27 PM · gpg4win, kleopatra, gpgtar, Restricted Project
aheinecke added a comment to T6526: Kleopatra / Gpgtar: Windows write error ERROR_FILE_INVALID.

That sounds like a solid conclusion. I mean if errno is not set explicitly it is basically undefined which value it is, so maybe some other function set errno to no space left on device in that one case where it "worked".

Oct 18 2023, 1:24 PM · gpg4win, kleopatra, gpgtar, Restricted Project
aheinecke committed rMab25df8328d9: qt: Handle cancel in changeexpiryjob (authored by aheinecke).
qt: Handle cancel in changeexpiryjob
Oct 18 2023, 11:38 AM
aheinecke changed the status of T6754: Kleopatra: wrong success message for changing validity in case of not available card key from Open to Testing.

Fix was trivial, the classical cancel is not an error problem in the QGpgMEChangeExpiryJob

Oct 18 2023, 11:21 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke claimed T6754: Kleopatra: wrong success message for changing validity in case of not available card key.

This has sparked my curiosity.

Oct 18 2023, 9:50 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke triaged T6754: Kleopatra: wrong success message for changing validity in case of not available card key as Normal priority.

This happens when cancelling the password entry on normal keys, too. The strange thing is, the changeexpirycommand already checks if "err.isCancelled" and should do nothing in that case.

Oct 18 2023, 9:49 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke closed T6201: Kleopatra: Disable unusable actions in certificate details for remote keys as Resolved.

Tested and there are no available actions. Works.

Oct 18 2023, 9:28 AM · Restricted Project, kleopatra
aheinecke closed T6676: GgpOL: Signed Mails from Filesystem are modified when opened as Resolved.

Ok then we can resolve this. Because I don't want to change the code there too much since it is about a plaintext leak which we cannot reliably reproduce so any change there we cannot really test if it brings up the plaintext leak again. And for users that have problems with the changing of the mail we can point them to the workaround.

Oct 18 2023, 9:00 AM · Restricted Project, gpgol, Bug Report
aheinecke added a comment to T6761: Kleopatra: Handle special keyserver value "none".

Mh, let us concentrate in here on error messages. I was thinking "but what about disable-dirmngr in the settings" then all publish / refresh / receive actions should be disabled or invisible. So that is better something for a different task.

Oct 18 2023, 8:58 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke triaged T6761: Kleopatra: Handle special keyserver value "none" as Normal priority.

This issue might be a bit to general, some things like avoiding bad error messages are more important then a fully nice solution. A nice solution IMO would make all the "publish on keyserver" actions / checkboxes invisible in that case. If a restart is required when the setting changes that is ok in my book because the way we use "none" is intended that our entry level packages have "none" defined in the global config. Of course if a user then manually enters a value when none is set we would also need to bring up a message box stating that a restart is required for the change to take effect.

Oct 18 2023, 8:57 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke triaged T6750: Kleopatra: Offer only compliant algorithms for key generation on smart cards in VSD as High priority.

I tend to give this high priority since our SecOps state that the creation of non vs-nfd compliant keys is inhibited by our software by default (at least in the UI) I mean no one complained and it is not a regression but this should be fixed soonish. But this does not neccessarily mean before the next release.

Oct 18 2023, 8:52 AM · vsd32 (vsd-3.2.0), vsd, kleopatra, Restricted Project

Oct 17 2023

aheinecke lowered the priority of T6764: Kleopatra: Help submenu empty everywhere except for VSD from Normal to Low.

Yes, it consists of libkleo DocAction actions which are invisible unless they find the document which they would open. I expect that I can somehow find the menu element and then hide it. But a patch against KXMLGui to hide empty submenus automatically might be a better use of our time. So I put this in the backlog and if someone wants to pick it up in some downtime feel free to fix this :)

Oct 17 2023, 7:15 AM · Restricted Project

Oct 16 2023

aheinecke committed rW37e8047977ff: Remove loreley.mid (authored by aheinecke).
Remove loreley.mid
Oct 16 2023, 5:41 PM
aheinecke committed rW176a6098f2d2: Add findicons.sh script and update included-icons (authored by aheinecke).
Add findicons.sh script and update included-icons
Oct 16 2023, 5:41 PM
aheinecke committed rWf8c77472debc: Install breeze icons as rcc file (authored by aheinecke).
Install breeze icons as rcc file
Oct 16 2023, 5:41 PM
aheinecke triaged T6764: Kleopatra: Help submenu empty everywhere except for VSD as Normal priority.
Oct 16 2023, 4:04 PM · Restricted Project
aheinecke added a comment to T5974: MSI: Register p12 file extension as an optional parameter.

The installation parameter for this is documented in our installation instructions. What is new with the next version is that for all files when you open them after installation of GnuPG VS-Desktop for the very first time you will be asked if Kleopatra should be used and have the option to make this permanent.

Oct 16 2023, 1:13 PM · gpg4win, Restricted Project
aheinecke closed T6261: Kleopatra / QGPGME: Use --no-auto-check-trustdb for initial keylisting, a subtask of T6259: Kleopatra: Improve startup performance , as Resolved.
Oct 16 2023, 1:04 PM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke closed T6261: Kleopatra / QGPGME: Use --no-auto-check-trustdb for initial keylisting as Resolved.

Since @ebo did not really know how to test I just checked that it is passed to gpg to resolve this issue.

Oct 16 2023, 1:04 PM · gpgme, kleopatra, Restricted Project

Oct 13 2023

aheinecke committed rW71f8f00d448e: Build subset of included breeze icons (authored by aheinecke).
Build subset of included breeze icons
Oct 13 2023, 3:16 PM
aheinecke added a comment to T6259: Kleopatra: Improve startup performance .

Ah nevermind missing icons were related because I also removed the highcolor icons for testing.

Oct 13 2023, 3:16 PM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke added a comment to T6259: Kleopatra: Improve startup performance .

Mmh, on further checking I notice that some icons are missing though. Need to investigate where they went. I basically just took the inst-breeze.nsi file, and removed all the NSIS things and did a sort -u on it to create the list of icons.

Oct 13 2023, 2:51 PM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke added a comment to T6259: Kleopatra: Improve startup performance .

So, I smashed this all together. The icon subset and the cross compile patch, and my time for first startup was 5 seconds then once with procmon enabled 7 seconds and now with a reduced set of icons I am down to Kleopatra to 1.7seconds. The icon subset is just 1.4mb. With all the icons we would have installed for Okular and Kleopatra. I don't have enough time to clean this up today to push it but this looks very good.
Although I am thinking to add a way to kicontheme maybe as a global variable to provide the name for the resource file so that we can properly switch between breeze-dark and breeze.

Oct 13 2023, 2:49 PM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
aheinecke lowered the priority of T6702: Kleopatra: Use GPGME_ENCRYPT_ALWAYS_TRUST from High to Normal.

Ok. Both notepad and file encryption now again produce errors as expected. So the new override would just be a new feature and no longer a regression.

Oct 13 2023, 11:23 AM · Restricted Project, kleopatra
aheinecke added a comment to T6545: Support CRL extension issuingDistributionPoint.

And yes in gpgsm.conf both the extensions are also marked with ignore-cert-extension.

Oct 13 2023, 10:59 AM · Restricted Project, libksba, gnupg24, gnupg22, Feature Request
aheinecke added a comment to T6545: Support CRL extension issuingDistributionPoint.

While remembering this I added to our standard.conf (and for testing first to my local conf):

Oct 13 2023, 10:48 AM · Restricted Project, libksba, gnupg24, gnupg22, Feature Request
aheinecke added a comment to T6702: Kleopatra: Use GPGME_ENCRYPT_ALWAYS_TRUST.

For testing with file encryption and notepad you can use this chain which is valid but does not provide a valid CRL for us

just please do not send mails to this certificate.

Oct 13 2023, 10:04 AM · Restricted Project, kleopatra
aheinecke raised the priority of T6702: Kleopatra: Use GPGME_ENCRYPT_ALWAYS_TRUST from Normal to High.

We just realized that similar to what we had in GpgOL ( https://dev.gnupg.org/T6701 ) that AlwaysTrust is used by default. And this will now result in the behavior which I also mentioned in our meeting that without question it encrypts to any S/MIME certificate. Without any warning that it is not VS-NfD compliant to do so.
This must be fixed because otherwise we show an operation as VS-NfD compliant, e.g. to encrypt to a certificate with a broken CRL. Which is not VS-NfD compliant because the CRL check was not done.

Oct 13 2023, 9:56 AM · Restricted Project, kleopatra

Oct 12 2023

aheinecke committed rW64b224ab66e9: Update mimetreeparser (authored by aheinecke).
Update mimetreeparser
Oct 12 2023, 10:40 AM
aheinecke closed T6760: Mimetreeparser: Open still does not work correctly as Resolved.

Since I tested this both with valid and invalid filenames on linux and on windows I set this to resolved.

Oct 12 2023, 10:29 AM · mimetreeparser, Restricted Project
aheinecke added a comment to T6760: Mimetreeparser: Open still does not work correctly.

The URL was just wrong for Windows. I added debug output and the results are different:

Oct 12 2023, 10:28 AM · mimetreeparser, Restricted Project
aheinecke committed rMTPf6d4da359b50: Remove unused variable (authored by aheinecke).
Remove unused variable
Oct 12 2023, 10:21 AM
aheinecke committed rMTP20125ce4a2ed: Fix AttachmentModel::openAttachment (authored by aheinecke).
Fix AttachmentModel::openAttachment
Oct 12 2023, 10:20 AM