aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for EAP SM requestsDan Williams2011-10-302-33/+17
* EAP-TTLS peer: Fix user input during implicit identity requestJouni Malinen2011-10-301-0/+15
* EAP: Clear ClientTimeout back to default value in INITIALIZEJouni Malinen2011-10-181-0/+1
* Remove unused function argumentJouni Malinen2011-10-161-2/+2
* EAP-FAST: Allow unprotected EAP-Failure in provisioning caseJouni Malinen2011-10-121-2/+6
* Remove EAP-TTLSv1 and TLS/IAJouni Malinen2011-09-253-410/+31
* Fix typos found by codespellPavel Roskin2011-09-222-4/+4
* eapol_test: Add option for writing server certificate chain to a fileJouni Malinen2011-09-172-0/+6
* EAP: Add "expanded" EAP type to get_name functionsJouni Malinen2011-08-281-0/+2
* Move peer certificate wpa_msg() calls to notify.cJouni Malinen2011-07-051-29/+8
* Add dbus signal for information about server certificationMichael Chang2011-07-052-0/+18
* Avoid theoretical NULL pointer dereference during TLS reassembleJouni Malinen2011-04-141-1/+2
* Use type cast to get rid of implicit sign extensionJouni Malinen2011-04-141-1/+1
* TNC: Fix TNC_{TNCC,TNCS}_ReportMessageTypes copy typeJouni Malinen2011-04-131-2/+2
* eap_peer: Add method to return current method namePaul Stewart2011-03-152-0/+8
* EAP-pwd: Fix some interoperability issuesDan Harkins2011-01-161-4/+6
* Re-initialize EAP ClientTimeout on for each sessionJouni Malinen2010-12-281-1/+4
* Fix EAP-FAST PAC file writer to avoid crash with multiple PACsJouni Malinen2010-12-041-0/+1
* Annotate places depending on strong random numbersJouni Malinen2010-11-248-10/+18
* EAP-pwd: Fix couple of memory leaksJouni Malinen2010-09-141-1/+8
* EAP-pwd: Move bnctx into per-protocol instance structureJouni Malinen2010-09-141-21/+26
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-142-0/+731
* P2P: Set Device Password ID in WPS M1/M2 per new rulesJouni Malinen2010-09-091-0/+4
* 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