when i run gpg --with-colons --show-keys on a revocation certificate, there is no output, but i get these warnings on logger-fd:
gpg: key A57E4460FD08E224: no public key - can't apply revocation certificate gpg: Total number processed: 1
I was hoping for output on stdout like the following:
rev:!::1:A57E4460FD08E224:1528750759::::this is a test:20x::473003A5FBBB54BC4C717B7CA57E4460FD08E224:::10:
where the revocation signature would show and be interpretable.
I've also tried:
gpg --dry-run --with-colons --import-options import-show --with-sig-list --import
and that also fails in the same way as --show-keys: two lines to logger-fd and nothing to stdout.
note: T4017 points out that --show-keys on a revocation certificate isn't actually --dry-run. this is a distinct problem from the issue reported here.