Bug in Crypt::OpenPGP
Ben Trott probably has other, more high-flying things to think about than a bug in a (probably long-forgotten) Perl Module. But Austin Frank recently uncovered an obscure bug in Crypt::OpenPGP
, which we use here to verify PGP-signed comments.
Most people, these days, have a DSA primary key (used for signing) and an El-Gamal subkey (used for encryption). Austin has an RSA primary key and DSA (signing) and El-Gamal (encryption) subkeys. Nothing wrong with that and, as far as I can tell, GnuPG handles such keys just fine. But Crypt::OpenPGP
seems to barf on any message signed by Austin, leading me to suspect a bug in its handling of keys of this sort.
I’ve filed a bug report, but I’m not holding my breath.
Posted by distler at May 26, 2006 9:25 AM
Re: Bug in Crypt::OpenPGP
Good for your health :) Seriously, I don’t think Ben Trott will have time to even notice the bug report, let alone fix it!