Hi gpg --with-fingerprint --verify file Does not output the fingerprint of the key used to verify the message. Can someone tell me the reasoning behind this? the same is true for --import and gpg --with-fingerprint < signed-file Why? I would expect the fingerprint to be displayed with the other information on the error stream when I ask for it. //Samuel