Archive of RubyForge sup-devel mailing list
 help / color / mirror / Atom feed
* [sup-devel] [Turnsole] Experimental GPG signature verification
@ 2012-03-12 18:28 Michael Stapelberg
  2012-03-14 13:13 ` Nicolas Pouillard
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Stapelberg @ 2012-03-12 18:28 UTC (permalink / raw)
  To: sup-devel

Hi,

At https://github.com/mstap/turnsole/commits/gpg-signed, you can find an
experimental branch which implements GPG signature verification. This should
work for PGP/MIME multipart/mixed, multipart/signed and PGP/INLINE. You also
need the changes of https://github.com/wmorgan/heliotrope/pull/42 in your
heliotrope for this to work.

GPG decryption is not working at all yet. Also, depending on your messages, you
might need to patch RMail (see my previous mail):

lib/rmail/parser/multipart.rb:211
  #s = PushbackReader.maybe_contains_re("--" + boundary)
  s = Regexp.quote("--" + boundary)

If you notice any problems, please report them.

Best regards,
Michael

PS: I’m not quite sure how to make Heliotrope pick up the "signed" label for
messages which are already indexed. The code now recognizes more signed
variants. Ideas?
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-19  7:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 18:28 [sup-devel] [Turnsole] Experimental GPG signature verification Michael Stapelberg
2012-03-14 13:13 ` Nicolas Pouillard
2012-03-14 13:31   ` Michael Stapelberg
2012-03-14 13:38     ` Nicolas Pouillard
2012-03-14 13:55       ` Michael Stapelberg
2012-03-18 22:45         ` Michael Stapelberg
2012-03-19  7:53           ` Nicolas Pouillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox