aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mppe.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce another global (MPPE_IsServer) so that we initiate theBrian Somers2000-11-071-0/+1
| | | | | | | | | | | | | | | | | | MPPE session keys correctly. I'm a bit dubious about this code. It seems that the session keys are initialised differently based on whether you're the client or the server. One side is the server if it issues the first challenge, but of course you can issue a challenge from both sides.... at the same time. Sounds like another wonderful M$ assumption... Ppp can now talk to itself correctly using encryption. Problem solved by: Ustimenko Semen <semen@iclub.nsu.ru> Hair torn out by: me Notes: svn path=/head/; revision=68461
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-0/+32
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> Notes: svn path=/head/; revision=67910