Page MenuHome GnuPG
Feed Advanced Search

May 14 2019

dkg updated the task description for T4512: gpg's --keyserver option should be more robustly deprecated.
May 14 2019, 7:42 AM · gnupg24, gnupg (gpg23), Documentation, Keyserver, Bug Report
dkg edited projects for T4466: Clean up --keyserver documentation in gpg(1), added: dirmngr, gnupg (gpg22), Keyserver; removed gnupg.
May 14 2019, 7:40 AM · Keyserver, gnupg (gpg22), dirmngr, Documentation
dkg added a comment to T4490: --export-secret-keys fails with unusually-created secret key.

I think this patch should be backported to STABLE-BRANCH-2-2

May 14 2019, 6:35 AM · ssh, gnupg (gpg22)
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

I think this patch should be backported to STABLE-BRANCH-2-2

May 14 2019, 6:35 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

I can confirm that this fix repairs the problem on debian's s390x.

May 14 2019, 6:15 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

I've just pushed e4a158faacd67e15e87183fb48e8bd0cc70f90a8 to branch dkg/fix-T4501 as a proposed fix for this specific problem (it doesn't introduce anything in the test suite, or try to deal with any of the other %b problems).

May 14 2019, 6:15 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

OK, i think the reason this is happening is that agent_public_key_from_file (in agent/findkey.c) is screwing up a %b format string in gcry_sexp_build_array.

May 14 2019, 5:57 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

Ok, the difference appears to be that on these 64-bit big-endian platforms, they're returning a zero-byte string for the associated comment. When this happens, gcry_sexp_canon_len returns 0 because of GPG_ERR_SEXP_ZERO_PREFIX. The same thing happens on x86_64 platforms when confronted with such an s-expression.

May 14 2019, 5:07 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

It looks to me like gcry_sexp_canon_len is returning 0 on these platforms from within a backtrace like this:

May 14 2019, 4:21 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4490: --export-secret-keys fails with unusually-created secret key.

I've just pushed 29adca88f5f6425f5311c27bb839718a4956ec3a to the dkg/fix-T4490 branch, which i believe fixes this issue.

May 14 2019, 3:43 AM · ssh, gnupg (gpg22)
dkg added a comment to T4490: --export-secret-keys fails with unusually-created secret key.

And, i just discovered that when i manually edit the key to remove the (comment) list from the *.key S-expression file, the final --export-secret-key works fine. so the failure appears to be due to the presence of the (comment) clause. (same as in T4501)

May 14 2019, 1:48 AM · ssh, gnupg (gpg22)
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

And, i just discovered that when i manually edit the key to remove the (comment) list from the *.key S-expression file, everything works fine on s390x. so the failure appears to be due to the (comment), just like in T4490.

May 14 2019, 1:37 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

fwiw, i've just tried loading the same keyfile that the s390x (64-bit big-endian) implementation choked on into a running gpg-agent on an amd64 machine (64-bit little-endian) and gpg --full-generate-key succeeded with that same key on amd64.

May 14 2019, 1:35 AM · gnupg (gpg22), Bug Report
dkg created T4512: gpg's --keyserver option should be more robustly deprecated.
May 14 2019, 12:49 AM · gnupg24, gnupg (gpg23), Documentation, Keyserver, Bug Report

May 13 2019

werner added a parent task for T4508: gnupg1: digest-preference not honoured: T4509: Release GnuPG 2.2.16.
May 13 2019, 7:27 PM · gnupg (gpg22), Bug Report
werner added a subtask for T4509: Release GnuPG 2.2.16: T4508: gnupg1: digest-preference not honoured.
May 13 2019, 7:27 PM · Release Info, gnupg (gpg22)
werner created T4509: Release GnuPG 2.2.16.
May 13 2019, 7:26 PM · Release Info, gnupg (gpg22)
werner triaged T4508: gnupg1: digest-preference not honoured as High priority.

I keep this open to track the mentioned change for gnupg 2.2

May 13 2019, 6:53 PM · gnupg (gpg22), Bug Report

May 11 2019

dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.


