From: Jonathan McDowell Date: Sun, 3 Nov 2013 01:22:33 +0000 (-0700) Subject: Add support for old Elgamal v3 key IDs X-Git-Tag: onak-0.4.3~44 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0f0f62d3505e60cac5fd35ebcdea525d9d79a3e1;hp=0f0f62d3505e60cac5fd35ebcdea525d9d79a3e1;p=onak.git Add support for old Elgamal v3 key IDs Old versions of GnuPG put Elgamal (type 16) keys inside v3 packets. The method of getting the keyid for these keys was via a RIPE MD160 hash approach similar to the SHA-1 approach used in v4. While nothing supports this these days there are keys in the public keyserver network that contain this sort of data and if we don't parse the keyid correctly we can't show things like self-sigs. ---