All of lore.kernel.org
 help / color / mirror / Atom feed
* List changes
@ 2018-04-15 15:25 Thomas Gleixner
  2018-05-01 23:38 ` [MODERATED] " Kees Cook
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Gleixner @ 2018-04-15 15:25 UTC (permalink / raw)
  To: speck

Folks!

As you all noticed, the 'schleuder' GPG remailer has some oddities. Aside
of that Konrad managed to crash it with a mail and I found two other ways
to make it explode. The thing is written in ruby and fixing it turned out
to be over my head.

I finally gave up and reused my extensive collection of mail processing
python code to implement a very trivial remailer, which is completetly
config file driven and lacks all the extras of CLI or Web-UI.

The mail you are reading now is from that remailer. If there is anything
wrong with it please let me know.

Here are the differences to the previous thing:

 - I failed to make it explode with the mails which brought schleuder
   down. There are surely new ones which it can''t handle but that should
   be fine.

 - The From has changed and gives now the information who sent mail:

       From: speck for 'Joe User' <joe@user.com>

 - The Received: chain is kept in the mail

 - S/MIME support

   GPG integration into MUAs is partially cumbersome and some MUAs have better
   support for S/MIME.

   The remailer can decrypt S/MIME and GPG and remail S/MIME or GPG depending
   on the subscriber setting.

   If you want to use S/MIME, please get a S/MIME certificate either from
   your organization or a free of charge from one of the CAs. The free ones
   expired after a year though.

   I used this link:

     https://secure.comodo.net/products/frontpage?ap=Secorio&area=SecureEmailCertificate&product=9&days=365

   The certificate is installed in your browser and can be exported from
   there in PKCS12 format. Depending on your MUA you might have to split it
   up into the key and the cert part in PEM format.

   If you want to use S/MIME rather than GPG let me know and send me
   private mail signed with your S/MIME cert.

 - The send-key mechanism is not yet working, but that's easy enough to
   fix.
 
 - Signed mails are not correclty handled because the recrypting destroys
   the signature. Your MUA might complain about a broken
   signature. schleuder handled this differently by attaching the full
   original mail so the signature was kept intact, but that's a cumbersome
   way to deal with. The intent of schleuder is different as it wants
   anonymization along with a full trust chain. I rather prefer workable
   mail....

   I'm planning to remove the signatures completely and rather sign the
   recrypted mail with the mailing list key. But that's the least of my
   worries right now.

I've looked into patch series sending as well and I think I have an idea. I
could provide a special speck-patchbomb@.... address where you could send
quilt mbox file to. The remailer could simply extract the mbox from the
crypted mail and remail the mails in the mbox as seperate mails. If you
think that's useful, please let me know. It's trivial to implement as I
have mbox handling code around already.

I'll resend Konrads mail which killed schleuder later today as it did not
make it to the list for obvious reasons.

Thanks,

	tglx

   

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

end of thread, other threads:[~2018-05-03  1:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-15 15:25 List changes Thomas Gleixner
2018-05-01 23:38 ` [MODERATED] " Kees Cook
2018-05-02  6:46   ` Thomas Gleixner
2018-05-02 10:42     ` Thomas Gleixner
2018-05-03  1:04       ` [MODERATED] " Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.