aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer
Commit message (Expand)AuthorAgeFilesLines
* EAP-pwd: Replace direct OpenSSL HMAC use with wrapperJouni Malinen2012-07-021-25/+30
* EAP-pwd: Avoid double-frees on some error pathsJouni Malinen2012-06-301-1/+5
* WPS: Allow NFC password token from AP to be used with wps_regJouni Malinen2012-06-281-1/+7
* WPS: Fix OOB Device Password use for EAP-WSC peerJouni Malinen2012-06-271-1/+10
* wpa_supplicant: Report EAP connection progress to DBusPaul Stewart2012-06-042-1/+43
* EAP-AKA': Update to RFC 5448Jouni Malinen2012-05-022-5/+21
* TLS: Use separate TLS library context for tunneled TLSJouni Malinen2012-04-075-24/+46
* TTLS: Fix peer challenge generation for TTLS/MSCHAPv2Jouni Malinen2012-03-051-2/+9
* EAP-AKA peer: Clean up forgetting-id debug printsJouni Malinen2012-02-161-3/+3
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1135-280/+70
* Remove the GPL notification from EAP-pwd implementationJouni Malinen2012-02-111-8/+2
* EAP-pwd: Add support for fragmentationDan Harkins2012-02-111-72/+229
* EAP-AKA peer: Append realm when learning the pseudonymSimon Baatz2012-01-281-9/+30
* EAP-SIM peer: Append realm when learning the pseudonymSimon Baatz2012-01-281-9/+30
* Add preliminary MNC length determination based on IMSIJouni Malinen2012-01-221-0/+22
* Avoid unnecessary memory allocation in building of SIM realmJouni Malinen2012-01-221-28/+24
* EAP-SIM/EAP-AKA peer: Support realms according to 3GPP TS 23.003Simon Baatz2012-01-221-1/+53
* Reject too short IMSI in EAP-SIM/AKA identity generationJouni Malinen2012-01-221-0/+5
* EAP-AKA peer: Keep pseudonym identity across EAP exchangesJouni Malinen2011-12-041-9/+8
* EAP-SIM peer: Only log the identities that we actually forgetSimon Baatz2011-12-041-7/+6
* EAP-SIM: Keep pseudonym identitySimon Baatz2011-12-041-5/+5
* Rename tls_prf() to tls_prf_sha1_md5()Jouni Malinen2011-11-271-3/+3
* EAP-pwd: Remove struct eap_pwd_hdrJouni Malinen2011-11-191-3/+2
* EAP-pwd: Fix zero-padding of input to H()Dan Harkins2011-11-191-14/+33
* Make phase2_method initialization easier for static analyzersJouni Malinen2011-11-131-2/+3
* Remove unnecessary include file inclusionJouni Malinen2011-11-131-1/+0
* PEAP: Verify peap_prfplus() resultJouni Malinen2011-11-131-5/+10
* 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