Wish: --recv-signers-of
Thomas Roessler
roessler at does-not-exist.org
Sun Jul 8 13:35:02 CEST 2001
Occasionally, it's practical to batch-fetch all keys which have
signed a certain other public key, in order to look whether you can
find some well-authenticated keys of trustworthy individuals there.
Of course, this can be easily automated like this:
gpg --check-sigs <some-id> | awk '/^sig/ { print $2 }' | \
sort -u > k
gpg --recv-keys `cat k`
But still, a gnupg option to do this without resorting to the shell
could be quite practical.
--
Thomas Roessler http://log.does-not-exist.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 492 bytes
Desc: not available
Url : /pipermail/attachments/20010708/4d7fbf52/attachment.bin
More information about the Gnupg-devel
mailing list