here is a copy of another example generated key (not b64-encoded), if you want to just download it.

May 11 2019, 4:24 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

I also did a base64 < "$GNUPGHOME/private-keys-v1.d/".key at the end of a different run of that script, and it produced this output, if you'd like to inspect the actual S-expression stored:

May 11 2019, 4:21 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

I ran the example script from T4490 on an s390x machine, and got the following output:

May 11 2019, 4:16 AM · gnupg (gpg22), Bug Report
dkg updated the task description for T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.
May 11 2019, 12:37 AM · gnupg (gpg22), Bug Report
dkg set Version to 2.2.13 on T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.
May 11 2019, 12:36 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.

This might be related to T4490, since it's the same sort of key generation process.

May 11 2019, 12:36 AM · gnupg (gpg22), Bug Report
dkg created T4501: gpg --generate-key --batch from existing key (with Key-Grip:) fails on 64-bit big-endian architectures.
May 11 2019, 12:33 AM · gnupg (gpg22), Bug Report

May 10 2019

pa_am created T4500: Option --use-embedded-filename does not work as expect.
May 10 2019, 11:51 PM · gnupg (gpg22), Bug Report
dkg created T4497: gpgconf should report clearer errors when it knows that a given daemon's config file is bad.
May 10 2019, 11:24 PM · gnupg (gpg22)
dkg added a comment to T4490: --export-secret-keys fails with unusually-created secret key.

I was trying to use the above technique to be able to generate an OpenPGP transferable secret key in an ephemeral homedir. Ephemeral directories are recommended in the GnuPG info page's "unattended usage" section, but they do not work here.

May 10 2019, 10:45 PM · ssh, gnupg (gpg22)
dkg created T4496: gpgconf --launch ignores --homedir arguments.
May 10 2019, 9:25 PM · Bug Report, gnupg (gpg22)
werner triaged T4490: --export-secret-keys fails with unusually-created secret key as Normal priority.
May 10 2019, 10:20 AM · ssh, gnupg (gpg22)
dkg created T4490: --export-secret-keys fails with unusually-created secret key.
May 10 2019, 6:28 AM · ssh, gnupg (gpg22)

Mar 28 2019

werner added a comment to T4437: CCID card reader stopped working.

Good that it works again for you.

Mar 28 2019, 5:53 PM · Gentoo, scd, gnupg (gpg22), Bug Report
dilfridge closed T4437: CCID card reader stopped working as Invalid.

This was most likely a (chipcard) hardware issue. It went away after polishing the contact pads for a bit. Possibly my laptop reader applies more force...

Mar 28 2019, 3:18 PM · Gentoo, scd, gnupg (gpg22), Bug Report
werner added projects to T4437: CCID card reader stopped working: gnupg (gpg22), scd, Gentoo.
Mar 28 2019, 10:21 AM · Gentoo, scd, gnupg (gpg22), Bug Report

Mar 27 2019

aheinecke closed T4264: Gpg4win 3.1.6, a subtask of T4412: Release GnuPG 2.2.14, as Resolved.
Mar 27 2019, 1:54 PM · Release Info, gnupg (gpg22)
lechten added a comment to T4436: gpgsm refuses to encrypt with failure to check CRL.

I forgot: Instead of importing the missing internal CA, this works:

Mar 27 2019, 9:44 AM · gnupg, S/MIME
lechten added a comment to T4436: gpgsm refuses to encrypt with failure to check CRL.

I agree, the question is which CRL is checked when how. Maybe there is some mistake on my side. Here is a recipe for Debian:

Mar 27 2019, 9:23 AM · gnupg, S/MIME
aheinecke added a comment to T4436: gpgsm refuses to encrypt with failure to check CRL.

I don't think this is a bug. Failure to encrypt when CRL check fails is expected.

Mar 27 2019, 8:37 AM · gnupg, S/MIME

Mar 26 2019

werner triaged T4436: gpgsm refuses to encrypt with failure to check CRL as Normal priority.
Mar 26 2019, 7:53 PM · gnupg, S/MIME

Mar 25 2019

