I am trying to automate verification of encrypted and signed GnuPG-files (binary and ascii). What I need is the fingerprint of the signature, which I can get from the gpg --status-fd thing, but I haven't got it working with GnuPG::Interface. Does anybody here got a working example of this? (Both with a password protected private key, and a private key without a password.)
The GnuPG::Interface documentation and it's example is not exactly bug free.