Page MenuHome GnuPG
Feed Advanced Search

Nov 24 2023

aheinecke added a comment to T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled.

Similarly if you decrypt with a PKI BW card and the mimeviewer there are also no longer problems which again might be related that the internal states where somewhat disturbed by the loop in Kleopatra.

Nov 24 2023, 3:05 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke closed T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled as Resolved.

I retested this with the current beta and It works without problems. I somehow suspect that the permanent access loop from Kleopatra caused other Smartcard operations to be canceled. Since the test setup is not really good to reproduce to for Ebo I resolved this myself.

Nov 24 2023, 3:04 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke moved T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled from Backlog to vsd-3.2.0 on the vsd32 board.
Nov 24 2023, 3:03 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
ebo moved T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 24 2023, 11:44 AM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project

Nov 23 2023

ebo moved T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled from QA to vsd-3.2.0 on the vsd32 board.
Nov 23 2023, 5:26 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
ebo added a comment to T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled.

Works on windows, too. VS-Desktop-3.1.90.295-Beta

Nov 23 2023, 5:25 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
ebo moved T6813: GpgOL: Key generation window does not close from QA to vsd-3.2.0 on the vsd32 board.
Nov 23 2023, 5:08 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ebo added a comment to T6813: GpgOL: Key generation window does not close.

works, VS-Desktop-3.1.90.295-Beta

Nov 23 2023, 5:07 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ebo moved T6566: GpgOL: newly generated key not loaded in the security confirmation dialog from QA to vsd-3.2.0 on the vsd32 board.
Nov 23 2023, 5:06 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
ebo added a comment to T6566: GpgOL: newly generated key not loaded in the security confirmation dialog.

works, VS-Desktop-3.1.90.295-Beta

Nov 23 2023, 5:05 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke moved T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled from Backlog to QA on the vsd32 board.
Nov 23 2023, 2:18 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
aheinecke moved T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST from WiP to QA on the vsd32 board.
Nov 23 2023, 2:17 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke moved T6813: GpgOL: Key generation window does not close from WiP to QA on the vsd32 board.
Nov 23 2023, 2:16 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project

Nov 21 2023

ikloecker changed the status of T6813: GpgOL: Key generation window does not close from Open to Testing.

I have added a workaround and tested it on Windows. Works now for me, including T6566.

Nov 21 2023, 1:58 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

@ikloecker I suggest giving up on this, I know that it is frustrating but it does not make much sense, it is probably related to some compiler settings / Qt cross compile issue and might be a bug in qt. Just do an old style connect and leave a comment that we will revisit this with Qt6. When VSD 3.2 is our last major release based on Qt5 we should not spend too much time investigating this which might be completely different (or not) with Qt6.

Nov 21 2023, 7:34 AM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project

Nov 20 2023

ikloecker moved T6813: GpgOL: Key generation window does not close from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 20 2023, 8:22 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker claimed T6813: GpgOL: Key generation window does not close.
Nov 20 2023, 8:22 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

And it's the signals that are not found. I don't see any indication that this has anything to do with the slots/lambdas.

Nov 20 2023, 2:17 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

Well, the failed new style connects are logged for me with "QObject::connect: signal not found in QGpgME::QGpgMEQuickJob". I haven't dug into how the check works for those connects. It turns out that none of the three connects to the signals of QuickJob work (two of those connects are done in ProgressDialog). Even the connect to the argument-less done() signal. So this has nothing to do with default arguments. This is very disturbing because this means that any other connect might also be broken.

Nov 20 2023, 2:15 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

Ah no I see the difference here. Instead of connecting to a lambda with no args 96da231f97eff9485f62ab925d81252f5f97fc31 connected to the functions which were used in the old signal / slot syntax. I think the fix might be to explicitly list the args of the quickjob result or to use afunction to handle the keygenresult.

Nov 20 2023, 1:56 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ebo moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from QA to vsd-3.2.0 on the vsd32 board.
Nov 20 2023, 1:49 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

works, VS-Desktop-3.1.90.287-Beta

Nov 20 2023, 1:48 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

It does not log failed connections but new style connections are never logged when they fail. Since they can't fail ;-)

Nov 20 2023, 1:43 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke moved T6813: GpgOL: Key generation window does not close from Backlog to WiP on the vsd32 board.
Nov 20 2023, 1:40 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a project to T6813: GpgOL: Key generation window does not close: vsd32.
Nov 20 2023, 1:40 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke raised the priority of T6813: GpgOL: Key generation window does not close from Normal to High.

Let me put this on the 3.2 workboard since we already have the "reports error when canceled" on that workboard and T6566 too depens on this, in fact I am currently working on this even though it was not on the workbaord.

Nov 20 2023, 1:40 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ebo added a comment to T6566: GpgOL: newly generated key not loaded in the security confirmation dialog.

