1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-08-22 11:02:57 +02:00
aerc/lib/crypto/gpg/gpgbin
Bryce Vandegrift b457f80470 gpg: fix decrypt emails with invalid signature
This patch fixes an error that occurs when decrypting an email with an
invalid gpg signature. The error "gpg-exit 33554433" will be thrown and
the email will not be opened.

Signed-off-by: Bryce Vandegrift <bryce@brycevandegrift.xyz>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-03-30 21:31:56 +02:00
..
decrypt.go gpg: redirect status-fd from stdout to stderr 2024-10-27 10:15:08 +01:00
encrypt.go gpg: redirect status-fd from stdout to stderr 2024-10-27 10:15:08 +01:00
gpgbin.go gpg: fix decrypt emails with invalid signature 2025-03-30 21:31:56 +02:00
import-ownertrust.go gpg: do not sign with untrusted keys 2024-10-23 10:22:45 +02:00
import.go feat: add gpg integration 2022-04-27 09:46:25 +02:00
keys.go gpg: use export-minimal when attaching public key 2024-03-10 17:29:53 +01:00
sign.go gpg: redirect status-fd from stdout to stderr 2024-10-27 10:15:08 +01:00
verify.go gpg: redirect status-fd from stdout to stderr 2024-10-27 10:15:08 +01:00