[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sup-devel] [Heliotrope/Turnsole] GPG signature verification



Hi,

Before I can actually switch to Heliotrope/Turnsole, I need to have GPG working
properly. I tried implementing GPG signature verification first, and got it
nearly working, but before I go down the rabbit hole too far, I decided to ask
a few questions here first:

1) In ChunkParser#chunks_for_message, the message object has multiple parts,
   which in turn are just hashes. At least in my tests, the first part usually
   has a "content" entry, but the second part doesn’t. Therefore, I need to
   request it from heliotrope. Should I introduce a new class for that or am I
   missing an existing class which I can use for that? Chunk::Attachment has
   very similar functionality with its content method.

2) For verification, I need the not-decoded MIME part, but heliotrope decodes
   MIME parts. Thus, I always get a bad signature. How should we fix this? Not
   decode MIME in heliotrope, but in turnsole? Decode MIME in both? Make
   turnsole get the raw message, too, for GPG (roundtrip alert!)?

Best regards,
Michael
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel