Kleopatra: Verifying detached OpenPGP signatures uses different code paths
Testing, NormalPublic

Assigned To
Authored By
ikloecker
Thu, Jul 9, 11:16 AM

Description

Given a file test.txt with detached OpenPGP signature test.txt.sig.

On verification of test.txt.sig, the new file-based approach (see {6351}) is used for the verification.

On verification of test.txt, the old data-based approach is still used for the verification. This is wrong.

Event Timeline

This fix should be backported for VSD 3.4.

ikloecker changed the task status from Open to Testing.Thu, Jul 9, 2:04 PM
ikloecker moved this task from Backlog to WIP on the vsd34 board.

Fixed and backported for VSD 3.4.

Notes for testing: In both cases you should now see that the file paths of the two files are passed to gpg --verify. You can, for example, have a look at the gpgme log.