Page MenuHome GnuPG
Feed Advanced Search

Nov 10 2023

aheinecke added a comment to T6789: MSI: Update does not seem to be able to kill gpg-agent anymore.

Note to self.

Nov 10 2023, 8:19 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
aheinecke added a project to T6789: MSI: Update does not seem to be able to kill gpg-agent anymore: vsd32.

So some research led me to believe that using taskkill from MSI is not uncommon. But most stackoverflow solutions did not work for me. I have one solution that works, though but that opens a terminal window for each process we try to kill. I don't want to use wscript to avoid that, since an installer that executes visual basic is IMO even more evil then an installer that executes taskkill. Both are not really the MSI way, but while we could fix our processes without a WindowMessage loop to die nicely this will not work for an upgrade to vsd32.

Nov 10 2023, 7:09 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win

Nov 9 2023

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

So as a replacement for what we have in Kleopatra this would work.

Nov 9 2023, 6:22 PM · Restricted Project, Feature Request, gnupg, gpg4win
aheinecke changed the status of T6715: Deleting multiple keys with secret keys fails as normal user with no Administrator privileges from Testing to Open.
Nov 9 2023, 5:25 AM · Bug Report, gpg4win
orabelle changed the status of T6715: Deleting multiple keys with secret keys fails as normal user with no Administrator privileges from Open to Testing.
Nov 9 2023, 2:49 AM · Bug Report, gpg4win

Nov 6 2023

aheinecke added a comment to T4066: Kleopatra, performance: Use icons as a resource.

This works very well. I would like to add some data though about the number of reduced syscalls before resolving this.

Nov 6 2023, 9:02 AM · vsd32 (vsd-3.2.0), gpg4win, kleopatra

Nov 3 2023

aheinecke updated subscribers of T6574: GnuPG / Gpg4win: Replace sha1sum.c with a tool in GnuPG.

So with my ryzen 9 on tumbleweed:

Nov 3 2023, 4:09 PM · Restricted Project, Feature Request, gnupg, gpg4win
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 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

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
ikloecker added a comment to T6574: GnuPG / Gpg4win: Replace sha1sum.c with a tool in GnuPG.

I would rather like to see the checksum stuff be ripped out of Kleopatra into a simple standalone app. It's complete overkill to start the Kleopatra battleship if the user just wants to calculate or verify a checksum of a downloaded file. The UI of the checksum tool in Kleopatra is anyway still not accessible (T6099: Kleopatra: Make checksum verification accessible). How about we redesign the UI from scratch with accessibility in mind from the start?

Oct 31 2023, 10:17 PM · Restricted Project, Feature Request, gnupg, gpg4win
TobiasFella added a comment to T6574: GnuPG / Gpg4win: Replace sha1sum.c with a tool in GnuPG.

The tobias/gpgsum branch in gnupg now contains my implementation of this. Together with the attached patches to kleopatra and libkleo, it can properly handle unicode filenames on windows. I'll put those patches up for review at KDE in the next days.

Oct 31 2023, 5:02 PM · Restricted Project, Feature Request, gnupg, gpg4win

Oct 28 2023

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

Oct 27 2023

AnkurGupta07 claimed T6777: gpg - K and Kelopatra are going into the Hung status on Windows Server.
Oct 27 2023, 8:12 PM · Bug Report, gpg4win
AnkurGupta07 created T6777: gpg - K and Kelopatra are going into the Hung status on Windows Server.
Oct 27 2023, 8:11 PM · Bug Report, gpg4win

Oct 18 2023

ebo closed T6526: Kleopatra / Gpgtar: Windows write error ERROR_FILE_INVALID as Invalid.

The original issue was to unclear to analyse and it was likely meanwhile fixed. For the other issue see the follow up ticket.

Oct 18 2023, 2:02 PM · gpg4win, kleopatra, gpgtar, Restricted Project
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
ikloecker 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, 12:34 PM · gpg4win, kleopatra, gpgtar, Restricted Project
TobiasFella added a comment to T6526: Kleopatra / Gpgtar: Windows write error ERROR_FILE_INVALID.

