Release: gpg (GnuPG) 1.4.1
Environment
Debian gnupg package 1.4.1-1
Description
For V3 keys, the command "gpg --with-colons --fingerprint --fast-list-mode 0353e385" does not output the fingerprint. The command does work with V4 keys, and it also works without --fast-list-mode.
How To Repeat
gpg --keyserver=subkeys.pgp.net --recv-keys 0353e385
gpg --with-colons --fingerprint --fast-list-mode 0353e385
Fix
Unknown