Matt Domsch b3f9b92a6e [PPP]: add PPP MPPE encryption module
From: Matt Domsch <Matt_Domsch@dell.com>

The patch below implements the Microsoft Point-to-Point Encryption method
as a PPP compressor/decompressor.  This is necessary for Linux clients and
servers to interoperate with Microsoft Point-to-Point Tunneling Protocol
(PPTP) servers (either Microsoft PPTP servers or the poptop project) which
use MPPE to encrypt data when creating a VPN.

This patch differs from the kernel_ppp_mppe DKMS pacakge at
pptpclient.sourceforge.net by utilizing the kernel crypto routines rather
than providing its own SHA1 and arcfour implementations.

Minor changes to ppp_generic.c try to prevent a link from disabling
compression (in our case, the encryption) after it has started using
compression (encryption).

Feedback to <pptpclient-devel@lists.sourceforge.net> please.

Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
Cc: James Cameron <james.cameron@hp.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-11-08 09:40:47 -08:00
..
2005-11-05 23:40:16 -05:00
2005-10-28 10:13:16 -07:00
2005-10-28 19:06:43 -04:00
2005-10-31 13:37:12 +11:00
2005-11-05 21:00:03 -05:00
2005-10-28 08:16:51 -07:00
2005-11-05 21:20:21 +00:00
2005-10-28 16:07:30 -04:00
2005-11-05 21:20:47 +00:00
2005-11-08 09:40:47 -08:00
2005-10-28 08:16:51 -07:00
2005-10-31 13:37:12 +11:00
2005-11-05 21:21:10 +00:00
2005-11-08 09:40:47 -08:00
2005-10-28 08:16:51 -07:00
2005-10-28 08:16:51 -07:00
2005-11-08 09:40:26 -08:00
2005-11-05 23:40:46 -05:00
2005-11-05 14:40:27 -05:00
2005-10-30 17:37:16 -08:00
2005-10-28 08:16:51 -07:00
2005-10-28 08:16:51 -07:00
2005-10-28 16:07:30 -04:00