Page MenuHome GnuPG
Feed All Stories

Mar 28 2022

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

we have a similar problem in our organization. We're using Outlook from Office 365. For two weeks now we have set a GPO for Outlook to prefer plain text messages like in @kimmoal's organization environment.
This causes the same problem: We are getting blank emails when they are encrypted or signed.

Mar 28 2022, 7:32 AM · gpgol, Bug Report
gniibe committed rE6e17e70bb7ee: core: Fix support of posix-lock for FreeBSD. (authored by gniibe).
core: Fix support of posix-lock for FreeBSD.
Mar 28 2022, 6:42 AM
gniibe closed T5428: PC/SC detecting removal of card as Resolved.

When we will find reproducible test case, please reopen.

Mar 28 2022, 3:51 AM · Info Needed, Windows, scd, Bug Report
gniibe committed rC1517a31ea476: tests: Fix null pointer arithmetic. (authored by gniibe).
tests: Fix null pointer arithmetic.
Mar 28 2022, 3:08 AM
gniibe committed rE70489b4f75c0: yat2m: Only emit a message of the page with --verbose option. (authored by gniibe).
yat2m: Only emit a message of the page with --verbose option.
Mar 28 2022, 3:00 AM
gniibe committed rGf0a1c79f60ce: agent: KEYTOCARD prefers to specified time. (authored by gniibe).
agent: KEYTOCARD prefers to specified time.
Mar 28 2022, 2:15 AM
werner added a comment to T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine.

Use a gpg 2.3 version:

Mar 28 2022, 12:00 AM · gnupg, Support

Mar 25 2022

gniibe removed a project from T5531: dirmngr --validate broken for DER encoded files: Restricted Project.
Mar 25 2022, 11:45 PM · gnupg (gpg23), dirmngr, Bug Report
TonyBarganski reopened T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine as "Open".

Hi Werner
.
Firstly, let me say how much I appreciate the work you and others do at OpenPG.org! Really.

Mar 25 2022, 8:17 PM · gnupg, Support
werner closed T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine as Resolved.
  • No we can't because current GnuPG 2.2 versions are able to decrypt such AEAD data.
Mar 25 2022, 7:37 PM · gnupg, Support
Martin Liska <mliska@suse.cz> committed rLIBKLEOf290218a6fd4: Include <iterator>. (authored by Martin Liska <mliska@suse.cz>).
Include <iterator>.
Mar 25 2022, 3:36 PM
werner committed rG90caa7ad598b: dirmngr: Workaround for a certain broken LDAP URL (authored by werner).
dirmngr: Workaround for a certain broken LDAP URL
Mar 25 2022, 1:36 PM
werner renamed T5885: Better message than "Inappropriate ioctl for device" for tty pinentries from gpg --import of secret key from stdin fails confusingly to Better message than "Inappropriate ioctl for device" for tty pinentries.
Mar 25 2022, 1:30 PM · Feature Request, pinentry, gnupg
werner triaged T5898: Two fixes for the gnupg-2.3.4 test suite when running on MS-Windows as Normal priority.
Mar 25 2022, 1:28 PM · Windows, gnupg (gpg23), Bug Report
werner triaged T5894: Various issues with system headers and _WIN32_WINNT value in MinGW build of gnupg-2.3.4 as Normal priority.
Mar 25 2022, 1:27 PM · gnupg, Feature Request
werner added a comment to T5895: Fix an error in w32_try_mkdir from gnupg-2.3.4.

See also T5537 and commit rG7d1215cb9cba2 for 2.2.

Mar 25 2022, 1:26 PM · Bug Report
werner committed rG0f03bdcd2e61: common,w32: Fix early home dir creation. (authored by werner).
common,w32: Fix early home dir creation.
Mar 25 2022, 1:24 PM
werner closed T5895: Fix an error in w32_try_mkdir from gnupg-2.3.4 as Resolved.

There is actually a much easier fix here. Thanks for pointing out the problem. For histroical reasons we have several places where we create the homedir.

Mar 25 2022, 1:24 PM · Bug Report
TonyBarganski added a comment to T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine.
  1. So, firstly, can we get an error message that states something to that effect AND can also be displayed by Mutt?
Mar 25 2022, 11:51 AM · gnupg, Support
fvogt closed T5531: dirmngr --validate broken for DER encoded files as Resolved.

Confirmed to work, thanks!

Mar 25 2022, 9:54 AM · gnupg (gpg23), dirmngr, Bug Report
gniibe claimed T5701: Mismatch between enums and config table.

Thank you. Applied.

Mar 25 2022, 6:31 AM · gnupg (gpg23), Bug Report
gniibe committed rGcaba9df72665: tools:gpgconf: Fix gc_component table. (authored by gniibe).
tools:gpgconf: Fix gc_component table.
Mar 25 2022, 6:30 AM
gniibe added a project to T5892: t-cms-parser test program in libksba-1.6.0 needs to open files in binary mode for MS-Windows: Restricted Project.
Mar 25 2022, 6:17 AM · libksba, Bug Report
gniibe committed rGc795be79c14f: agent: Use "Created:" field for creation time. (authored by gniibe).
agent: Use "Created:" field for creation time.
Mar 25 2022, 6:16 AM
gniibe claimed T5538: gpg-agent's keytocard cmd should use a better default creation time..

Implemented.

Mar 25 2022, 6:16 AM · gpgagent, gnupg (gpg23)
gniibe closed T5439: Bug of t-keydb.c as Invalid.
Mar 25 2022, 5:13 AM · gnupg (gpg23)
gniibe committed rE8e67e8c3f21c: w32: Fix for MinGW which doesn't define EOPNOTSUPP. (authored by gniibe).
w32: Fix for MinGW which doesn't define EOPNOTSUPP.
Mar 25 2022, 3:52 AM
gniibe added a project to T5890: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgpg-error-1.44: Restricted Project.

Thank you for the error output.

Mar 25 2022, 3:44 AM · gpgrt, Bug Report
gniibe added a project to T5893: Patches to compile pinentry-1.2.0 cleanly with mingw.org's MinGW: Restricted Project.
Mar 25 2022, 2:13 AM · Windows, pinentry, Bug Report
gniibe committed rG25d37a0a6a9c: dirmngr: Suppress error message on trial reading as PEM format. (authored by gniibe).
dirmngr: Suppress error message on trial reading as PEM format.
Mar 25 2022, 12:43 AM
gniibe added a comment to T5531: dirmngr --validate broken for DER encoded files.

it still shows the no certificate or invalid encoded error message:

Mar 25 2022, 12:42 AM · gnupg (gpg23), dirmngr, Bug Report
werner edited projects for T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine, added: gnupg; removed Mutt.

Packet 20 is the new AEAD packet which GnuPG 2.3 can generate and does generate if all recipients have new keys generated with such a versions. However, the version of gpg you use now does not support AEAD and thus fails.

Mar 25 2022, 12:04 AM · gnupg, Support

Mar 24 2022

werner lowered the priority of T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine from Unbreak Now! to Normal.
Mar 24 2022, 11:53 PM · gnupg, Support
ikloecker triaged T5901: Kleopatra: Make it usable with 400 % magnification as Normal priority.
Mar 24 2022, 3:25 PM · kleopatra, Restricted Project
Carlo Vanini <silhusk@gmail.com> committed rKLEOPATRAe74036eb51ad: File name extension can be longer than 3 character (authored by Carlo Vanini <silhusk@gmail.com>).
File name extension can be longer than 3 character
Mar 24 2022, 1:31 PM
TonyBarganski raised the priority of T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine from Normal to Unbreak Now!.

Since decryption is broken, I'm raising the priority level of this ticket.
It would be wonderful if someone can take a more detailed look into this problem. :)

