aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorMatt Domsch <[email protected]>2005-11-08 17:40:47 +0000
committerDavid S. Miller <[email protected]>2005-11-08 17:40:47 +0000
commitb3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c (patch)
tree7ca8e019573362620638e14e32bb519770ee6945 /net/ipv4/tcp_ipv4.c
parent[PPP]: handle misaligned accesses (diff)
downloadkernel-b3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c.tar.gz
kernel-b3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c.zip
[PPP]: add PPP MPPE encryption module
From: Matt Domsch <[email protected]> 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 <[email protected]> please. Signed-off-by: Matt Domsch <[email protected]> Cc: James Cameron <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: Brice Goglin <[email protected]> Acked-by: Paul Mackerras <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions