Page MenuHome GnuPG
Feed Advanced Search

Nov 25 2022

gniibe triaged T6290: gpgscm: Windows 64-bit support as Wishlist priority.
Nov 25 2022, 6:05 AM · gnupg (gpg23), Bug Report
gniibe created T6290: gpgscm: Windows 64-bit support.
Nov 25 2022, 6:04 AM · gnupg (gpg23), Bug Report

Nov 24 2022

bjornbouetsmith created T6289: Pinentry garbles international characters.
Nov 24 2022, 9:26 PM · gpg4win, Support
gniibe added a comment to T6285: AM_PATH_GPGME_PTHREAD not ready for gpgrt-config transition.

Thank you for the bug report and your suggestion.

Nov 24 2022, 6:26 AM · gpgme, Bug Report
gniibe claimed T6285: AM_PATH_GPGME_PTHREAD not ready for gpgrt-config transition.
Nov 24 2022, 2:37 AM · gpgme, Bug Report

Nov 23 2022

ikloecker changed the status of T6287: Kleopatra: Transfer key to OpenPGP card uses encryption slot when writing sign+auth key to authentication slot from Open to Testing.

To test this you need a key with a subkey (including the primary key) that is marked for signing and authentication, but not for encryption. Open the Subkey dialog, insert an OpenPGP smart card, right-click this subkey and select Transfer to card. Select the Authentication slot when you are asked which card slot the key should be written to.

Nov 23 2022, 1:56 PM · Restricted Project, kleopatra, Bug Report
ikloecker claimed T6287: Kleopatra: Transfer key to OpenPGP card uses encryption slot when writing sign+auth key to authentication slot.
Nov 23 2022, 12:04 PM · Restricted Project, kleopatra, Bug Report
ikloecker created T6287: Kleopatra: Transfer key to OpenPGP card uses encryption slot when writing sign+auth key to authentication slot.
Nov 23 2022, 12:04 PM · Restricted Project, kleopatra, Bug Report
werner added a comment to T6284: Another integer overflow in Libksba.

Here is the patch which will go into the next release

From f61a5ea4e0f6a80fd4b28ef0174bee77793cf070 Mon Sep 17 00:00:00 2001
From: Werner Koch <wk@gnupg.org>
Date: Tue, 22 Nov 2022 16:36:46 +0100
Subject: [PATCH] Fix an integer overflow in the CRL signature parser.
Nov 23 2022, 11:17 AM · CVE, Bug Report, libksba

Nov 22 2022

ametzler1 added a comment to T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.

thank you, works for me.

Nov 22 2022, 6:29 PM · gpgme, Bug Report
ametzler1 added a comment to T6274: documentation needs update for replacing gpgme-config.

Thank you, looks good to me.

Nov 22 2022, 6:28 PM · Documentation, gpgme, Bug Report
ametzler1 created T6285: AM_PATH_GPGME_PTHREAD not ready for gpgrt-config transition.
Nov 22 2022, 6:24 PM · gpgme, Bug Report
werner triaged T6284: Another integer overflow in Libksba as Unbreak Now! priority.
Nov 22 2022, 4:54 PM · CVE, Bug Report, libksba
gniibe changed the status of T6274: documentation needs update for replacing gpgme-config from Open to Testing.

Please use gpgme.pc to configure your build. Your options are:
(1) With Autoconf:
(1-1) Use pkg.m4 and PKG_CHECK_MODULES (which uses pkg-config to access gpgme.pc)
(1-2) Use gpgme.m4 and AM_PATH_GPGME (which uses gpgrt-config to access gpgme.pc)
(2) Or... use pkg-config to access gpgme.pc.

Nov 22 2022, 2:50 AM · Documentation, gpgme, Bug Report

Nov 18 2022

gniibe moved T6127: FIPS 140-3 final review comments from Next to Ready for release on the FIPS board.
Nov 18 2022, 2:07 AM · FIPS, libgcrypt, Bug Report

Nov 17 2022

ikloecker added a comment to T6282: Kleopatra: Smartcard dialog for Signature Card 2.0 does not show keys if one key wasn't imported from the card.

It turned out that the reason for the problem is the use of the --ignore-cert-with-oid option in gpgsm.conf.

Nov 17 2022, 6:23 PM · Bug Report, kleopatra, scd
werner added a comment to T6282: Kleopatra: Smartcard dialog for Signature Card 2.0 does not show keys if one key wasn't imported from the card.

It turned out that the reason for the problem is the use of the --ignore-cert-with-oid option in gpgsm.conf.

Nov 17 2022, 6:00 PM · Bug Report, kleopatra, scd
werner created T6282: Kleopatra: Smartcard dialog for Signature Card 2.0 does not show keys if one key wasn't imported from the card.
Nov 17 2022, 5:04 PM · Bug Report, kleopatra, scd
werner closed T6221: When encrypting, gpg claims DE_VS compliance with non-compliant gcrypt as Resolved.
Nov 17 2022, 9:34 AM · gnupg (gpg22), Bug Report

Nov 16 2022

werner closed T6278: Miann7759@gmail.com as Invalid.
Nov 16 2022, 4:56 PM · Bug Report, gpg4win
werner updated subscribers of T6043: "Emty Email" in outlook.
Nov 16 2022, 4:56 PM · Bug Report, gpg4win
werner closed T6043: "Emty Email" in outlook as Resolved.
Nov 16 2022, 4:55 PM · Bug Report, gpg4win
werner added a comment to T6278: Miann7759@gmail.com.

great hack

Nov 16 2022, 4:52 PM · Bug Report, gpg4win
Spammer20221116 created T6278: Miann7759@gmail.com.
Nov 16 2022, 10:15 AM · Bug Report, gpg4win
Spammer20221116 updated subscribers of T6043: "Emty Email" in outlook.
Nov 16 2022, 9:43 AM · Bug Report, gpg4win
Spammer20221116 reopened T6043: "Emty Email" in outlook as "Testing".
Nov 16 2022, 9:43 AM · Bug Report, gpg4win
Spammer20221116 changed the status of T6043: "Emty Email" in outlook from Duplicate to Resolved.
Nov 16 2022, 9:42 AM · Bug Report, gpg4win
Spammer20221116 claimed T6043: "Emty Email" in outlook.
Nov 16 2022, 9:41 AM · Bug Report, gpg4win

Nov 15 2022

gniibe added a comment to T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.

I updated gpgme.m4 to include configuration of GPGRT_CONFIG.
Using this new gpgme.m4, it should work.
Using this new gpgme.m4 plus old gpg-error.m4, checking GPGRT_CONFIG is duplicated.
Using this new gpgme.m4 plus new gpg-error.me, no problem.

Nov 15 2022, 6:29 AM · gpgme, Bug Report
gniibe added a comment to T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.

I overlooked the use case of gpgme programming not using libgpg-error. This use case should be supported.

Nov 15 2022, 5:35 AM · gpgme, Bug Report

Nov 14 2022

spelissier updated the task description for T5977: Smartcard PIN stays in clear in memory.
Nov 14 2022, 1:18 PM · backport, libassuan, pinentry, scd, gnupg (gpg22), Bug Report
spelissier updated the task description for T5977: Smartcard PIN stays in clear in memory.
Nov 14 2022, 1:17 PM · backport, libassuan, pinentry, scd, gnupg (gpg22), Bug Report
gniibe claimed T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.
Nov 14 2022, 10:17 AM · gpgme, Bug Report
gniibe claimed T6274: documentation needs update for replacing gpgme-config.
Nov 14 2022, 10:17 AM · Documentation, gpgme, Bug Report
ikloecker claimed T5836: Kleopatra: Optionally, delete private key locally after moving a key to a smartcard.
Nov 14 2022, 9:31 AM · Bug Report, kleopatra, Restricted Project
CH3NO2 added a comment to T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad .

@aheinecke What additional information do you need ?

Nov 14 2022, 5:27 AM · Info Needed, kleopatra, Bug Report

Nov 13 2022

ametzler1 created T6274: documentation needs update for replacing gpgme-config.
Nov 13 2022, 8:03 AM · Documentation, gpgme, Bug Report
ametzler1 added a project to T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR: gpgme.
Nov 13 2022, 7:55 AM · gpgme, Bug Report
ametzler1 created T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.
Nov 13 2022, 7:53 AM · gpgme, Bug Report

Nov 11 2022

werner closed T6272: gpg --cleartext and truncated lines as Resolved.

You need to handle them in a correct way. Just checking with gpg is
not enough because you don't know what has been signed. You need to
look at the signed data which gpg gives you by using the --output
option. And there you see only the signed data and not the extra
"aaa" you added after having signed the plaintext. It is not
different from adding stuff before the -----BEGIN PGP SIGNED ... line.

Nov 11 2022, 8:26 AM · Bug Report, gnupg
DemiMarie added a comment to T6272: gpg --cleartext and truncated lines .

Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.

Nov 11 2022, 12:39 AM · Bug Report, gnupg

Nov 10 2022

werner triaged T6272: gpg --cleartext and truncated lines as Normal priority.

Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.

Nov 10 2022, 3:25 PM · Bug Report, gnupg
werner created T6272: gpg --cleartext and truncated lines .
Nov 10 2022, 12:27 PM · Bug Report, gnupg
werner triaged T6271: The old FSF address in libgcrypt source code as Low priority.

Thanks. There should also be SPDX indentifiers everywhere.

Nov 10 2022, 12:25 PM · Documentation, libgcrypt, Bug Report
Jakuje created T6271: The old FSF address in libgcrypt source code.
Nov 10 2022, 11:57 AM · Documentation, libgcrypt, Bug Report

Nov 9 2022

bernhard closed T5627: 'SHA256SUM -?' or '...-help' incorrectly shows SHA1SUM name when displaying own command syntax as Resolved.

Fixed, to be released with Gpg4win 4.0.5.

Nov 9 2022, 2:18 PM · Bug Report, gpg4win
CH3NO2 added a comment to T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad .

On the command line using:
gpg -o output.txt --decrypt "yourfile.asc"

Nov 9 2022, 2:41 AM · Info Needed, kleopatra, Bug Report

Nov 7 2022

gniibe changed the status of T6217: sha3: wrong results for large inputs from Open to Testing.
Nov 7 2022, 7:14 AM · libgcrypt, FIPS, Bug Report

Nov 3 2022

aheinecke triaged T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad as Low priority.

There must be something special with the message. Can you save the message to a file and use the command line to decrypt it? Is there anything special with it? Is it maybe a binary and not text? Although I tried decrypting random bytes with the notepad and it worked for me. Is the message very large? Anything unusual? Or does it even happen for you when you encrypt a short text to yourself and then decrypt it again?

Nov 3 2022, 12:36 PM · Info Needed, kleopatra, Bug Report
ikloecker changed the status of T6214: Kleopatra allows to export a subkey which has only a stub. from Open to Testing.

fixed

Nov 3 2022, 12:04 PM · Bug Report, Restricted Project, kleopatra
ikloecker claimed T6214: Kleopatra allows to export a subkey which has only a stub..
Nov 3 2022, 10:46 AM · Bug Report, Restricted Project, kleopatra
ikloecker changed the status of T6265: Kleopatra: Wrong user ID preselected when certifying single user ID of key with invalid user IDs from Open to Testing.

Fixed

Nov 3 2022, 10:06 AM · Restricted Project, kleopatra, Bug Report
ikloecker added projects to T6267: Pinentry does not take focus on MacOSX: MacOS, pinentry.
Nov 3 2022, 7:44 AM · pinentry, MacOS, Bug Report
ikloecker closed T6267: Pinentry does not take focus on MacOSX as Invalid.