Mar 24 2022, 10:32 AM · gnupg, Support
eliz added a comment to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

Indeed, different versions of MinGW use different symbols to guard the declaration, and using those symbols in not future-proof enough, IME.
Removing the declaration is definitely the best solution.

Mar 24 2022, 9:57 AM · npth, Bug Report
fvogt added a comment to T5531: dirmngr --validate broken for DER encoded files.

I gave it a try. It works now, but it still shows the no certificate or invalid encoded error message:

Mar 24 2022, 9:50 AM · gnupg (gpg23), dirmngr, Bug Report
gniibe committed rP41884436bec0: w32,curses: Supply simple replacement for nl_langinfo. (authored by gniibe).
w32,curses: Supply simple replacement for nl_langinfo.
Mar 24 2022, 8:45 AM
gniibe committed rP4612fd45f569: curses: Move pinentry_utf8_to_local/pinentry_local_to_utf8. (authored by gniibe).
curses: Move pinentry_utf8_to_local/pinentry_local_to_utf8.
Mar 24 2022, 8:45 AM
gniibe committed rP9a8a38d28d36: build,w32: Fix build on Windows. (authored by gniibe).
build,w32: Fix build on Windows.
Mar 24 2022, 8:45 AM
gniibe added a comment to T5893: Patches to compile pinentry-1.2.0 cleanly with mingw.org's MinGW.

And I move functions from pinentry.c to pinentry-curses.c, so that pinentry-w32.exe can be build with no libiconv (which is actually not used).

Mar 24 2022, 8:19 AM · Windows, pinentry, Bug Report
gniibe claimed T5893: Patches to compile pinentry-1.2.0 cleanly with mingw.org's MinGW.

Thank you for your report.

Mar 24 2022, 7:28 AM · Windows, pinentry, Bug Report
gniibe merged task T5673: Using empty passphrase key pair, gpg2.2.9 fails to decrypt with error "No secret key" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful into T5804: Using empty passphrase key pair, gpg2.3.4 fails to decrypt with error "No passphrase given" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful .
Mar 24 2022, 6:02 AM · gnupg (gpg22), Bug Report
gniibe merged T5673: Using empty passphrase key pair, gpg2.2.9 fails to decrypt with error "No secret key" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful into T5804: Using empty passphrase key pair, gpg2.3.4 fails to decrypt with error "No passphrase given" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful .
Mar 24 2022, 6:02 AM · gnupg24, Bug Report
gniibe added a comment to T5673: Using empty passphrase key pair, gpg2.2.9 fails to decrypt with error "No secret key" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful .

Merged into T5804.

Mar 24 2022, 5:59 AM · gnupg (gpg22), Bug Report
gniibe claimed T5531: dirmngr --validate broken for DER encoded files.

Thank you. Confirmed.

Mar 24 2022, 5:57 AM · gnupg (gpg23), dirmngr, Bug Report
gniibe committed rG4d19759ce5fb: dirmngr: Clear the error count to try certificate as binary. (authored by gniibe).
dirmngr: Clear the error count to try certificate as binary.
Mar 24 2022, 5:57 AM
gniibe closed T5573: kbxutil shows [bad] checksum as Resolved.
Mar 24 2022, 5:47 AM · gnupg (gpg23)
gniibe claimed T5809: Expire subkey violates assertion "! sig->hashed".
Mar 24 2022, 5:38 AM · Restricted Project, gnupg (gpg22), Bug Report
gniibe added a project to T5809: Expire subkey violates assertion "! sig->hashed": Restricted Project.
Mar 24 2022, 5:38 AM · Restricted Project, gnupg (gpg22), Bug Report
gniibe committed rG01329da8a778: kbx: Fix searching for FPR20 in version 2 blob. (authored by gniibe).
kbx: Fix searching for FPR20 in version 2 blob.
Mar 24 2022, 5:24 AM
gniibe added a project to T5888: uid changed from [ultimate] to [ unknown]: Restricted Project.