I've debugged Eva's problem and I think it's unrelated to the original problem, as it's specific to qt.

Oct 18 2023, 11:44 AM · gpg4win, kleopatra, gpgtar, Restricted Project

Oct 17 2023

ebo closed T5974: MSI: Register p12 file extension as an optional parameter as Resolved.

works: installed VS-Desktop-3.1.90.246-Beta with

Oct 17 2023, 3:12 PM · gpg4win, Restricted Project

Oct 16 2023

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

Oct 13 2023

ebo added a comment to T6526: Kleopatra / Gpgtar: Windows write error ERROR_FILE_INVALID.

As what I see is similar as what Andre saw, I'll describe it here. Please check if this is relevant.
After the above mentioned Ticket was resolved, I tried the exact same encryption in Kleopatra on the same Test-VM.

Oct 13 2023, 12:35 PM · gpg4win, kleopatra, gpgtar, Restricted Project

Oct 4 2023

aheinecke added a comment to T6724: Received emails not readable in other clients.

For sent mails folder there is no solution. The problem is that if the mail never leaves the exchange server it is not converted to a standard compliant PGP/MIME but left in Microsofts internal MAPI format where it looks like this. I think thunderbird has support to fixup a message if the mimetype of the first attachment application/pgp-encrypted. Which reminds me that we need to change the filename of our internal attachment, too to use .mim as an extension. Then you will at least also be able to open such messages on other clients with Kleopatra directly to view the contents of the mail. And a side effect of this might be that Enigmail might then be able to open the mails. If not we would need to talk to enigmail how to solve this.

Oct 4 2023, 8:36 AM · gpg4win, gpgol

Oct 3 2023

werner lowered the priority of T6724: Received emails not readable in other clients from High to Normal.
Oct 3 2023, 7:47 PM · gpg4win, gpgol

Sep 30 2023

lukas.holenda added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Hi, thank you so much and sorry for delay.
This beta is working for us perfectly.

Sep 30 2023, 8:39 PM · MacOS, Support, gpg4win

Sep 28 2023

ebo closed T5934: Kleopatra: Change the default/primary User ID as Resolved.

works

Sep 28 2023, 12:52 PM · Restricted Project, gpg4win, kleopatra, Feature Request

Sep 27 2023

ebo added a comment to Gpg4win or GnuPG VS-Desktop Bug Report.

This is NOT the bug reporting form. You will find the form at https://dev.gnupg.org/maniphest/task/edit/form/5/

Sep 27 2023, 1:15 PM · gpg4win
ebo updated subscribers of Gpg4win or GnuPG VS-Desktop Bug Report.
Sep 27 2023, 1:13 PM · gpg4win
beru8800 added a comment to Gpg4win or GnuPG VS-Desktop Bug Report.
Sep 27 2023, 11:29 AM · gpg4win

Sep 26 2023

beru8800 added a comment to Gpg4win or GnuPG VS-Desktop Bug Report.
Sep 26 2023, 5:04 PM · gpg4win

Sep 25 2023

ebo changed the status of T5974: MSI: Register p12 file extension as an optional parameter from Open to Testing.
Sep 25 2023, 8:33 AM · gpg4win, Restricted Project

Sep 21 2023

lukas.holenda added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Thank you very much, we will try it and let you know
Regards
Lukas

Sep 21 2023, 1:48 PM · MacOS, Support, gpg4win

Sep 19 2023

Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

that's really cool :) .. I tested now with a mail whole having the Warning message, I press "Show Mail" and it indeed open .. see the pic.
very nice feature indeed.

Sep 19 2023, 6:42 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Meanwhile, can you please share how to use the new feature "open the mail from the Kleopatra menu" would be nice to test it.

Sep 19 2023, 6:22 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Thanks a lot Andre ... I believe it's solved.

