aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_server
Commit message (Expand)AuthorAgeFilesLines
* Verify CHAP/MSCHAPv2 return codeJouni Malinen2009-08-161-10/+16
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-1/+0
* wpa_supplicant AP: Add preliminary support for WPS Internal RegistrarJouni Malinen2009-04-211-3/+3
* Rename EAP server defines from EAP_* to EAP_SERVER_*Jouni Malinen2009-03-258-83/+83
* Fix TNC with EAP-TTLSJouni Malinen2009-03-131-6/+5
* Fix segmentation fault on EAP-TTLS phase 2 EAP method init failureJouni Malinen2009-03-131-1/+1
* TNC: Send EAP-Failure on TNC failureMasashi Honma2009-03-131-1/+1
* Fix EAPOL/EAP reauthentication with external RADIUS serverJouni Malinen2009-03-022-2/+13
* Update EAP-GPSK references from internet draft to RFC 5433Jouni Malinen2009-02-261-1/+1
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-151-0/+3
* Add debug prints for couple of new EAP-AKA' attributesJouni Malinen2009-02-151-0/+4
* WPS UPnP: Added support for multiple external RegistrarsJouni Malinen2009-02-061-1/+0
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-0/+32
* Renamed shadowed variableJouni Malinen2009-01-131-5/+5
* Removed registrar pointer from wps_config and wps_dataJouni Malinen2009-01-031-1/+1
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-031-1/+0
* Removed unused WPS_PENDING processing resultJouni Malinen2009-01-031-4/+0
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-1/+1
* Fixed number of doxygen warningsJouni Malinen2009-01-022-3/+6
* WPS: Set recommended retransmission times with EAP method specific hintJouni Malinen2008-12-291-0/+10
* Fixed retransmission of EAP requests if no response is receivedJouni Malinen2008-12-291-4/+45
* Add RADIUS server support for identity selection hint (RFC 4284)Jouni Malinen2008-12-262-0/+21
* Fixed EAP-AKA build in case EAP-AKA' is disabledJouni Malinen2008-12-161-0/+4
* Cleaned up EAP-MSCHAPv2 key derivationJouni Malinen2008-12-143-18/+15
* Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLogJouni Malinen2008-12-072-1301/+273
* Added protection against EAP-AKA' -> EAP-AKA bidding down attacksJouni Malinen2008-12-051-0/+29
* EAP-AKA': Added CK',IK' derivationJouni Malinen2008-12-041-3/+17
* EAP-AKA': Comment out EAP-AKA' server KDF negotiationJouni Malinen2008-12-041-0/+4
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-041-1/+45
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-031-4/+52
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-033-39/+161
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-021-3/+15
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-021-7/+19
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-021-7/+16
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-022-0/+1043
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-294-1/+7
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-235-0/+471
* Fixed EAP-TLS message fragmentation for the last TLS messageJouni Malinen2008-11-201-8/+18
* Fixed EAPA-AKA warning message about AT_RES length to use bitsJouni Malinen2008-11-201-1/+1
* EAP-AKA: Validate RES Length field in AT_RESJouni Malinen2008-11-071-2/+11
* EAP-FAST server: allow expired PAC for PAC refreshJouni Malinen2008-11-061-6/+15
* Fixed size_t printf format for 64-bit targetsJouni Malinen2008-10-292-10/+17
* EAP-FAST: Allow A-ID and A-ID-Info to be configured separatelyJouni Malinen2008-10-194-14/+43
* EAP-FAST: Make PAC-Key lifetime values configurableJouni Malinen2008-10-084-14/+22
* EAP-FAST: Added support for disabling anonymous/authenticated provisioningJouni Malinen2008-10-084-0/+27
* Change the order of Result TLV and PAC TLV to avoid interop issuesJouni Malinen2008-10-081-8/+8
* Fixed EAP-TTLS server to verify eap_ttls_phase2_eap_init() return codeJouni Malinen2008-10-011-2/+12
* Fixed EAP-FAST server PAC-Opaque paddingJouni Malinen2008-08-241-1/+1
* Updated EAP-TTLSv0 references to use RFC 5281Jouni Malinen2008-08-161-2/+2
* Fixed EAP-TNC not to include extra EAP header and TNC flagsJouni Malinen2008-07-171-14/+10