aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer
Commit message (Expand)AuthorAgeFilesLines
...
* WPS: Make fragment size configurable for EAP-WSC peerJouni Malinen2010-09-091-0/+2
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-091-1/+1
* WPS: Allow fragment size to be configuredJouni Malinen2010-07-203-1/+15
* WPS: Reduce client timeout with EAP-WSC to avoid long waitJouni Malinen2010-07-181-1/+12
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* EAP-MD5: Use conditional success decisionJouni Malinen2010-04-111-1/+1
* EAP-TNC: Add Flags field into fragment acknowledgementJouni Malinen2010-02-141-1/+2
* EAP-TNC: Accept fragment ack frame with Flags fieldJouni Malinen2010-02-131-1/+1
* Add TLS client events, server probing, and srv cert matchingJouni Malinen2010-02-132-1/+66
* Fix memory leak on TLS setup error pathJouni Malinen2010-02-131-0/+4
* Add new ctrl_iface event for EAP methods proposed by the serverJouni Malinen2010-02-111-0/+6
* EAP-FAST peer: Clean up PAC writing functionJouni Malinen2010-01-101-14/+15
* Rename EAP TLS variables to make server and peer code consistentJouni Malinen2009-12-244-11/+11
* Use wpabuf with tls_connection_ia_send_phase_finished()Jouni Malinen2009-12-201-16/+15
* Allow TLS flags to be configured (allow MD5, disable time checks)Jouni Malinen2009-12-201-0/+14
* Convert TLS wrapper to use struct wpabufJouni Malinen2009-12-202-118/+57
* EAP-TTLS/PAP: User-Password obfuscation for zero length passwordMasashi Honma2009-12-091-1/+1
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-062-156/+22
* 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