grobian closed T4420: gnupg-2.2.14: Compilation failure on OpenIndiana as Resolved.

I applied https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=patch;h=8d1b5982138c104f3c50663738892fa110193059 on top of 2.2.14.

Mar 25 2019, 3:07 PM · Solaris, gnupg (gpg22), Bug Report
werner changed the status of T4420: gnupg-2.2.14: Compilation failure on OpenIndiana from Open to Testing.

We fixed that in master and 2.2. Can you please test this with the next release and report or close this bug?

Mar 25 2019, 2:51 PM · Solaris, gnupg (gpg22), Bug Report
gniibe claimed T4420: gnupg-2.2.14: Compilation failure on OpenIndiana.
Mar 25 2019, 11:16 AM · Solaris, gnupg (gpg22), Bug Report

Mar 24 2019

werner triaged T4422: `repair-keys` does not reorder signatures on non-merge imports as Normal priority.
Mar 24 2019, 10:53 AM · gnupg24, Bug Report
werner triaged T4421: import-export does not remove duplicated subkeys as Normal priority.
Mar 24 2019, 10:51 AM · Feature Request, OpenPGP, gnupg (gpg23)
werner added a comment to T4420: gnupg-2.2.14: Compilation failure on OpenIndiana.

Thanks for the report. underscore followed by an uppercase letter is actually reserved for the system; thus we should not have used that.

Mar 24 2019, 10:49 AM · Solaris, gnupg (gpg22), Bug Report
werner triaged T4420: gnupg-2.2.14: Compilation failure on OpenIndiana as High priority.
Mar 24 2019, 10:48 AM · Solaris, gnupg (gpg22), Bug Report

Mar 19 2019

wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

Also might I add, this used to work perfectly fine in gnupg14. It seems that somewhere along the line a regression was introduced that is causing this erroneous non-compliant behavior in the HTTP client.

Mar 19 2019, 6:18 PM · gnupg (gpg22), dns, dirmngr
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

Why? Your explanation is invalid because it implicates dirmngr's HTTP client as not comforming to the spec laid out by the RFC. I've quite clearly explained--and backed up with the spec itself--that when a proxy variable is configured, a client should not be doing DNS lookup of the destination hostname. Is there something about that you are not understanding?

Mar 19 2019, 6:13 PM · gnupg (gpg22), dns, dirmngr
werner closed T4412: Release GnuPG 2.2.14 as Resolved.

News for 2.2.14, released 2019-03-19:

Mar 19 2019, 12:33 PM · Release Info, gnupg (gpg22)
aheinecke added a subtask for T4412: Release GnuPG 2.2.14: T4264: Gpg4win 3.1.6.
Mar 19 2019, 9:21 AM · Release Info, gnupg (gpg22)
aheinecke added a parent task for T4412: Release GnuPG 2.2.14: T4392: Imports public key only, will not import secret key.
Mar 19 2019, 9:20 AM · Release Info, gnupg (gpg22)
werner added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

Please show an example regarding something else than a failed access to a pool of keyservers. I explained why it can't work for pools for you.

Mar 19 2019, 7:59 AM · gnupg (gpg22), dns, dirmngr

Mar 18 2019

wheelerlaw reopened T3065: dirmngr: proxy issues with dnslookup causing failure as "Open".

Yes you can, and no you do not. Don't believe me? Then read the spec. At no point does the spec say that there is "nothing that can be done" when a hostname cannot be resolved when connecting through a proxy. In fact, it states precisely the opposite, describing the exact procedure a client should take when making a request through a proxy. See section 5.3, paragraph 3:

Mar 18 2019, 9:21 PM · gnupg (gpg22), dns, dirmngr
werner closed T2908: dirmngr can't be build w/o LDAP as Wontfix.
Mar 18 2019, 7:28 PM · gnupg (gpg22), dirmngr, Bug Report, gnupg
werner closed T4319: New 2017 MAC permission isues on gpg-agent as Invalid.
Mar 18 2019, 7:27 PM · MacOS, gpgagent, gnupg (gpg22)
werner lowered the priority of T3972: 100% CPU usage endles loop of gpg --list-keys from Normal to Low.

