Bug#1001331: [pkg-gnupg-maint] Bug#1001331: gpg: Provide interface to inspect (detached) signatures

2021-12-14 Thread Guillem Jover
Hi! On Mon, 2021-12-13 at 22:58:22 +0100, Werner Koch wrote: > > I cannot stop using as I do not know of a publicly supported interface > > to inspect a (detached) signature to get its issuer fingerprint or > > keyid. > > You can do this: > > gpg --verify --status-fd 1 x.asc /dev/null

Bug#1001331: [pkg-gnupg-maint] Bug#1001331: gpg: Provide interface to inspect (detached) signatures

2021-12-13 Thread Werner Koch
Hi! > I cannot stop using as I do not know of a publicly supported interface > to inspect a (detached) signature to get its issuer fingerprint or > keyid. You can do this: gpg --verify --status-fd 1 x.asc /dev/null 2>/dev/null \ | awk '$1=="[GNUPG:]" && $2=="BADSIG" { print $3}' which

Bug#1001331: gpg: Provide interface to inspect (detached) signatures

2021-12-08 Thread Guillem Jover
Package: gpg Version: 2.3.1-1 Severity: wishlist Hi! With the latest debsig-verify I switched one of its gpg uses away from «--list-packets» to «--with-colons --show-keys». But the remaining one I cannot stop using as I do not know of a publicly supported interface to inspect a (detached)