Sep 19 2023, 6:09 PM · gpgol, Bug Report, gpg4win
ragnarblackmane triaged T6724: Received emails not readable in other clients as High priority.
Sep 19 2023, 3:43 PM · gpg4win, gpgol

Sep 18 2023

aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Maybe its not a com addin but one of the New JavaScript webapi addins? They have a different menu to disable. Definetly not an outlook feature its this protectit thingy. But have you now Trierdto open the mail from the Kleopatra menu? That is the cool New feature we are currently working on.

Sep 18 2023, 9:04 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

I disable all Addons (see screenshots) and restarted the Outlook, but still getting the same warning when trying to open the email.

Sep 18 2023, 6:31 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Ah wait, in the first of your screenshots it is obvious which addin is modifying your mail so that we don't see it as an encrypted mail anymore. It is that warning text from the protection Addin that you should report that mail if you are unsure where it came from. That would cause such problems because when it inserts this text the type of the mail is changed and it is no longer detected as an encrypted mail.

Sep 18 2023, 5:40 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

There in the last screenshot on the right. Btw. since the mail you sent me with the ZIP archive looked also fine to me, there might be another problem here. Could you try disabling your other Addons in Outlook temporarily and check if that might solve the issue? Other addons are also often a cause for some unusual client behavior. You can do that if you go to File -> Options -> Add-Ins -> Manage COM Addins, and then unselect others just for a test.

Sep 18 2023, 5:36 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

this is what I'm getting when trying to open the mail then the attachment. Am i missing something?

Sep 18 2023, 5:01 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

strange, your test mail in the attachment decrypted for me, too. What happens if you now use the "Show EMail" button?

Sep 18 2023, 4:29 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

I've installed the Beta version, but issue still exist !!
My encrypted mails are readable by the other party, while I can't read his mail giving the same error msg "Decryption succeeded ......... Note: you cannot be sure who encrypted this message as it is not signed" , while I can read my sent encrypted mails.
see attached.
Any suggestions?

Sep 18 2023, 3:06 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Thanks .. will try it now

Sep 18 2023, 12:25 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Please try the following beta: https://files.gpg4win.org/Beta/gpg4win-4.2.1-beta55/gpg4win-4.2.1-beta55.exe This should solve your problem. And if not you can now open the encrypted attachments with Kleopatra and it will show your mail.

Sep 18 2023, 12:07 PM · MacOS, Support, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Please try: https://files.gpg4win.org/Beta/gpg4win-4.2.1-beta55/gpg4win-4.2.1-beta55.exe This should solve your problem. And if not you can now open the encrypted attachments with Kleopatra and it will show your mail.

Sep 18 2023, 12:06 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Working on both. Beta will come later today, I had one on friday but did not upload it yet and need to recompile it first.

Sep 18 2023, 9:48 AM · gpgol, Bug Report, gpg4win

Sep 17 2023

Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Hi Andre,

Sep 17 2023, 10:09 AM · gpgol, Bug Report, gpg4win

Sep 15 2023

lukas.holenda added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Ok and its possible to know, how long its should usually take to make new release ?
Can you tell me more about support contract or when i can find more information about it ?
Regards
Lukas

Sep 15 2023, 1:16 PM · MacOS, Support, gpg4win
werner added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

I guess you need to wait until we do a new release. If your company relies on this software it might be a good idea to enter into a support contract as other do.

Sep 15 2023, 11:26 AM · MacOS, Support, gpg4win
lukas.holenda reopened T6686: GPG4win exchange issue decrypt message from Macos GPGtools as "Open".

i dont get any responce, what is next step in this case.
Regards
Lukas

Sep 15 2023, 11:02 AM · MacOS, Support, gpg4win

Sep 14 2023

Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Thanks Andre for your response..

Sep 14 2023, 10:19 AM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