We can't replicate that and got no more response for 9 months.

Mar 18 2019, 7:22 PM · gnupg (gpg22)
werner created T4412: Release GnuPG 2.2.14.
Mar 18 2019, 7:14 PM · Release Info, gnupg (gpg22)

Mar 7 2019

werner closed T4367: gnupg fails to build with gcc9 as Resolved.
Mar 7 2019, 1:05 PM · gnupg (gpg22), Bug Report

Mar 6 2019

werner added a comment to T4393: GnuPG should always accept key updates even if the update does not contain UIDs.

TPK ?
TPS ?

Mar 6 2019, 6:04 PM · gnupg (gpg23), Feature Request
justus added a comment to T4393: GnuPG should always accept key updates even if the update does not contain UIDs.
In T4393#123047, @dkg wrote:

i don't understand why "import-drop-uids" is useful --

Mar 6 2019, 4:44 PM · gnupg (gpg23), Feature Request
dkg added a comment to T4393: GnuPG should always accept key updates even if the update does not contain UIDs.

i don't understand why "import-drop-uids" is useful -- it sounds to me like the functionality you're looking for is something more accurately named "accept-certs-without-uids". is that right?

Mar 6 2019, 4:37 PM · gnupg (gpg23), Feature Request
justus created T4393: GnuPG should always accept key updates even if the update does not contain UIDs.
Mar 6 2019, 12:16 PM · gnupg (gpg23), Feature Request

Feb 23 2019

machsix added a comment to T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows.

This is caused by the encoding of file in windows. If we directly redirect the stdout to file, windows encodes the file as CRLF+UCSE LE BOM but linux encodes it as LF+UTF-8. To make the file work, I just need to run dos2unix to convert the encoding. Hope it help someone having similar issue.

Feb 23 2019, 8:25 AM · gnupg (gpg22), Windows 32, Bug Report

Feb 19 2019

gniibe lowered the priority of T4319: New 2017 MAC permission isues on gpg-agent from High to Low.

Your problem is apparently not an issue of upstream development of GnuPG; It is your setup script (agent.sh?) which specifies /dev/shm/SOMETHING.
Standard GnuPG never does that. We have no idea about use of /dev/shm/SOMETHING.

Feb 19 2019, 2:37 AM · MacOS, gpgagent, gnupg (gpg22)

Feb 15 2019

pmgdeb created T4367: gnupg fails to build with gcc9.
Feb 15 2019, 3:55 PM · gnupg (gpg22), Bug Report

Feb 12 2019

werner closed T4290: Release GnuPG 2.2.13 as Resolved.
Feb 12 2019, 7:01 PM · Release Info, gnupg (gpg22)
werner updated the task description for T4290: Release GnuPG 2.2.13.
Feb 12 2019, 6:59 PM · Release Info, gnupg (gpg22)
werner renamed T4290: Release GnuPG 2.2.13 from Release GnuPG 2.1.13 to Release GnuPG 2.2.13.
Feb 12 2019, 4:05 PM · Release Info, gnupg (gpg22)

Jan 24 2019

aheinecke added a project to T4334: gpg "showphoto" not creating temp file on Windows 10: gpg4win.
Jan 24 2019, 8:36 AM · gpg4win, Windows, gnupg (gpg22), Bug Report

Jan 23 2019

werner triaged T4334: gpg "showphoto" not creating temp file on Windows 10 as Normal priority.
Jan 23 2019, 1:16 PM · gpg4win, Windows, gnupg (gpg22), Bug Report

Jan 22 2019

werner closed T4329: gpg2 should reject ELG key type when generating keys from batches using --gen-key as Resolved.

Thanks for the report. Fix will be in the next release.

Jan 22 2019, 10:19 AM · gnupg (gpg22), Bug Report
werner claimed T4329: gpg2 should reject ELG key type when generating keys from batches using --gen-key .
Jan 22 2019, 9:32 AM · gnupg (gpg22), Bug Report

Jan 11 2019