Thank you for the reproducible test case. Confirmed.

Mar 24 2022, 5:23 AM · gnupg (gpg23), Bug Report
gniibe claimed T5888: uid changed from [ultimate] to [ unknown].
Mar 24 2022, 5:11 AM · gnupg (gpg23), Bug Report
gniibe changed the status of T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW from Open to Testing.
Mar 24 2022, 2:11 AM · npth, Bug Report
gniibe added a comment to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

Pushed the change removing the definition.

Mar 24 2022, 2:09 AM · npth, Bug Report
gniibe committed rPTHebdc0da1fc41: w32: Remove fallback definition of struct timespec. (authored by gniibe).
w32: Remove fallback definition of struct timespec.
Mar 24 2022, 1:57 AM
gniibe added a comment to T5891: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgcrypt-1.10.0.

GetNativeSystemInfo. Would you like me to submit a patch that used that in jent_ncpu?

Mar 24 2022, 12:57 AM · backport, libgcrypt, Bug Report

Mar 23 2022

werner closed T5896: Honor HOME envfironment variable on MS-Windows in gnupg-2.3.4 as Wontfix.

Sorry, HOME and ~/ are not standard on Windows and applying your patch may break existing installations.

Mar 23 2022, 3:22 PM · Bug Report
eliz added a comment to T5891: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgcrypt-1.10.0.

Yes, I see the problem:

Mar 23 2022, 2:55 PM · backport, libgcrypt, Bug Report
eliz added a comment to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

Considering again, I think that just removing the definition of the struct timespec in npth.h is the best approach, given the situation, it's been there for MINGW64 and it's now in original MinGW.

Mar 23 2022, 1:31 PM · npth, Bug Report
gniibe removed a project from T5673: Using empty passphrase key pair, gpg2.2.9 fails to decrypt with error "No secret key" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful : Info Needed.

Thank you. Confirmed.

Mar 23 2022, 9:41 AM · gnupg (gpg22), Bug Report
gniibe removed a project from T5804: Using empty passphrase key pair, gpg2.3.4 fails to decrypt with error "No passphrase given" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful : Info Needed.
Mar 23 2022, 9:09 AM · gnupg24, Bug Report
TonyBarganski added a comment to T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine.
$ gpg -vv -d macos.msg
Mar 23 2022, 8:46 AM · gnupg, Support
gniibe added a comment to T5804: Using empty passphrase key pair, gpg2.3.4 fails to decrypt with error "No passphrase given" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful .

Thank you.