I am pretty sure that we can fix that issue and have a beta for you maybe even today or tomorrow. But afterwards we should talk about your company actually using a product with professional support (which you are getting right now from me) like GnuPG Desktop. Gpg4win is basically only "goodwill" support.

Sep 14 2023, 9:33 AM · gpgol, Bug Report, gpg4win

Sep 13 2023

Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

I tested once more with another person, issue confirmed, he can read my encrypted mail (as you did), however, I can NOT read his emails (with the same error: you cannot be sure who encrypted this message as it is not signed)

Sep 13 2023, 9:50 AM · gpgol, Bug Report, gpg4win

Sep 12 2023

Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Yes, I can decrypt my sent mails, in my Sent folder

Sep 12 2023, 2:30 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

To say this differently, the problem fixed recently which Relaxed detection of encrypted mails might still fix your problem. But the "corruption" of the mail which makes it harder to detect as a crypto mail for GpgOL does not happen when you send a mail, it appears to happen when you receive a mail.

Sep 12 2023, 2:13 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Received, but it is not the same problem at least on your side. Your mail looks perfect. It would have been handled by any version of GpgOL on my side. So I think it is the receiving side meaning your incoming crypto mails are modfied by some middleware in a way that GpgOL does not detect them as crypto mails anymore. But before we debug more here with logs for you, let me finish up some other work on GpgOL and I can probably give you and some others in the tracker here a beta this week where we can then confirm if its already fixed. I'm currently actively working on GpgOL.

Sep 12 2023, 2:11 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

I sent the test encrypted email

Sep 12 2023, 12:22 PM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Thanks once more... and appreciate your swift response.

Sep 12 2023, 10:48 AM · gpgol, Bug Report, gpg4win
aheinecke merged T6714: you cannot be sure who encrypted this message as it is not signed into T6686: GPG4win exchange issue decrypt message from Macos GPGtools.
Sep 12 2023, 10:41 AM · MacOS, Support, gpg4win
aheinecke merged task T6714: you cannot be sure who encrypted this message as it is not signed into T6686: GPG4win exchange issue decrypt message from Macos GPGtools.
Sep 12 2023, 10:41 AM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Yes the resolution in that issue is "I have fixed this, you need to wait for the next update." The comments above explain the problem, the mail is modified in transit, if you change something there then you can maybe workaround in the meantime. The exact comment I linked gave the instructions on how to assist with analyizing this issue. If you would follow them I could also tell you for sure weather or not this is your problem. https://dev.gnupg.org/T6686#174856

Sep 12 2023, 10:41 AM · gpgol, Bug Report, gpg4win
Yaser_g1 added a comment to T6714: you cannot be sure who encrypted this message as it is not signed.

Thank you for your reply.

Sep 12 2023, 9:38 AM · gpgol, Bug Report, gpg4win
aheinecke lowered the priority of T6716: Enhancement: Way to choose or remember the Sign and Encrypt options at Sign and Encrypt Files -window from Normal to Wishlist.

This sounds a bit more like you would maybe better suited with a batch script or command line usage anyway if you always want to encrypt in the same way you don't really need a fancy GUI for that.

Sep 12 2023, 8:41 AM · Feature Request, gpg4win
aheinecke closed T6714: you cannot be sure who encrypted this message as it is not signed as Invalid.

Ok. Let me unpack this for you. I think your problem is that now since you switched to your new domain the mails in Outlook are no longer directly decrypted, then you open the attachment and get this message.

Sep 12 2023, 8:39 AM · gpgol, Bug Report, gpg4win

Sep 11 2023

werner added a project to T6714: you cannot be sure who encrypted this message as it is not signed: gpgol.
Sep 11 2023, 9:05 PM · gpgol, Bug Report, gpg4win
werner triaged T6716: Enhancement: Way to choose or remember the Sign and Encrypt options at Sign and Encrypt Files -window as Normal priority.
Sep 11 2023, 9:03 PM · Feature Request, gpg4win
kgnupg added a comment to T6716: Enhancement: Way to choose or remember the Sign and Encrypt options at Sign and Encrypt Files -window .

