Page MenuHome GnuPG
Feed Advanced Search

Mar 16 2022

werner lowered the priority of T5750: GpgOL links to an FSF page for "Unsicher GpgOL" from High to Normal.
Mar 16 2022, 4:35 PM · Restricted Project, Feature Request, gpgol
bernhard added a comment to T5750: GpgOL links to an FSF page for "Unsicher GpgOL".

The current links should be replaced or removed.

Mar 16 2022, 2:43 PM · Restricted Project, Feature Request, gpgol
ikloecker added a comment to T5881: Not all keys available in Security approval window.

You could verify this with another email address containing a +.

Mar 16 2022, 2:39 PM · Bug Report, gpgol
cklassen added a comment to T5881: Not all keys available in Security approval window.

How can I check this, @ikloecker ?

Mar 16 2022, 1:28 PM · Bug Report, gpgol
ikloecker added a comment to T5881: Not all keys available in Security approval window.

Can you check whether the + character in the email addresses is causing this?

Mar 16 2022, 1:07 PM · Bug Report, gpgol
cklassen added a project to T5881: Not all keys available in Security approval window: Bug Report.
Mar 16 2022, 1:01 PM · Bug Report, gpgol
cklassen created T5881: Not all keys available in Security approval window.
Mar 16 2022, 12:59 PM · Bug Report, gpgol
cklassen added a comment to T5750: GpgOL links to an FSF page for "Unsicher GpgOL".

Because I'm just starting with GpgOL: Are we talking about adding links in the "Configure GpgOL" window or are there any other windows? If that is the right window maybe we could add a new tab "FAQ" and add the links there. At first I thought the links could be added to the tab "GpgOL" but there are already many entries and the other tabs don't fit well.

Mar 16 2022, 12:48 PM · Restricted Project, Feature Request, gpgol

Mar 14 2022

cklassen added a comment to T5750: GpgOL links to an FSF page for "Unsicher GpgOL".

gpgol/doc/gpl.texi (line 9)
gpgol/COPYING-ICONS (line 52)

Mar 14 2022, 11:43 AM · Restricted Project, Feature Request, gpgol
bernhard added a comment to T5750: GpgOL links to an FSF page for "Unsicher GpgOL".

What are the other to places?

Mar 14 2022, 10:57 AM · Restricted Project, Feature Request, gpgol
cklassen added a comment to T5750: GpgOL links to an FSF page for "Unsicher GpgOL".

