Page MenuHome GnuPG

V3 fingerprint not reported
Closed, ResolvedPublic

Description

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

Event Timeline

This is not a bug:

@item --fast-list-mode
Changes the output of the list commands to work faster; this is achieved 
by leaving some parts empty. Some applications don't need the user ID
and the trust information given in the listings. By using this options
they can get a faster listing. The exact behaviour of this option may  
change in future versions.

I will add:

If you are missing some information, don't use this option.