27639a
Index: options.pptp
27639a
===================================================================
27639a
RCS file: /cvsroot/pptpclient/pptp-linux/options.pptp,v
27639a
retrieving revision 1.3
27639a
diff -u -r1.3 options.pptp
27639a
--- options.pptp	26 Mar 2006 23:11:05 -0000	1.3
27639a
+++ options.pptp	30 Aug 2012 12:38:36 -0000
27639a
@@ -33,17 +33,25 @@
27639a
 
27639a
 # Encryption
27639a
 # (There have been multiple versions of PPP with encryption support,
27639a
-# choose with of the following sections you will use.  Note that MPPE
27639a
+# choose which of the following sections you will use.  Note that MPPE
27639a
 # requires the use of MSCHAP-V2 during authentication)
27639a
+#
27639a
+# Note that using PPTP with MPPE and MSCHAP-V2 should be considered
27639a
+# insecure:
27639a
+# http://marc.info/?l=pptpclient-devel&m=134372640219039&w=2
27639a
+# https://github.com/moxie0/chapcrack/blob/master/README.md
27639a
+# http://technet.microsoft.com/en-us/security/advisory/2743314
27639a
 
27639a
 # http://ppp.samba.org/ the PPP project version of PPP by Paul Mackarras
27639a
 # ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
27639a
+# If the kernel is booted in FIPS mode (fips=1), the ppp_mppe.ko module
27639a
+# is not allowed and PPTP-MPPE is not available.
27639a
 # {{{
27639a
 # Require MPPE 128-bit encryption
27639a
 #require-mppe-128
27639a
 # }}}
27639a
 
27639a
-# http://polbox.com/h/hs001/ fork from PPP project by Jan Dubiec
27639a
+# http://mppe-mppc.alphacron.de/ fork from PPP project by Jan Dubiec
27639a
 # ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
27639a
 # {{{
27639a
 # Require MPPE 128-bit encryption