We develop many versions of pinentry, but not the one for macOS. Therefore, we cannot help you. Please contact the developers of pinentry-mac (https://github.com/GPGTools/pinentry) or the homebrew maintainer of pinentry-mac (https://formulae.brew.sh/formula/pinentry-mac).

Nov 3 2022, 7:42 AM · pinentry, MacOS, Bug Report
rossigee created T6267: Pinentry does not take focus on MacOSX.
Nov 3 2022, 1:02 AM · pinentry, MacOS, Bug Report

Nov 2 2022

ikloecker renamed T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad from Kelopatra Crashes when Decrypting PGP message in the Notepad to Kleopatra Crashes when Decrypting PGP message in the Notepad .
Nov 2 2022, 10:32 PM · Info Needed, kleopatra, Bug Report
rkeene added a comment to T5555: Cannot add existing ECDSA key as a signing subkey.

I've got a similar patch, but I'm not sure it's any better -- I'm adding EcDSA support for cards (via gnupg-pkcs11-scd) and with this patch I can sign subkeys and data.

Nov 2 2022, 9:40 PM · gnupg24, Bug Report
CH3NO2 edited projects for T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad , added: kleopatra; removed gpg4win.
Nov 2 2022, 7:17 PM · Info Needed, kleopatra, Bug Report
CH3NO2 renamed T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad from GPG4Win Crashes when Decrypting PGP message in the Notepad to Kelopatra Crashes when Decrypting PGP message in the Notepad .
Nov 2 2022, 7:14 PM · Info Needed, kleopatra, Bug Report
CH3NO2 created T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad .
Nov 2 2022, 6:59 PM · Info Needed, kleopatra, Bug Report
dkg added a comment to T6137: arch-specific (32 bit) failures in AddExistingSubkeyJobTest::testAddExistingSubkeyWithExpiration.

Note the relationship to T4195, T4826, and T4766

Nov 2 2022, 4:03 PM · Restricted Project, qt, gpgme, Bug Report
ikloecker claimed T6265: Kleopatra: Wrong user ID preselected when certifying single user ID of key with invalid user IDs.
Nov 2 2022, 11:25 AM · Restricted Project, kleopatra, Bug Report
ikloecker created T6265: Kleopatra: Wrong user ID preselected when certifying single user ID of key with invalid user IDs.
Nov 2 2022, 11:25 AM · Restricted Project, kleopatra, Bug Report
gniibe moved T6217: sha3: wrong results for large inputs from Next to Ready for release on the FIPS board.
Nov 2 2022, 9:36 AM · libgcrypt, FIPS, Bug Report
gniibe moved T6217: sha3: wrong results for large inputs from Backlog to Next on the FIPS board.
Nov 2 2022, 9:36 AM · libgcrypt, FIPS, Bug Report

Oct 31 2022

alca7raz added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

Sadly, it doesn't work for me. But thank you.

Oct 31 2022, 11:31 AM · gnupg, Documentation, ssh
gniibe added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

I managed to find a way to minimize the data (less than the one on Oct 25).
And it somehow works for me.

Oct 31 2022, 7:52 AM · gnupg, Documentation, ssh

Oct 30 2022

alca7raz added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

So what should I do now? Should I report it to OpenSSH team?

Oct 30 2022, 5:03 PM · gnupg, Documentation, ssh

Oct 28 2022

werner closed T4059: Errors while building from source on Cygwin (gnupg repo) as Wontfix.

We won't do that. FWIW: We started to work on a 64 bit WIndows version of GnuPG.

Oct 28 2022, 4:07 PM · Cygwin, gnupg, Bug Report
werner changed the status of T6238: regexp for trust signature domain restriction does not work if key only has an e-mail address from Open to Testing.
Oct 28 2022, 3:44 PM · backport, gnupg (gpg22), Bug Report, Restricted Project
werner added a comment to T6238: regexp for trust signature domain restriction does not work if key only has an e-mail address.

Fixed for master but not yet tested.

Oct 28 2022, 11:21 AM · backport, gnupg (gpg22), Bug Report, Restricted Project
werner moved T6238: regexp for trust signature domain restriction does not work if key only has an e-mail address from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 28 2022, 9:48 AM · backport, gnupg (gpg22), Bug Report, Restricted Project
werner lowered the priority of T4612: Add spare space to the keybox to always allow the import of revocations. from Normal to Low.
Oct 28 2022, 9:19 AM · gnupg24, gnupg (gpg23), Bug Report

Oct 27 2022

werner triaged T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent as Normal priority.
Oct 27 2022, 8:27 AM · gnupg, Documentation, ssh
werner triaged T6255: --list-keys output truncated and loops repeatedly as Low priority.

There is a utility named kbxutil which can be sued to dump the pubring.kbx file without any post-processing by gpg. I would check whether there are any other keys after the VideoLAN key. iirc, kbxutil ist not commonly installed; you may need to build the software yourself or copy the pubring.kbx to Linux and check it here.

Oct 27 2022, 8:26 AM · gnupg24, Windows, gnupg (gpg23), can't replicate, Bug Report

Oct 25 2022

aheinecke triaged T6243: SMIME on Outlook not working, if GPG-Plugin installed as Low priority.

I think there is a mixup here. I believe that you are experiencing https://dev.gnupg.org/T6192 (From 2019) which is a fairly recent regression and was discovered by our internal QA in September. As we did not get reports about this we only gave it low priority.

Oct 25 2022, 11:07 AM · gpgol, Bug Report
Harrypotter06 added a comment to T6243: SMIME on Outlook not working, if GPG-Plugin installed.

The first report? In history, i know, on older versions, this issue was also exist and reportet.

Oct 25 2022, 10:58 AM · gpgol, Bug Report
werner added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

@gniibe: Thanks for looking into it.

Oct 25 2022, 10:23 AM · gnupg, Documentation, ssh
gniibe added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

I tested on the machine with:

Oct 25 2022, 8:26 AM · gnupg, Documentation, ssh

Oct 24 2022

werner added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

Surely not. We just take the key from those certificates. Note that ssh-add merely imports a key permanently into gpg-agent's key store.

Oct 24 2022, 7:18 AM · gnupg, Documentation, ssh
seblu added a comment to T5110: Primary Key Binding Signature not updated when updating Subkey Binding Signature.

In order to remove the SHA-1 algorithm in Arch Linux package keyring, I need to resign one of my sub keys but the backsig (0x19) remain in SHA-1 as reported here.
I didn't find any solution with gnupg to update it since this bug report was opened in 2020. Do you plan to address this in a near future?

Oct 24 2022, 2:13 AM · gnupg, Bug Report

Oct 21 2022

un99known99 updated the task description for T6256: Version > 4.0.0 DLL not found.
Oct 21 2022, 8:20 AM · gpg4win, Support
un99known99 updated the task description for T6256: Version > 4.0.0 DLL not found.
Oct 21 2022, 8:18 AM · gpg4win, Support
un99known99 created T6256: Version > 4.0.0 DLL not found.
Oct 21 2022, 8:18 AM · gpg4win, Support
raysatiro added a comment to T6255: --list-keys output truncated and loops repeatedly.

I don't have common.conf but I do have pubring.kbx. I meant I plan to remove that key from my keyring because it's like a decade old and expired, but I figured maybe it was somehow related to this bug since it's the last key shown, so I've left it in.

Oct 21 2022, 7:17 AM · gnupg24, Windows, gnupg (gpg23), can't replicate, Bug Report
werner added a comment to T6255: --list-keys output truncated and loops repeatedly.

Are you using the keyboxd ? ("use-keyboxd" in common.conf) or is this using the default pubring.kbx.

Oct 21 2022, 6:25 AM · gnupg24, Windows, gnupg (gpg23), can't replicate, Bug Report

Oct 20 2022

werner triaged T6254: Warn in --recv-keys verbose output that no keys have been imported as Normal priority.
Oct 20 2022, 10:14 PM · gnupg24, Keyserver, Bug Report
werner added projects to T6254: Warn in --recv-keys verbose output that no keys have been imported: gnupg (gpg23), Keyserver.

Oh yes, the usual import statistics should be shown here.

Oct 20 2022, 10:14 PM · gnupg24, Keyserver, Bug Report
raysatiro created T6255: --list-keys output truncated and loops repeatedly.
Oct 20 2022, 10:11 PM · gnupg24, Windows, gnupg (gpg23), can't replicate, Bug Report
raysatiro created T6254: Warn in --recv-keys verbose output that no keys have been imported.
Oct 20 2022, 9:56 PM · gnupg24, Keyserver, Bug Report
alca7raz added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

Are you sure you are using SSH user certificates for SSH authentication? I have trouble with SSH certificate authentication instead of public-key authentication.

Oct 20 2022, 8:07 AM · gnupg, Documentation, ssh
werner added a comment to T6238: regexp for trust signature domain restriction does not work if key only has an e-mail address.

The latter. Detecting mail addresses with regexp is anyway a kludge and we have more stringent code to detect mail addresses in a user-id.

Oct 20 2022, 7:50 AM · backport, gnupg (gpg22), Bug Report, Restricted Project
werner added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

I am using this many years now without any problems. Also my collegues and many other folks I know. Thus the question is how your system differs from commonly used systems.

Oct 20 2022, 7:48 AM · gnupg, Documentation, ssh
alca7raz added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

I have tried the stable version (2.3.8). Sadly, it doesn't work. 'agent refused operation' again. And I think it may have nothing to do with OpenSSH certificates because NIST256&384&512 keys do work in this situation.

Oct 20 2022, 6:36 AM · gnupg, Documentation, ssh
dkg added a comment to T6238: regexp for trust signature domain restriction does not work if key only has an e-mail address.

@werner i'm not sure i understand what "easy to enclose them in angle brackets just for comparison" means.

Oct 20 2022, 2:48 AM · backport, gnupg (gpg22), Bug Report, Restricted Project

Oct 19 2022

werner added a comment to T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.

We do not support OpenSSH certificates but ignore such requests. However, the keys from the certificates will be imported correctly. You should use the stable version of GnuPG (2.3.8) and not the LTS version 2.,2.

Oct 19 2022, 7:36 PM · gnupg, Documentation, ssh
alca7raz created T6250: GPG-Agent doesn't work properly with smart cards and ed25519 keys and SSH Agent.
Oct 19 2022, 3:56 PM · gnupg, Documentation, ssh
werner added a comment to T6243: SMIME on Outlook not working, if GPG-Plugin installed.

This is the first report we have on such a problem despite of hundred thousands of users. "Triage" means that we need to look at a report to check its priority.

Oct 19 2022, 1:53 PM · gpgol, Bug Report
Harrypotter06 updated subscribers of T6243: SMIME on Outlook not working, if GPG-Plugin installed.

@werner , why set to "needs triage"? At this moment plugin must be disabled if customer read crypted SMIME E-Mails. So it is critical. disable checkbox "SMIME" will not work correct. Enable "SMIME" will only encrypt as Text, but some E-Mails have HTML.
We have this issue on all systems (Windows 10 and Windows 11)

Oct 19 2022, 12:21 PM · gpgol, Bug Report
werner raised the priority of T6243: SMIME on Outlook not working, if GPG-Plugin installed from High to Needs Triage.
Oct 19 2022, 12:09 PM · gpgol, Bug Report