Cocoanino created T4319: New 2017 MAC permission isues on gpg-agent in the S1 Public space.
Jan 11 2019, 5:09 AM · MacOS, gpgagent, gnupg (gpg22)

Dec 17 2018

aheinecke added a comment to T4248: gpg-agent: Rare unresponsiveness after importing a secret S/MIME cert on Windows.

In Wald someone reports that this also appears to happen when decrypting. https://wald.intevation.org/forum/message.php?msg_id=6377 Probably run-threaded will help to flush this out.

Dec 17 2018, 8:33 AM · S/MIME, gnupg (gpg22), gpgagent, gpg4win

Dec 15 2018

werner created T4290: Release GnuPG 2.2.13.
Dec 15 2018, 4:39 PM · Release Info, gnupg (gpg22)

Dec 14 2018

wheelerlaw edited projects for T3065: dirmngr: proxy issues with dnslookup causing failure, added: gnupg (gpg22); removed FAQ.
Dec 14 2018, 7:29 PM · gnupg (gpg22), dns, dirmngr
werner closed T4289: GnuPG 2.1.12 release as Resolved.
Dec 14 2018, 4:01 PM · gnupg (gpg22), Release Info
werner added a comment to T4289: GnuPG 2.1.12 release.

NEWS are:

Dec 14 2018, 1:55 PM · gnupg (gpg22), Release Info
werner added a parent task for T4289: GnuPG 2.1.12 release: T4264: Gpg4win 3.1.6.
Dec 14 2018, 1:30 PM · gnupg (gpg22), Release Info
werner created T4289: GnuPG 2.1.12 release.
Dec 14 2018, 1:29 PM · gnupg (gpg22), Release Info
werner added a project to T4248: gpg-agent: Rare unresponsiveness after importing a secret S/MIME cert on Windows: S/MIME.
Dec 14 2018, 10:46 AM · S/MIME, gnupg (gpg22), gpgagent, gpg4win

Dec 13 2018

gniibe closed T4177: card: After "forcesig" command makes card "not forced", signing fails by: Bad PIN as Resolved.
Dec 13 2018, 3:44 PM · scd, gnupg (gpg22)

Dec 12 2018

werner closed T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key" as Resolved.
Dec 12 2018, 8:28 AM · gnupg (gpg22), MacOS, Bug Report
gniibe added a parent task for T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key": T4255: gpg-agent: "<gcrypt> Cannot allocate memory" with 10 threads decrypting OpenPGP.
Dec 12 2018, 7:26 AM · gnupg (gpg22), MacOS, Bug Report

Dec 11 2018

werner added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

If you specify a pool of keyservers dirmngr selects a keyserver on its won from the pool. This is so that it can use its own heuristics to detect whether a keyserver is dead and then retry another one. Now the default is a pool and your specified keyserver.ubuntu.com is also a pool (of two servers). So if your DNS resolver does not tell us the IP addresses, we can't do anything about it.

Dec 11 2018, 3:48 PM · gnupg (gpg22), dns, dirmngr
werner added a comment to T3972: 100% CPU usage endles loop of gpg --list-keys.

In your second run you added the options after the argument (4E2C6E8793298290) so they won't have an effect. Anyway, I can't see anything from the output. My way to debug that would be to run gpg under strace:

Dec 11 2018, 3:31 PM · gnupg (gpg22)

Nov 19 2018

aheinecke closed T4227: Gpg4win 3.1.5, a subtask of T4233: GnuPG 2.2.11 release, as Resolved.
Nov 19 2018, 10:28 AM · gnupg (gpg22), Release Info

Nov 18 2018

dkg added a comment to T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime..

hm, adding: --with-tar=tar to my invocation of ./configure appears to leave gpg-zip with:

Nov 18 2018, 7:52 PM · gnupg (gpg22), Bug Report

Nov 15 2018

werner closed T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime. as Resolved.
Nov 15 2018, 4:16 PM · gnupg (gpg22), Bug Report
werner added a comment to T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime..

I have a warning already in my working copy.

Nov 15 2018, 3:07 PM · gnupg (gpg22), Bug Report

Nov 14 2018

dkg added a comment to T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime..

i don't see any active use of it in all of debian: https://codesearch.debian.net/search?q=gpg-zip

Nov 14 2018, 6:48 PM · gnupg (gpg22), Bug Report
werner added a comment to T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime..

Let me also note that gpg-zip was not installed since 2006 due a conflict with gpg1.

Nov 14 2018, 1:26 PM · gnupg (gpg22), Bug Report
werner added a comment to T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime..

gpg-zip is deprecated because we have replaced it by gpgtar. Given that you have a workaround for Debian I tend to close this bug as WONTFIX.

Nov 14 2018, 1:11 PM · gnupg (gpg22), Bug Report
dkg created T4251: gpg-zip embeds the build-time path for tar instead of finding it at runtime..
Nov 14 2018, 7:23 AM · gnupg (gpg22), Bug Report

Nov 9 2018

aheinecke created T4248: gpg-agent: Rare unresponsiveness after importing a secret S/MIME cert on Windows.
Nov 9 2018, 1:50 PM · S/MIME, gnupg (gpg22), gpgagent, gpg4win

Nov 8 2018

dkg added a comment to T3464: successful decryption with session key reports failure if public key is unknown.

I don't think this answered my question -- i'm asking how adding --no-keyring affects gpgme_op_decrypt_verify -- it seems like verification would fail if no keyring is used, no?

Nov 8 2018, 8:59 AM · gpgme, Bug Report
werner added a comment to T3464: successful decryption with session key reports failure if public key is unknown.

gpgme_op_decrypt_verify can always be used instead of gpgme_op_decrypt. This is an obvious requirement because the signature and the fact that there is a signature is only known after the decryption step. The newer GPGME_DECRYPT_VERIFY of the gpgme_op_decrypt_ext function is basically an alias for gpgme_op_decrypt_verify.
For both functions gpgme employs "gpg --decrypt".

Nov 8 2018, 8:41 AM · gpgme, Bug Report
dkg added a comment to T3464: successful decryption with session key reports failure if public key is unknown.

I'm fine with this change, but i do note that some people expect --decrypt to mean "decrypt and verify, if possible". In particular, gpg(1) says about --decrypt:

Nov 8 2018, 6:44 AM · gpgme, Bug Report

Nov 6 2018

werner closed T4233: GnuPG 2.2.11 release as Resolved.

Released: https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000432.html

  • gpgsm: Fix CRL loading when intermediate certicates are not yet trusted.
  • gpgsm: Fix an error message about the digest algo. [T4219]
  • gpg: Fix a wrong warning due to new sign usage check introduced​ with 2.2.9. [T4014]
  • gpg: Print the "data source" even for an unsuccessful keyserver query. ​
  • gpg: Do not store the TOFU trust model in the trustdb. This allows to enable or disable a TOFU model without triggering a trustdb rebuild. [T4134]
  • scd: Fix cases of "Bad PIN" after using "forcesig". [T4177]
  • agent: Fix possible hang in the ssh handler. [T4221]
  • dirmngr: Tack the unmodified mail address to a WKD request. See commit a2bd4a64e5b057f291a60a9499f881dd47745e2f for details.
  • dirmngr: Tweak diagnostic about missing LDAP server file.
  • dirmngr: In verbose mode print the OCSP responder id.
  • dirmngr: Fix parsing of the LDAP port. [T4230]
  • wks: Add option --directory/-C to the server. Always build the​ server on Unix systems.
  • wks: Add option --with-colons to the client. Support sites which​ use the policy file instead of the submission-address file.
  • Fix EBADF when gpg et al. are called by broken CGI scripts.
  • Fix some minor memory leaks and bugs.
Nov 6 2018, 12:42 PM · gnupg (gpg22), Release Info

Nov 5 2018

aheinecke added a subtask for T4233: GnuPG 2.2.11 release: T4227: Gpg4win 3.1.5.
Nov 5 2018, 4:02 PM · gnupg (gpg22), Release Info