On 2026-06-01, "Martin Dosch" <[email protected]> wrote: > upstream replied already: >> The issue is not with the key but with the signature, which >> has Type: Text while the signed data is binary.
Thanks, that indeed was the problem. The signature was being incorrectly generated using "gpg --textmode". It went unnoticed because gpgv seems to be happy with this mistake. I have updated my signing script to no longer use --textmode and now all is fine. Sorry for the noise. This bug can be closed as invalid. The same goes for the upstream issue [0]. Thanks for your help on this! John Ogness [0] https://github.com/ProtonMail/gosop/issues/49

