summaryrefslogtreecommitdiff
path: root/pppd/eap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-171-1/+1
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-7/+7
* Adding back DesEncrypt/DesDecrypt functions as they are a special incarnation...Eivind Næss2022-08-191-187/+157
* Fixing up the srp compilation to work without SHA1Init() and DesEncrypt()Eivind Næss2022-08-151-46/+74
* Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-121-103/+184
* Let ./configure control the paths for pppdEivind Næss2022-08-081-1/+1
* Changing USE_SRP to PPP_WITH_SRP for consistencyEivind Næss2022-07-151-44/+44
* Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-151-6/+6
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-42/+42
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-26/+26
* pppd/eap: Fix bug causing incorrect response length (#334)Eivind Næss2022-02-041-0/+1
* Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-1/+27
* pppd: add experimental support for PEAP protocol, an extension of EAPRustam Kovhaev2021-09-121-0/+8
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-3/+12
* pppd: Support strip MS domain name for EAP MSCHAPv2Tijs Van Buggenhout2021-01-061-0/+10
* pppd: Refactor eap MSCHAPv2 using chap_find_digestTijs Van Buggenhout2021-01-061-96/+12
* pppd: Send nak suggesting eap-mschapv2 when using eap-tls (#217)Eivind Næss2021-01-051-1/+1
* pppd: Add support for EAP-MSCHAPv2 (client side) (#211)Eivind Næss2021-01-041-8/+151
* Merge pull request #177 from tisj/eap-mschapv2-serverPaul Mackerras2020-12-311-1/+404
|\
| * pppd: Add support for EAP-MSCHAPv2 in server modeTijs Van Buggenhout2020-12-311-1/+404
* | Convert to ANSI CPaul Mackerras2020-12-291-127/+50
|/
* Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-1/+460
* pppd: Ignore received EAP messages when not doing EAPeapfixPaul Mackerras2020-02-031-0/+18
* pppd: Fix bounds check in EAP codePaul Mackerras2020-02-031-2/+2
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* Squish a few more char vs unsigned char warningsPaul Mackerras2008-08-201-2/+2
* Add an underscore to the MD5 routine names so they can morePaul Mackerras2004-11-091-11/+11
* New CHAP implementation, rewritten from scratch to avoid the codePaul Mackerras2003-06-111-3/+1
* suppress compiler warning about unused SRP varFrank Cusack2002-11-141-1/+3
* Added EAP support with MD5-Challenge and SRP-SHA1 methods. TestedJames Carlson2002-11-021-0/+2428