]> git.ozlabs.org Git - ppp.git/commit
pppd: add experimental support for PEAP protocol, an extension of EAP
authorRustam Kovhaev <rkovhaev@gmail.com>
Thu, 10 Oct 2019 19:53:36 +0000 (12:53 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Sun, 12 Sep 2021 17:59:29 +0000 (10:59 -0700)
commit4e2c49755175d05f7f4a3c1c70a42d2eef9d7839
treeee98b25d70bb9d3e55407cfea0a86685fe138e11
parent812e8e5c87da4fd84ae7bc5b6a18c85106188eb3
pppd: add experimental support for PEAP protocol, an extension of EAP

current patch implements client functionality for PEAPv0/EAP-MSCHAPv2,
which is usually the most common setup deployed by companies utilizing
Microsoft RRAS as their VPN solution

Signed-off-by: Rustam Kovhaev <rkovhaev@gmail.com>
pppd/auth.c
pppd/eap.c
pppd/peap.c [new file with mode: 0644]
pppd/peap.h [new file with mode: 0644]