Page MenuHome GnuPG

Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data"
Open, HighPublic

Description

With current master of kleopatra, gpgme, gnupg

To reproduce:

  1. pgp encrypt and sign some files
  2. From kleopatra, try decrypting the archive
  3. Fails with "Decryption failed: no data"

As far as i can tell, gpgme tries calling gpgtar with gpgtar [...] --proc-all-sigs [...], which fails as gpgtar can't process that flag. That makes this a regression caused by 59421b063672d70e408ae0358819bee979f5f4cc in kleopatra, or more precisely 409e314582273be36b9b6516e89f142f2e99e682 in gpgme

Event Timeline

TobiasFella created this task.

I knew that we'd need something like D604 when I saw rM409e31458227, but then I forgot about it. :/