Mar 23 2022, 7:11 AM · gnupg24, Bug Report
Laurent Montel <montel@kde.org> committed rKLEOPATRA4a3594fafcdb: GIT_SILENT: master is open (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: master is open
Mar 23 2022, 7:08 AM
Laurent Montel <montel@kde.org> committed rLIBKLEO01f1b8fe92c4: GIT_SILENT: master is open (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: master is open
Mar 23 2022, 7:07 AM
gniibe committed rPTH7e83227e18a4: build: Don't include src/npth.h in the distribution. (authored by gniibe).
build: Don't include src/npth.h in the distribution.
Mar 23 2022, 6:42 AM
gniibe added a comment to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

Considering again, I think that just removing the definition of the struct timespec in npth.h is the best approach, given the situation, it's been there for MINGW64 and it's now in original MinGW.

Mar 23 2022, 6:36 AM · npth, Bug Report
gniibe added a comment to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

Thank you. I understand the situation by looking at mingwrt-5.4.2-mingw32-src.tar.xz.

Mar 23 2022, 4:05 AM · npth, Bug Report
gniibe added a comment to T5891: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgcrypt-1.10.0.

In libgcrypt (1.10), we have a copy of the jitterentropy 3.3.0 from:
http://www.chronox.de/jent.html
or https://github.com/smuellerDD/jitterentropy-library

Mar 23 2022, 1:02 AM · backport, libgcrypt, Bug Report

Mar 22 2022

TonyBarganski raised the priority of T5886: Mutt PGP Error: "Could not decrypt PGP message" & "Could not copy message" on Ubuntu machine but works on macOS machine from Low to Normal.

Please refer to the open Mutt Bug issue 401 below regarding the troubleshooting we've performed which seems to suggest there *might* be something a skew on the gpg binaries.

Mar 22 2022, 11:02 PM · gnupg, Support
engel97 added a comment to T5673: Using empty passphrase key pair, gpg2.2.9 fails to decrypt with error "No secret key" on a gpg1.4/2.0 keyring format even though the secret keys migration was successful .

Attached is the keyring package containing both pub and sec ring files. When run into GPG2.2.9, this gets migrated to the newer format but it fails when the the passphrase is empty(which works in older gpg)

Mar 22 2022, 5:14 PM · gnupg (gpg22), Bug Report
eliz added a comment to T5891: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgcrypt-1.10.0.

Let me ask a more specific question, since you mentioned "support of detecting numbers of CPU and having more than 1 CPUs": can you point me to the code which detects the number of CPUs on MS-Windows systems, where I could learn how that code is affected by having EOPNOTSUPP defined? I will then hopefully understand better what you are saying, and either agree with you that this is unworkable on Windows, or propose a better solution.

Mar 22 2022, 1:55 PM · backport, libgcrypt, Bug Report
eliz added a comment to T5897: Fix MinGW compilation error with 'struct _stat32' in common/sysutils.c from gnupg-2.3.4.

I guess I don't understand what you mean by "native building". This build was with MinGW, which is as "native" as MinGW64 is.
The reason for the problem is (AFAIU) that MinGW64 went after Microsoft's change in stat due to the 32-bit vs 64-bit time and off_t values issue.s That change breaks backward compatibility in more than one way: programs compiled on some versions of Windows will not run on other versions. mingw.org's MinGW kept the original semantics and symbols, which is why _stat32 exists in the mingw.org's headers, but is not exposed by default.

Mar 22 2022, 1:52 PM · gnupg24, toolchain, Feature Request, patch
eliz added a comment to T5891: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgcrypt-1.10.0.

Can you please tell more about how this causes non-working code? MinGW64 defines EOPNOTSUPP to an arbitrary constant which (AFAICT) is never actually returned or used in the MS-Windows runtime. Their documentation, in https://docs.microsoft.com/en-us/cpp/c-runtime-library/errno-constants?view=msvc-170, says:

Mar 22 2022, 1:45 PM · backport, libgcrypt, Bug Report
eliz added a comment to T5890: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgpg-error-1.44.

This is with mingw.org's MinGW, version 5.4.x.

Mar 22 2022, 1:36 PM · gpgrt, Bug Report
eliz added a comment to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

The version of MinGW is 5.4.x, the latest one. It is available from https://osdn.net/projects/mingw/releases.
MinGW64 is a fork of the above (original) MinGW. They have unfortunately diverged, thus the need to have these changes.

Mar 22 2022, 1:30 PM · npth, Bug Report
werner triaged T5897: Fix MinGW compilation error with 'struct _stat32' in common/sysutils.c from gnupg-2.3.4 as Normal priority.

Turned into a feature request because native building on Windows is not supported.

Mar 22 2022, 11:49 AM · gnupg24, toolchain, Feature Request, patch
werner triaged T5899: Fix compilation of dirmngr with mingw.org's MinGW as Normal priority.
Mar 22 2022, 11:43 AM · patch, Feature Request, Windows, toolchain
werner triaged T5900: add npth socket test case as Low priority.
Mar 22 2022, 11:42 AM · Tests, npth, Feature Request
gniibe added a comment to T5870: libgcrypt: AEAD API for FIPS 140 (in future).

I had thought that we need to combine hkdf so that key and iv can generate within libgcrypt internally.
Probably, this assumption of mine may be wrong.

Mar 22 2022, 10:53 AM · Feature Request, FIPS, libgcrypt
yaowenbin1 created T5900: add npth socket test case.
Mar 22 2022, 10:44 AM · Tests, npth, Feature Request
werner committed rGce69d55f70a1: gpgtar: New option --with-log (authored by werner).
gpgtar: New option --with-log
Mar 22 2022, 10:23 AM
werner committed rGed53d41b4c46: gpgtar: New option --with-log (authored by werner).
gpgtar: New option --with-log
Mar 22 2022, 10:20 AM
werner added projects to T5898: Two fixes for the gnupg-2.3.4 test suite when running on MS-Windows: gnupg (gpg23), Windows.
Mar 22 2022, 7:45 AM · Windows, gnupg (gpg23), Bug Report
werner added a comment to T5899: Fix compilation of dirmngr with mingw.org's MinGW.

The original plan was to source copy dns.c from upstream and thus we tried to avoid any changes. Unfortunately we never achieved to push things upstream and thus our own changes got it. Eventually we will cleanup the code and use our own framework.

Mar 22 2022, 7:44 AM · patch, Feature Request, Windows, toolchain
gniibe committed rPTHed674b9eb218: w32: Don't allocate attribute internally. (authored by gniibe).
w32: Don't allocate attribute internally.
Mar 22 2022, 6:12 AM
gniibe committed rKe751d1fa01bd: Fix test of t-cms-parser. (authored by gniibe).
Fix test of t-cms-parser.
Mar 22 2022, 5:26 AM
gniibe triaged T5892: t-cms-parser test program in libksba-1.6.0 needs to open files in binary mode for MS-Windows as Normal priority.
Mar 22 2022, 3:22 AM · libksba, Bug Report
gniibe changed the status of T5892: t-cms-parser test program in libksba-1.6.0 needs to open files in binary mode for MS-Windows from Open to Testing.

Thank you. Confirmed and applied.

Mar 22 2022, 3:21 AM · libksba, Bug Report
gniibe claimed T5891: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgcrypt-1.10.0.

Thank you for your report.

Mar 22 2022, 3:11 AM · backport, libgcrypt, Bug Report
gniibe claimed T5890: EOPNOTSUPP is not defined in mingw.org's MinGW, fails compilation of libgpg-error-1.44.

Please specify your MinGW version.

Mar 22 2022, 3:01 AM · gpgrt, Bug Report
gniibe added a project to T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW: npth.
Mar 22 2022, 2:23 AM · npth, Bug Report
gniibe claimed T5889: Declaration of 'struct timespec' in npth-1.6 conflicts with some versions of MinGW.

Please specify the version of MinGW, which you are using. (We use Mingw-w64 for GnuPG Project.)

Mar 22 2022, 2:23 AM · npth, Bug Report

Mar 21 2022

werner moved T5273: Release Gpg4win 4.x.x from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 21 2022, 11:02 PM · Restricted Project, gpg4win, Release Info
werner added a comment to T5778: Wish to add a generic comment or hint to encrypted data.

Using an armor header would allow for this. But well, this blows up the data and frankly, I fear that it can lead to unexpected side effects. Better to use a respective file name or MIME header.

Mar 21 2022, 11:02 PM · gnupg, Restricted Project
werner moved T4729: WKD via http_proxy does not work if DNS is broken/unavailable from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Mar 21 2022, 10:56 PM · gnupg (gpg22), Restricted Project, dns, dirmngr
werner changed the status of T4729: WKD via http_proxy does not work if DNS is broken/unavailable from Open to Testing.
Mar 21 2022, 10:56 PM · gnupg (gpg22), Restricted Project, dns, dirmngr
werner committed rG6d30fb6940d5: dirmngr: Make WKD_GET work even for servers not handling SRV RRs. (authored by werner).
dirmngr: Make WKD_GET work even for servers not handling SRV RRs.
Mar 21 2022, 10:41 PM