aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer
Commit message (Expand)AuthorAgeFilesLines
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-052-5/+3
* Remove src/crypto from default include pathJouni Malinen2009-11-2913-41/+36
* Remove src/common from default header file pathJouni Malinen2009-11-293-3/+3
* Fix dbus build without EAPJouni Malinen2009-10-221-0/+5
* WPS: Add support for AP reconfiguration with wps_regJouni Malinen2009-09-061-1/+80
* Verify CHAP/MSCHAPv2 return codeJouni Malinen2009-08-163-16/+38
* Pass digest return value to CHAP/MSCHAPv2 callerJouni Malinen2009-08-162-17/+21
* Preliminary support for FIPS mode operation with OpenSSLJouni Malinen2009-08-161-0/+3
* Fix EAP-TNC peer memory leak on an error pathRyuji2009-06-301-0/+1
* 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