Bugs: Browse | Submit New | Admin
Apparently ruby-gpgme calculates IDs for RSAv3-keys wrong. For those keys it shows a different ID as primary than the key (or the first subkey) really has. Supposedly it uses the rules for calculating RSAv4 (OpenPGP-compatible) keys, which are different from those for RSAv3 keys. The problem is know from old keyservers and described e.g. here: http://lists.gnupg.org/pipermail/gnupg-users/2002-May/012904.html Due to this bug those keys are unusable with ruby-gpgme. While newer versions of GnuPG don't generate those keys anymore there're still some of those keys out there being used.
Add A Comment:
Date: 2011-04-11 08:49 Sender: Daiki Ueno Well, which operation caused the problem? Since key ID calculation is done in GnuPG which ruby-gpgme and GPGME simply call, I guess there would be not much to be done in the ruby-gpgme side.