public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* MPPE in kernel?
@ 2003-05-12 11:59 Frank Cusack
  2003-05-12 12:13 ` Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Frank Cusack @ 2003-05-12 11:59 UTC (permalink / raw)
  To: linux-kernel, paulus

What are the chances of getting MPPE (PPP encryption) into the 2.4.21
and/or 2.5.x kernels?

For 2.4.21, sha1 and arcfour code needs to be added, so I don't have
too much hope :-) even though the code is trivial to integrate.

For 2.5.x, just the arcfour code is needed (since sha1 is already there).
I've written a public domain implementation, which I'd be willing to
relicense under GPL (although I don't see the point), but in any case
the algorithm is easy and could be written by anyone.

In addition to the crypto, the mppe compressor module is required.

I'm not so concerned about getting any of that included though; what
I really want is for the changes to ppp_generic.c to be included.
It's not so much fun to have to maintain patches.  The changes required
are generic, don't require crypto, and are generally uneventful.  Getting
the crypto bits and the mppe compressor itself included would just be
a bonus.

/fc

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

end of thread, other threads:[~2003-05-13  4:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-12 11:59 MPPE in kernel? Frank Cusack
2003-05-12 12:13 ` Christoph Hellwig
2003-05-12 12:16 ` Alan Cox
2003-05-12 12:36 ` Paul Mackerras
2003-05-12 13:02   ` Frank Cusack
2003-05-12 13:07     ` Paul Mackerras
2003-05-12 22:13       ` Frank Cusack
2003-05-13  4:38         ` Paul Mackerras
2003-05-12 14:59 ` James Morris
2003-05-12 22:16   ` Frank Cusack
2003-05-12 15:04 ` Valdis.Kletnieks
2003-05-12 22:23   ` Frank Cusack

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