Seems T6813 blocks me from testing this. The generate window does not close and even if I abort the window, the generated key is not loaded. It is not selectable even if I remove the filter.

Nov 20 2023, 1:30 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke triaged T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled as High priority.
Nov 20 2023, 11:06 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke moved T6566: GpgOL: newly generated key not loaded in the security confirmation dialog from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

Does Qt log failed connections?

Nov 20 2023, 8:25 AM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project

Nov 19 2023

aheinecke changed the status of T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST from Open to Testing.
Nov 19 2023, 2:16 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a comment to T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST .

So I tested this with an S/MIME certificate for which the CRL was not available and as described by the original reporter Outlook just froze. And you had to kill it. With the current beta you would get the dialog to encrypt the message anyway but this does not make sense for draft encryption where you can only select your own keys.

Nov 19 2023, 1:51 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project

Nov 18 2023

aheinecke triaged T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST as High priority.
Nov 18 2023, 2:11 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project

Nov 16 2023

aheinecke placed T6566: GpgOL: newly generated key not loaded in the security confirmation dialog up for grabs.

Merci vielmals. Cherry-picked.

Nov 16 2023, 9:43 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a project to T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled: vsd32.

I cherry picked it anyway. See my notes in T6813 I think I will at least workaround that one tomorrow.

Nov 16 2023, 9:42 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

Mh, I found some commits related to that 0796e04aa43c4500fb0f2c378b9a6cadf53a0a94 a43080fb0472afb46726cc555efffa102de9c7cc 810ed7b374f38eb7e038a83a557c8b6b91a65da3 if I remember correctly I even discussed this with Thiago and or David Faure back then and we figured it was a problem with default arguments. And there might have been a difference in KDE Compile settings and the compile settings with which QGpgME are compiled. It is pretty weird though even after some searching I can't find an initial commit from me that might be more verbose about the topic then just "Again new style connects won't work".

Nov 16 2023, 8:45 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

Eva said this worked with older installers. Otherwise, she wouldn't have reported T6566 as-is. What changed is that we now use QuickJob/QGpgMEQuickJob instead of DefaultKeyGenerationJob (the one defined in QGpgME).

Nov 16 2023, 1:41 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker changed the status of T6566: GpgOL: newly generated key not loaded in the security confirmation dialog from Open to Testing.
Nov 16 2023, 1:23 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
ikloecker changed the status of T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled from Open to Testing.

This may not be reproducible on Windows for the same reasons as T6813.

Nov 16 2023, 12:00 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
aheinecke claimed T6813: GpgOL: Key generation window does not close.

Me neither. But I take this since I can better debug this on Windows directly since this seems to be a windows only issue and it might be a build issue.

Nov 16 2023, 11:57 AM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a project to T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled: libkleo.

Not important for VSD 3.2 but yes I would like to see that fixed. Especially since we want the resolver also in KMail.

Nov 16 2023, 11:51 AM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
ikloecker claimed T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled.
Nov 16 2023, 11:50 AM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
ikloecker added a comment to T6566: GpgOL: newly generated key not loaded in the security confirmation dialog.

Fixed with the above two commits.

Nov 16 2023, 10:56 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
ikloecker moved T6566: GpgOL: newly generated key not loaded in the security confirmation dialog from Backlog to WiP on the vsd32 board.
Nov 16 2023, 8:26 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
ikloecker moved T6566: GpgOL: newly generated key not loaded in the security confirmation dialog from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 16 2023, 8:26 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project

Nov 15 2023

ebo moved T6676: GgpOL: Signed Mails from Filesystem are modified when opened from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 15 2023, 11:09 AM · Restricted Project, gpgol, Bug Report
ebo moved T6604: GpgOL: MIME parameters provided with "*=" instead of just "=" are not parsed - Resulting in hidden attachments from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 15 2023, 11:09 AM · Restricted Project, gpgol
ebo moved T6790: GpgOL: Missing icons in keyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 15 2023, 11:03 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol

Nov 14 2023

aheinecke changed the status of T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from Open to Testing.

Since I did not have a valid signing cert on that dev keyring I only tested with encrypt,...

Nov 14 2023, 1:37 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol

Nov 13 2023

ebo moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from vsd-3.2.0 to WiP on the vsd32 board.
Nov 13 2023, 4:35 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo reopened T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST as "Open".

Reopened as I noticed that the last testmail had an empty body in my sent folder. And I am sure that I wrote some text. Please check.

Nov 13 2023, 4:34 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from QA to vsd-3.2.0 on the vsd32 board.
Nov 13 2023, 1:34 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo closed T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST as Resolved.

works better than I expected. With VS-Desktop-3.1.90.277-Beta now there is no delay any more, neither after nor before the new message window

Nov 13 2023, 1:33 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo moved T6805: GpgOL: RSA 2048 Key generated in VSD from gpgme 1.23.x to QA for next release on the gpgme board.
Nov 13 2023, 12:29 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
ebo moved T6805: GpgOL: RSA 2048 Key generated in VSD from Backlog to gpgme 1.23.x on the gpgme board.
Nov 13 2023, 12:29 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
ebo moved T6805: GpgOL: RSA 2048 Key generated in VSD from QA to vsd-3.2.0 on the vsd32 board.
Nov 13 2023, 12:27 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
ebo closed T6805: GpgOL: RSA 2048 Key generated in VSD as Resolved.

Ok closing, remaining issue is in T6813

Nov 13 2023, 12:27 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke assigned T6566: GpgOL: newly generated key not loaded in the security confirmation dialog to ikloecker.

This can be also reproduced easily on Linux with test_keyresolver from libkleo:

Nov 13 2023, 12:18 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a comment to T6805: GpgOL: RSA 2048 Key generated in VSD.

After reading the initial description of this, I think that might even be a yet a different bug. For which we then would not yet have a ticket. :)

Nov 13 2023, 12:11 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a comment to T6805: GpgOL: RSA 2048 Key generated in VSD.

The issue for that is: https://dev.gnupg.org/T6566 so I think this can be resolved here?

Nov 13 2023, 12:09 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a comment to T6805: GpgOL: RSA 2048 Key generated in VSD.

No it is just not properly selected after generation but it is there. I think there might even be an issue for that already. But definitely not something related to vsd 3.2

Nov 13 2023, 11:55 AM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
ebo added a comment to T6805: GpgOL: RSA 2048 Key generated in VSD.

With VS-Desktop-3.1.90.277-Beta the generated key is the default RSA 3072.

Nov 13 2023, 11:49 AM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke changed the status of T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from Open to Testing.
Nov 13 2023, 9:12 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke moved T6805: GpgOL: RSA 2048 Key generated in VSD from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 13 2023, 9:12 AM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project

Nov 10 2023

aheinecke moved T6805: GpgOL: RSA 2048 Key generated in VSD from WiP to QA on the vsd32 board.
Nov 10 2023, 7:02 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

That it takes so long the first time is to be expected since we are hitting the dirmngr timeouts. I wonder though why it would be much faster in 3.1.26, if anything i would have expected that the timeouts are now shorter.

Nov 10 2023, 6:04 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

When testing with the viktor-gnupg testcertificate I get the new warning message instead of the not very helpful "no name" error in 3.1.26.
But it takes at least 30 seconds to get to that message (the error message in 3.1.26 came up much faster). And when acknowledging the warning it again takes almost as long as before until the message is sent. And in 2 out of 3 tries the Compose Window remained open, so that it looked like the message was not send. Clicking again on Send did not make anything happen, though. And checking the mailbox showed that the mail was sent already.

Nov 10 2023, 3:12 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
werner moved T6805: GpgOL: RSA 2048 Key generated in VSD from Backlog to WiP on the vsd32 board.

That sounds very good.

Nov 10 2023, 2:31 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
ikloecker changed the status of T6805: GpgOL: RSA 2048 Key generated in VSD from Open to Testing.

We are now generating a key with whatever defaults gpg uses.

Nov 10 2023, 2:28 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from Backlog to QA on the vsd32 board.
Nov 10 2023, 1:55 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

