From: Jonathan McDowell Date: Fri, 14 Aug 2015 17:19:15 +0000 (+0100) Subject: Add de-duplication of subkeys on a key X-Git-Tag: onak-0.4.6~10 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e17ef1fac72bcfeff58e7c88af18eea6f9d6bc85;hp=e17ef1fac72bcfeff58e7c88af18eea6f9d6bc85;p=onak.git Add de-duplication of subkeys on a key GnuPG will incorrectly add a pre-existing subkey that it doesn't understand (e.g. ECC) to a key. This results in keys with a large number of identical subkeys. Avoid this by detecting such keys and de-duplicating the identical subkeys. (gnupg bug report at https://bugs.gnupg.org/gnupg/issue1962) ---