aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer
Commit message (Expand)AuthorAgeFilesLines
...
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-1/+0
* EAP-SIM peer: Remove AT_NOTIFICATION from Notification responseJouni Malinen2009-06-291-2/+0
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-261-1/+1
* TNC: Fix a stray pointer that could cause segfault on error pathMasashi Honma2009-03-161-3/+8
* Update draft-cam-winget-eap-fast-provisioning references to RFC 5422Jouni Malinen2009-03-141-5/+2
* Update EAP-GPSK references from internet draft to RFC 5433Jouni Malinen2009-02-261-1/+1
* Do not try session resumption after EAP failureJouni Malinen2009-02-152-1/+7
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-151-0/+6
* Check EAP-AKA' AT_KDF duplication only if KDF was negotiatedJouni Malinen2009-02-151-1/+4
* EAP-AKA': Verify that AMF separation bit is setJouni Malinen2009-02-111-1/+7
* Use larger buffer for TLS encryption to avoid issues with GnuTLSJouni Malinen2009-02-091-1/+1
* Fix building dynamic EAP peer modulesPavel Roskin2009-02-071-1/+1
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-0/+1
* Silenced number of Doxygen warningsJouni Malinen2009-01-041-13/+13
* Mark functions static if not used elsewhere and use proper prototypesJouni Malinen2009-01-031-19/+20
* Moved WPS Registrar initialization from EAP peer to wps_supplicant.cJouni Malinen2009-01-031-57/+0
* 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-6/+0
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-1/+1
* WPS: Cleanup UUID and MAC address configurationJouni Malinen2009-01-011-2/+0
* Fix TLS message processing if Flags field is not presentJouni Malinen2008-12-301-2/+15
* Use wildcard UUID when setting AP PIN for Registrar in wpa_supplicantJouni Malinen2008-12-211-11/+3
* WPS: Fixed deinit code for freeing config and registrar dataJouni Malinen2008-12-181-0/+1
* Fixed interoperability issue with PEAPv0 cryptobinding and NPSJouni Malinen2008-12-152-1/+12
* Cleaned up EAP-MSCHAPv2 key derivationJouni Malinen2008-12-145-43/+18
* Rename MSG to MESG to avoid conflicts with Windows header filesJouni Malinen2008-12-111-9/+9
* Don't include unused calls to SHA256 functions if EAP-AKA' is not enabledJouni Malinen2008-12-111-0/+4
* Added option to force SoH version 1 (tnc=soh1)Jouni Malinen2008-12-073-8/+14
* Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLogJouni Malinen2008-12-072-1412/+263
* Added protection against EAP-AKA' -> EAP-AKA bidding down attacksJouni Malinen2008-12-053-1/+14
* EAP-AKA': Added CK',IK' derivationJouni Malinen2008-12-041-0/+10
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-041-1/+123
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-031-4/+38
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-031-12/+23
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-021-7/+16
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-021-9/+21
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-021-9/+16
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-022-0/+1163
* WPS: Get AP PIN from configuration instead of using hardcoded valueJouni Malinen2008-11-291-2/+4
* WPS: Moved mac_addr and uuid configuration into wps_contextJouni Malinen2008-11-284-23/+2
* WPS: Moved wps_context initialization into wps_supplicant.cJouni Malinen2008-11-284-39/+19
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-282-7/+3
* WPS: Moved device attributes into wps_context::dev for Enrollee caseJouni Malinen2008-11-281-9/+20
* WPS: Process old AP Settings in M7 when registering as external RegistrarJouni Malinen2008-11-271-5/+2
* Fixed a typo in a debug messageJouni Malinen2008-11-271-2/+2
* WPS: Moved UUID configuration from phase1 into global config areaJouni Malinen2008-11-264-16/+11
* PEAPv0: Added support for IPMK/CMK derivation in session resumption caseJouni Malinen2008-11-261-1/+14
* Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1Jouni Malinen2008-11-231-0/+1
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-235-1/+605