We discussed this at length again. I would not veto a change that would allow users to encrypt to expired S/MIME certificates but the main use case I had in mind here was with regards to "Some error" happening when encrypting ( like T6545 T6398 ) . So that in the keyresolver everything is green but you cannot encrypt. Or that you have an incomplete certificate chain or an untrusted root certificate and it will take your administration some weeks to mark that as trusted. That makes this feature a bit hard to test so ebo mostly tested with expired certificates. (And I know that technically you can't verify if a cert is expired or not if you have an incomplete chain). A better test will be with a fully valid cert that has an unreachable CRL distribution point. I have such a cert and will give it to ebo. So she can test again and if that works as intended -> Key resolver green -> Error -> Allow to encrypt anyway but not vs-nfd compliant. I think we can set this issue to resolved.
The whole question regarding expired / non expired is a different topic on which, as I said, I changed my mind. You can easily explain to users "You cannot encrypt to expired certificates" but you cannot easily explain "you cannot encrypt to support@greenbone.com because they have unsupported cert extensions in their certitifcate"

Nov 10 2023, 12:00 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
werner reopened T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST as "Open".

I disagree. We already talked about this and we should proceed as planned.

Nov 10 2023, 9:42 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ikloecker added a project to T6805: GpgOL: RSA 2048 Key generated in VSD: gpgme.
Nov 10 2023, 8:53 AM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project

Nov 9 2023

ikloecker claimed T6805: GpgOL: RSA 2048 Key generated in VSD.

See https://dev.gnupg.org/T6685#174802

Nov 9 2023, 7:05 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke closed T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST as Resolved.

To be honest. While I get that the customer wishes for even more non standard behavior and I somewhat agree in the case of smime that it makes more sense to encrypt to an expired key.

Nov 9 2023, 5:35 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
daniel.hruby added a comment to T6775: GPG cant decrypt message trying to solve it on forum gnupg.

Hello, I sen you logs.


The problem occurred on November 7, 2023 at 4:30 p.m
I still have full logs from the location, see photo.
Do you want to send it too?

Nov 9 2023, 4:30 PM · gpgol
ebo moved T6790: GpgOL: Missing icons in keyresolver from QA to vsd-3.2.0 on the vsd32 board.
Nov 9 2023, 3:57 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
ebo added a comment to T6683: GpgOL: Configurable error if sign is selected and prefer_smime .

But I wonder if we should not address https://dev.gnupg.org/T6683#176429, the text there is not changes in this Beta version.

Nov 9 2023, 3:53 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
ebo closed T6683: GpgOL: Configurable error if sign is selected and prefer_smime as Resolved.

In GnuPG-VS-Desktop-3.1.90.267-Beta-Standard it works, aside from T6805:
You do not get the new "no x509" message wrongly any more even when quickly sending a mail after restart of Outlook.
But it correctly appeares if no X509 is available.
And the message is configurable via the registry setting HKLM/HKCU \Software\GNU\GpgOL\smimeNoCertSigErr (although I do not know how to add line breaks there, but that is not important).

Nov 9 2023, 3:47 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
ikloecker added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

The observed behavior is exactly what was requested in T6743

Update: "can encrypt" should determine if an encryption subkey exists for a key in the keyring associated with the given email address. If that key is expired, it should be displayed appropriately marked and the encryption button greyed out.

Nov 9 2023, 3:02 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke added a comment to T6805: GpgOL: RSA 2048 Key generated in VSD.

This is an incarnation of T6685 while we decided to deprecate that job we did not open a ticket to do it and forgot about it. So we did not notice that it was still used in the keyapprovaldialog. Fix is to replace it there with the correct key generation job.

Nov 9 2023, 2:51 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
werner added a project to T6805: GpgOL: RSA 2048 Key generated in VSD: gpgol.
Nov 9 2023, 2:21 PM · gpgme, vsd32 (vsd-3.2.0), gpgol, Restricted Project
ebo changed the status of T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from Testing to Open.
Nov 9 2023, 12:16 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

with VS-Desktop-3.1.90.267-Beta when trying to send a secured mail to the expired Berta X509 testkey I get the confirmation dialog but now the OK button is greyed out:

Nov 9 2023, 11:58 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol

Nov 8 2023

aheinecke closed T6790: GpgOL: Missing icons in keyresolver as Resolved.

Well the icons are there. So I don't think this needs more QA.

Nov 8 2023, 1:08 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
werner changed the status of T6790: GpgOL: Missing icons in keyresolver from Open to Testing.

Test version is available intern.

Nov 8 2023, 12:26 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
werner moved T6790: GpgOL: Missing icons in keyresolver from Backlog to QA on the vsd32 board.
Nov 8 2023, 12:19 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
werner added a project to T6790: GpgOL: Missing icons in keyresolver: vsd32.
Nov 8 2023, 12:19 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol

Nov 7 2023

aheinecke reassigned T6683: GpgOL: Configurable error if sign is selected and prefer_smime from aheinecke to ebo.
Nov 7 2023, 4:00 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
aheinecke changed the status of T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from Open to Testing.

I think this works as intended.

Nov 7 2023, 9:54 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke reassigned T6790: GpgOL: Missing icons in keyresolver from aheinecke to ebo.
Nov 7 2023, 9:17 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol

Nov 6 2023

aheinecke changed the status of T6683: GpgOL: Configurable error if sign is selected and prefer_smime from Open to Testing.

Yeah there were some logic errors with this but I think I caught them all.

Nov 6 2023, 1:16 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd

Nov 3 2023

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 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

Nov 1 2023

daniel.hruby added a comment to T6775: GPG cant decrypt message trying to solve it on forum gnupg.

Hello,
I will send the logs as soon as possible.
Thank you.
Daniel

Nov 1 2023, 4:51 PM · gpgol

Oct 28 2023

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

Oct 27 2023

lukas.holenda updated subscribers of T6775: GPG cant decrypt message trying to solve it on forum gnupg.

Yes pretty sure about that, ok we will provide you log, thank you

Oct 27 2023, 9:20 AM · gpgol

Oct 26 2023

werner added a project to T6775: GPG cant decrypt message trying to solve it on forum gnupg: gpgol.

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 26 2023, 4:30 PM · gpgol