Hi,
It could be interesting to have an option to enforce signer identity when
verifying a signature. Currently, a GPG signature is valid regardless the signer.
My recent use-case is the Tor Browser Bundle, GPG-signed by 3 devs. I want to be
sure the released software is signed by 3 differents devs, and not by the same
dev multiple times (compromised guy).
With current GnuPG, it's impossible to do this automatically, I have to parse
« gpg --verify » output to fetch the fingerprint signature and compare it to the
expected one.
Would be better if there is an option like « --verify-signer » or equivalent, to
verify both signature and fingerprint directly in the gpg client, and fail if
the signature or the signer is wrong.
Regards,