Hi, it would be great to make Kleopatra remember the last used settings.

Sep 11 2023, 9:46 AM · Feature Request, gpg4win
kgnupg raised the priority of T6715: Deleting multiple keys with secret keys fails as normal user with no Administrator privileges from Low to High.

Thank you for your time and your answer, we really do appreciate your work. We invested in this in hope to help make the software better. Please try it, so you will see how it works. We were able to reproduce the problem the way I described. When installed as a normal user it won't work. Installed as an Administrator user it works. So the more secure way does not work currently.

Sep 11 2023, 9:32 AM · Bug Report, gpg4win
aheinecke triaged T6715: Deleting multiple keys with secret keys fails as normal user with no Administrator privileges as Low priority.

The way how you install it can have nothing to do with that, it must be a different issue, but it sounds to me like you are messing with privileges a bit too much. Did you ever receive the warning of Kleopatra that you are running it as Administrator and that will mess up the rights in your GnuPG folder? Be honest. :)

Sep 11 2023, 9:15 AM · Bug Report, gpg4win
aheinecke added a comment to T6716: Enhancement: Way to choose or remember the Sign and Encrypt options at Sign and Encrypt Files -window .

You mean if you right click on a file and select sign & encrypt or if you choose the action from Kleopatra?

Sep 11 2023, 9:10 AM · Feature Request, gpg4win

Sep 10 2023

kgnupg created T6716: Enhancement: Way to choose or remember the Sign and Encrypt options at Sign and Encrypt Files -window .
Sep 10 2023, 9:47 PM · Feature Request, gpg4win
kgnupg created T6715: Deleting multiple keys with secret keys fails as normal user with no Administrator privileges.
Sep 10 2023, 9:39 PM · Bug Report, gpg4win
Yaser_g1 created T6714: you cannot be sure who encrypted this message as it is not signed.
Sep 10 2023, 2:30 PM · gpgol, Bug Report, gpg4win

Sep 1 2023

aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

So by we already have code to handle this problem, we had code for "No body but multipart/mixed" and your message was "empty body but multipart mixed" so I just needed to also check for an empty body and the code worked.

Sep 1 2023, 7:54 PM · MacOS, Support, gpg4win
aheinecke changed the status of T6686: GPG4win exchange issue decrypt message from Macos GPGtools from Duplicate to Resolved.

Ah damn, now that I closed this as a duplicate I found that we already have code to handle this problem.

Sep 1 2023, 7:51 PM · MacOS, Support, gpg4win
aheinecke merged T6686: GPG4win exchange issue decrypt message from Macos GPGtools into T4026: GpgOL: Improve handling of mailman modified mails.
Sep 1 2023, 3:59 PM · gpg4win, gpgol
aheinecke merged task T6686: GPG4win exchange issue decrypt message from Macos GPGtools into T4026: GpgOL: Improve handling of mailman modified mails.
Sep 1 2023, 3:59 PM · MacOS, Support, gpg4win
aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Well the message is content-type multipart/mixed. For GpgOL to investigate the mail it needs to be multipart/signed oder application/encrypted or application/pgp-encrypted. (and some other things) But multipart/mixed is something that we don't take a second look at because this means "unencrypted mail with attachments."

Sep 1 2023, 3:58 PM · MacOS, Support, gpg4win

Aug 31 2023

werner added a comment to T6679: Keyboxd: SQL database disk image is malformed.

For reference this is the code used to fill the pubkey table:

