]> the.earth.li Git - onak.git/commit
Add de-duplication of subkeys on a key
authorJonathan McDowell <noodles@earth.li>
Fri, 14 Aug 2015 17:19:15 +0000 (18:19 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 14 Aug 2015 17:19:15 +0000 (18:19 +0100)
commite17ef1fac72bcfeff58e7c88af18eea6f9d6bc85
tree35b1065af877b897a5062dc7ae99f4c7efe1e2bd
parent40db37d30b4d0172e33a5419365f999ee6e4827d
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)
cleankey.c