When I greped for links to the FSF page (grep with string "fsf" I found out that there is one link to https://emailselfdefense.fsf.org/en/infographic.html in line 722 of src/ribbon-callbacks.cpp. Is that the link that was meant?

Mar 14 2022, 10:46 AM · Restricted Project, Feature Request, gpgol
bernhard updated subscribers of T5750: GpgOL links to an FSF page for "Unsicher GpgOL".

I agree. @cklassen can you make a suggestion?

Mar 14 2022, 9:28 AM · Restricted Project, Feature Request, gpgol

Mar 3 2022

ikloecker changed the status of T5869: GpgOL: Sign requested without signing key shows error from Open to Testing.

Fixed.

Mar 3 2022, 12:03 PM · Restricted Project, Bug Report, gpgol
ikloecker moved T5869: GpgOL: Sign requested without signing key shows error from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 3 2022, 10:17 AM · Restricted Project, Bug Report, gpgol
ikloecker added a project to T5869: GpgOL: Sign requested without signing key shows error: Restricted Project.
Mar 3 2022, 10:17 AM · Restricted Project, Bug Report, gpgol
werner added a project to T5868: Attached files: gpgol.

Please describe your problem in more detail. Also: Which version of GpgOl and Outlook are you using, SMTP/IMAP or Exchange?

Mar 3 2022, 9:42 AM · No Response, gpgol, Bug Report, gpg4win
ikloecker added a comment to T5869: GpgOL: Sign requested without signing key shows error.

I'm not sure. In KeyResolverCore::Private::resolve() line 668 reads

const bool pgpOnly = (!mEncrypt || !hasUnresolvedRecipients(mEncKeys, OpenPGP)) && (!mSign || mSigKeys.contains(OpenPGP));

I'd say this is supposed to check if there is an OpenPGP signing key, but I guess mSigKeys[OpenPGP] is an empty list. This may be a regression introduced by the resultion of key groups because in KeyResolverCore::Private::resolveSigningGroups() the entry mSigKeys[OpenPGP] is always set (unless we are in CMS-only mode).

Mar 3 2022, 9:24 AM · Restricted Project, Bug Report, gpgol
aheinecke added a comment to T5869: GpgOL: Sign requested without signing key shows error.

Yes, unit tests still pass. So its ok with you to commit this?

Mar 3 2022, 8:48 AM · Restricted Project, Bug Report, gpgol

Mar 2 2022

ikloecker added a comment to T5869: GpgOL: Sign requested without signing key shows error.

Sounds familiar, that the signing keys are not considered. I think when I worked on this, I thought that is was a bad idea to mix resolving signing and encryption keys. Do the unit tests still pass with your change?

Mar 2 2022, 6:19 PM · Restricted Project, Bug Report, gpgol
aheinecke reassigned T5869: GpgOL: Sign requested without signing key shows error from aheinecke to ikloecker.

@ikloecker
If I test the resolver code from libkleo with gpg4win-tools keyresolver binary:

Mar 2 2022, 4:09 PM · Restricted Project, Bug Report, gpgol
aheinecke triaged T5869: GpgOL: Sign requested without signing key shows error as Normal priority.
Mar 2 2022, 3:49 PM · Restricted Project, Bug Report, gpgol

Feb 23 2022

aheinecke triaged T5854: Windows registry option to prevent modifications to signed/encrypted messages after validation by GpgOL as Wishlist priority.
Feb 23 2022, 6:09 PM · gpgol, Feature Request
aheinecke added a comment to T5854: Windows registry option to prevent modifications to signed/encrypted messages after validation by GpgOL.

The problem is that we replace the encrypted text and attachments with the decrypted / verified parts. This would already be a modification even without such changes like the category.

Feb 23 2022, 6:09 PM · gpgol, Feature Request
werner assigned T5854: Windows registry option to prevent modifications to signed/encrypted messages after validation by GpgOL to aheinecke.
Feb 23 2022, 4:06 PM · gpgol, Feature Request

Feb 22 2022

tcataldo created T5854: Windows registry option to prevent modifications to signed/encrypted messages after validation by GpgOL.
Feb 22 2022, 2:39 PM · gpgol, Feature Request

Feb 14 2022

werner lowered the priority of T5812: GpgOL: Draft encryption after modification no longer works from Unbreak Now! to High.

As well as GnuPG VS-Desktop. 3.1.21. We should also do a new gpg4win release.

Feb 14 2022, 12:50 PM · gpgol, Restricted Project

Feb 11 2022

aheinecke triaged T5827: GpgOL: Allow setting HKLM values as override as High priority.
Feb 11 2022, 12:46 PM · gpgol, Restricted Project

Feb 10 2022

werner added a comment to T5812: GpgOL: Draft encryption after modification no longer works.

GpgOL 2.5.2 has been released

Feb 10 2022, 9:12 AM · gpgol, Restricted Project

Feb 3 2022

aheinecke changed the status of T5812: GpgOL: Draft encryption after modification no longer works from Open to Testing.

This and some other issues with draft encryption are now fixed in master and need a release of GpgOL.

Feb 3 2022, 3:17 PM · gpgol, Restricted Project
aheinecke closed T5564: GpgOL: Add key selection dialog if draft encrypt is on and no key has been selected as Resolved.

We now autoselect the key.

Feb 3 2022, 2:50 PM · gpgol, Restricted Project

Feb 2 2022

aheinecke shifted T5812: GpgOL: Draft encryption after modification no longer works from the Restricted Space space to the S1 Public space.
Feb 2 2022, 9:08 AM · gpgol, Restricted Project
aheinecke triaged T5812: GpgOL: Draft encryption after modification no longer works as Unbreak Now! priority.
Feb 2 2022, 9:02 AM · gpgol, Restricted Project

Jan 28 2022

werner updated the task description for T5803: outlook restarts on adding a address to a new email.
Jan 28 2022, 7:17 AM · gpgol, Bug Report, gpg4win

Jan 24 2022

bernard_d created T5798: Empty emails in Outlook - conflict between gpgOl & ESET (antivirus add-in).
Jan 24 2022, 7:46 PM · Add-In-conflict, gpgol, gpg4win

Jan 10 2022

aheinecke closed T5493: Attachment1.pgp not offered for saving in an email from Symantec Encryption Desktop (PGP) as Wontfix.

I am tending towards wontfix. The reason is here that the sender attempts to send HTML with inline pgp. Which is not supported. Then that HTML apparently tries to be mutlipart/related which is not supported for inline PGP. Then it would require us to correct a wrongly sent content type of the inline attachment so that outlook does not interpret it as a png. And in that Format it could even be that Attachment1.pgp is not encrypted but instead png data, as the content type indicates.

Jan 10 2022, 9:30 AM · gpgol

Dec 28 2021

fedders added a comment to T5237: GPGOL loaded but doesn't open Mails in Outlook 2016.

Unfortunately same story for GpgOL v42.5.1. Tried disabling all non-Microsoft plugins, however to no avail. Signed and encrypted messages are shown as blank, whereas I can see the content of the signed e-mails in the Outlook web client and on my iOS device.

Dec 28 2021, 4:30 PM · gpg4win, gpgol

Dec 22 2021

werner added a project to T5750: GpgOL links to an FSF page for "Unsicher GpgOL": Restricted Project.
Dec 22 2021, 1:42 PM · Restricted Project, Feature Request, gpgol
werner triaged T5750: GpgOL links to an FSF page for "Unsicher GpgOL" as High priority.
Dec 22 2021, 1:42 PM · Restricted Project, Feature Request, gpgol

Nov 11 2021

aheinecke changed the status of T5681: GpgOL: Handle GPO settings for readAsPlain from Open to Testing.

Tested both with the policies key and with the normal key and with HKLM fallback. Works as expected. There was also an issue where the error handling in case setting the HTML body failed did no longer work, probably since the verification preview changes. This was fixed with 76b43345cdd3e932dae7b677e5c021ca52191f8e

Nov 11 2021, 2:09 PM · Restricted Project, gpgol
aheinecke added a project to T5681: GpgOL: Handle GPO settings for readAsPlain: Restricted Project.
Nov 11 2021, 10:00 AM · Restricted Project, gpgol
aheinecke set Version to master on T5681: GpgOL: Handle GPO settings for readAsPlain.
Nov 11 2021, 10:00 AM · Restricted Project, gpgol
aheinecke triaged T5681: GpgOL: Handle GPO settings for readAsPlain as High priority.
Nov 11 2021, 9:59 AM · Restricted Project, gpgol

Oct 25 2021

ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 25 2021, 11:44 AM · kleopatra, Restricted Project, gpgol

Oct 20 2021

ikloecker moved T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 20 2021, 4:39 PM · gpgol, kleopatra, Restricted Project
ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 20 2021, 4:37 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it as Resolved.
Oct 20 2021, 4:28 PM · gpgol, kleopatra, Restricted Project

Sep 29 2021

bernhard added a comment to T4345: Enigmail Posteo: Default keys are not accepted for WKD/WKS.

Enigmail's support for Thunderbird 68 ends in two days:
https://www.enigmail.net/index.php/en/home/news/71-2021-08-31-end-of-support-for-thunderbird

Sep 29 2021, 4:02 PM · gpgol, gpg4win, Enigmail

Aug 25 2021

werner assigned T5518: "Direct Action" to E-Mail not stable to aheinecke.
Aug 25 2021, 4:32 PM · gpgol, Bug Report, gpg4win

Aug 24 2021

aheinecke triaged T5564: GpgOL: Add key selection dialog if draft encrypt is on and no key has been selected as High priority.
Aug 24 2021, 11:27 AM · gpgol, Restricted Project

Aug 13 2021

werner changed the edit policy for gpgol.
Aug 13 2021, 11:03 PM

Jul 8 2021

werner closed T4505: SM, W32: GPGSM hangs up the GnuPG System as Resolved.
Jul 8 2021, 2:13 PM · Restricted Project, gpgol, S/MIME, gpg4win, Windows

Jul 2 2021

bookie added a project to T5518: "Direct Action" to E-Mail not stable: gpgol.
Jul 2 2021, 1:38 PM · gpgol, Bug Report, gpg4win

Jun 29 2021

werner added a project to T5513: Outlook download external content crash: gpgol.
Jun 29 2021, 3:44 PM · Too Old, gpgol, Bug Report, gpg4win

Jun 17 2021

bernhard updated the task description for T5493: Attachment1.pgp not offered for saving in an email from Symantec Encryption Desktop (PGP).
Jun 17 2021, 3:45 PM · gpgol
bernhard created T5493: Attachment1.pgp not offered for saving in an email from Symantec Encryption Desktop (PGP).
Jun 17 2021, 3:41 PM · gpgol

Jun 11 2021

werner changed External Link from https://wald.intevation.org/forum/message.php?msg_id=7746&group_id=11 to https://wald.intevation.org/forum/forum.php?thread_id=2276&forum_id=84&group_id=11 on T5335: GpgOL: Ignore unknown PR_SECURTIY_FLAGS.
Jun 11 2021, 4:46 PM · gpgol

Jun 1 2021

ikloecker removed a subtask for T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver: T5465: Kleopatra: Improve configuration of LDAP servers for X.509.
Jun 1 2021, 7:54 PM · kleopatra, Restricted Project, gpgol
Ramtin2021 added a subtask for T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver: T5465: Kleopatra: Improve configuration of LDAP servers for X.509.
Jun 1 2021, 7:04 PM · kleopatra, Restricted Project, gpgol

May 10 2021

ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 10 2021, 9:28 AM · kleopatra, Restricted Project, gpgol
ikloecker changed the status of T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Open to Testing.
May 10 2021, 9:28 AM · kleopatra, Restricted Project, gpgol

Apr 28 2021

ikloecker added a comment to T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver.

Should be mostly done. What's missing is selection of groups in the approval dialog. Groups are not (yet) supported by the KeySelectionCombo.

Apr 28 2021, 3:56 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5397: GpgOL: Add support for groups with S/MIME keys, a subtask of T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver, as Resolved.
Apr 28 2021, 3:54 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5397: GpgOL: Add support for groups with S/MIME keys as Resolved.
Apr 28 2021, 3:54 PM · kleopatra, Restricted Project, gpgol
ikloecker moved T5397: GpgOL: Add support for groups with S/MIME keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 28 2021, 3:54 PM · kleopatra, Restricted Project, gpgol

Apr 27 2021

ikloecker moved T5397: GpgOL: Add support for groups with S/MIME keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 27 2021, 5:08 PM · kleopatra, Restricted Project, gpgol

Apr 22 2021

ikloecker moved T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 22 2021, 2:51 PM · kleopatra, Restricted Project, gpgol
ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 22 2021, 2:51 PM · kleopatra, Restricted Project, gpgol
ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 22 2021, 2:50 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys, a subtask of T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver, as Resolved.
Apr 22 2021, 2:50 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys as Resolved.
Apr 22 2021, 2:50 PM · kleopatra, Restricted Project, gpgol

Apr 19 2021

ikloecker moved T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 19 2021, 2:43 PM · kleopatra, Restricted Project, gpgol

Apr 15 2021

ikloecker triaged T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys as Normal priority.
Apr 15 2021, 12:37 PM · kleopatra, Restricted Project, gpgol
ikloecker triaged T5397: GpgOL: Add support for groups with S/MIME keys as Normal priority.
Apr 15 2021, 12:33 PM · kleopatra, Restricted Project, gpgol
werner assigned T5294: Displaying the date and time at which you've replied to an email when using GPgOL to aheinecke.
Apr 15 2021, 9:15 AM · gpgol, Feature Request

Apr 4 2021

gpatel-fr added a comment to T4278: Signed mails not visible in Exchange web interface (owa).

This feature does not use Outlook per se.. It's a problem with Exchange really. An Exchange Add-in would be needed to solve it, an Outlook add-in such as Gpgol can't do anything about it..

Apr 4 2021, 4:57 PM · gpgol, Bug Report, gpg4win

Mar 12 2021

kimmoal added a comment to T5265: gpgol cannot open decrypted plain text message.

Hello,
it seems that the log got lost in the way for me at least, can you confirm you received it?

Mar 12 2021, 3:02 PM · gpgol, Bug Report

Mar 8 2021

ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 8 2021, 5:09 PM · kleopatra, Restricted Project, gpgol

Mar 3 2021

aheinecke created T5335: GpgOL: Ignore unknown PR_SECURTIY_FLAGS.
Mar 3 2021, 8:47 AM · gpgol

Mar 2 2021

werner changed the status of T4505: SM, W32: GPGSM hangs up the GnuPG System from Open to Testing.
Mar 2 2021, 7:33 PM · Restricted Project, gpgol, S/MIME, gpg4win, Windows
werner added a comment to T4505: SM, W32: GPGSM hangs up the GnuPG System.

Well, this is a pure Windows bug. It easily shows up when running dozens of gpgsm processes each importing a different certificate (e.g. using Kleopatra's current importer, which spawns one process per cert). The only possible fix is to close all files before starting a long running operation *and* before locking the files.

Mar 2 2021, 7:33 PM · Restricted Project, gpgol, S/MIME, gpg4win, Windows
ikloecker moved T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 2 2021, 9:04 AM · gpgol, kleopatra, Restricted Project
ikloecker changed the status of T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it from Open to Testing.

Please test this with the Outlook plugin. It doesn't seem to be used elsewhere.

Mar 2 2021, 9:03 AM · gpgol, kleopatra, Restricted Project

Mar 1 2021

aheinecke reassigned T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from aheinecke to ikloecker.

Hi Ingo,

Mar 1 2021, 10:59 AM · kleopatra, Restricted Project, gpgol
werner updated subscribers of T4505: SM, W32: GPGSM hangs up the GnuPG System.

@rjh reported a problem with keyboxd from the current 2.3 beta on the ML. This is also a locking problem and _might_ be related to this bug.

Mar 1 2021, 10:51 AM · Restricted Project, gpgol, S/MIME, gpg4win, Windows

Feb 25 2021

ikloecker moved T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Feb 25 2021, 10:25 AM · gpgol, kleopatra, Restricted Project
ikloecker added a comment to T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it.

Notes to self:

Feb 25 2021, 10:23 AM · gpgol, kleopatra, Restricted Project

Feb 23 2021

ME9128 added a comment to T5237: GPGOL loaded but doesn't open Mails in Outlook 2016.

Any idea, what this could be? Misconfiguration from my side?

Feb 23 2021, 11:18 AM · gpg4win, gpgol

Feb 22 2021

aheinecke closed T5164: GpgOL: Check that verify errors still show a decrypted message on decrypt & verify as Resolved.

Released with gpg4win-3.1.15

Feb 22 2021, 12:11 PM · Info Needed, gpgol

Feb 11 2021

werner added a project to T5294: Displaying the date and time at which you've replied to an email when using GPgOL: gpgol.
Feb 11 2021, 10:13 AM · gpgol, Feature Request

Feb 8 2021

torra added a comment to T5152: PGP/MIME e-mails are not decrypted.

The problem ist not an "ugly error message" but it does not recognize that the e-mail IS encyrpted by Symantec-PGP! But the plugin always says:

Feb 8 2021, 3:32 PM · Support, gpgol, Bug Report
aheinecke created T5288: Kleopatra: Check that KeyCache::findBestByMailBox is in sync with GnuPG and maybe move it.
Feb 8 2021, 3:32 PM · gpgol, kleopatra, Restricted Project

Feb 2 2021

ME9128 added a comment to T5237: GPGOL loaded but doesn't open Mails in Outlook 2016.

Hi,
the accounts are Exchange Accounts in Outlook 2016, getting Data from an Exchange Server 2016.

Feb 2 2021, 10:57 AM · gpg4win, gpgol

Feb 1 2021

aheinecke added a subtask for T4814: GpgOL: Send multiple E-Mails for BCC recipients: T5273: Release Gpg4win 4.x.x.
Feb 1 2021, 11:06 AM · Restricted Project, gpgol
aheinecke moved T4814: GpgOL: Send multiple E-Mails for BCC recipients from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Feb 1 2021, 11:06 AM · Restricted Project, gpgol
aheinecke changed the status of T4814: GpgOL: Send multiple E-Mails for BCC recipients from Open to Testing.

I think this works now with error handling. At least it works for me, but needs some more testing of course.

Feb 1 2021, 11:05 AM · Restricted Project, gpgol
aheinecke added a subtask for T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver: T5228: GpgOL: Combined S/MIME and OpenPGP operation.
Feb 1 2021, 9:02 AM · kleopatra, Restricted Project, gpgol
aheinecke added a parent task for T5228: GpgOL: Combined S/MIME and OpenPGP operation: T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver.
Feb 1 2021, 9:02 AM · gpgol
aheinecke created T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver.
Feb 1 2021, 9:01 AM · kleopatra, Restricted Project, gpgol

Jan 28 2021

aheinecke moved T5228: GpgOL: Combined S/MIME and OpenPGP operation from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 28 2021, 10:43 AM · gpgol
aheinecke added a subtask for T5228: GpgOL: Combined S/MIME and OpenPGP operation: T5273: Release Gpg4win 4.x.x.
Jan 28 2021, 10:39 AM · gpgol