static gpg_error_t
store_into_pubkey (enum kbxd_store_modes mode,
                   enum pubkey_types pktype, const unsigned char *ubid,
                   const void *blob, size_t bloblen)
{
  gpg_error_t err;
  const char *sqlstr;
  sqlite3_stmt *stmt = NULL;
Aug 31 2023, 10:55 AM · Support, gnupg, gpg4win
werner added a comment to T6679: Keyboxd: SQL database disk image is malformed.

You are right - issuing an SQL statement returns the rrror. Hwoever, the selfcheck from sqlitebrowser does not show any errors.

Aug 31 2023, 10:40 AM · Support, gnupg, gpg4win

Aug 30 2023

aheinecke added a comment to T6679: Keyboxd: SQL database disk image is malformed.

The copy of the database we received for this case is not damaged. A possible problem might be insufficient rights to read the database. For example created with an Admin account and then later used by a different user.

Aug 30 2023, 11:56 AM · Support, gnupg, gpg4win
werner added a comment to T6679: Keyboxd: SQL database disk image is malformed.

The copy of the database we received for this case is not damaged. A possible problem might be insufficient rights to read the database. For example created with an Admin account and then later used by a different user.

Aug 30 2023, 11:03 AM · Support, gnupg, gpg4win

Aug 29 2023

lukas.holenda added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

thank you, i send you test mail
Regards

Aug 29 2023, 10:16 AM · MacOS, Support, gpg4win
aheinecke added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Hi, my suspicion with the different tenant is that some middleware of yours is inserting something like "DANGER this could not be Virus Scanned by your super secure and expensive middleware" which then results in the mail beeing multipart/mixed instead of pgp/encrypted in the MIME type. Could you ask your communication partner with the problem to send such a mail to you and with CC to "andre.heinecke@demo.gnupg.com

"

Aug 29 2023, 10:06 AM · MacOS, Support, gpg4win
lukas.holenda added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

I was trying to solve it with support, but it was not solved until today, this issue we are facing more thank like 2years.
I guess its need to be solved with more advanced support than classic one.
Regards

Aug 29 2023, 9:57 AM · MacOS, Support, gpg4win
werner triaged T6686: GPG4win exchange issue decrypt message from Macos GPGtools as Normal priority.
Aug 29 2023, 9:55 AM · MacOS, Support, gpg4win
werner edited projects for T6686: GPG4win exchange issue decrypt message from Macos GPGtools, added: Support, MacOS; removed Bug Report.

Looks more like a support question but feel free to create a sample message, encrypt it to info at gnupg.com (WKD) and attach that message to this report.

Aug 29 2023, 9:55 AM · MacOS, Support, gpg4win
werner closed T6687: "Can t encrypt/sign an empty massage." as Resolved.

This is a support requests. Please consult one of the mailing lists or the gpg4win forum. In case this turned out to actually be a bug, please feel free to reopen it.

Aug 29 2023, 9:52 AM · Support, gpg4win
daniel.hruby created T6687: "Can t encrypt/sign an empty massage.".
Aug 29 2023, 12:43 AM · Support, gpg4win

Aug 28 2023

lukas.holenda created T6686: GPG4win exchange issue decrypt message from Macos GPGtools.
Aug 28 2023, 8:51 PM · MacOS, Support, gpg4win

Aug 25 2023

aheinecke closed T6684: Issues Decrypting Files from Rest API on IIS as Invalid.

Hi,
This is a classical support question. Please use one of the community channels under:
https://www.gpg4win.de/community.html
for this.

Aug 25 2023, 10:28 PM · Bug Report, gpg4win
ilya-varela created T6684: Issues Decrypting Files from Rest API on IIS.
Aug 25 2023, 9:56 PM · Bug Report, gpg4win
CarlSchwan closed T6651: Kleopatra: commandsForFiles add support for mimetreeparser, a subtask of T6670: Gpg4win: Add mail type file extensions to supported extensions, as Resolved.
Aug 25 2023, 3:01 PM · gpg4win, Restricted Project

Aug 24 2023

aheinecke closed T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant as Resolved.

So this works for me now. The user where we build gpg4win has local diversions in ~/bin so as to not affect the GnuPG builds in any way and in the dockerfile we use update-alternatives to select the posix flavor.

Aug 24 2023, 11:37 AM · Restricted Project, gpg4win