aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_server
Commit message (Expand)AuthorAgeFilesLines
* EAP-pwd: Replace direct OpenSSL HMAC use with wrapperJouni Malinen2012-07-021-31/+34
* EAP-SIM/AKA server: Allow pseudonym to be used after unknown reauth idJouni Malinen2012-06-152-4/+23
* EAP-AKA': Update to RFC 5448Jouni Malinen2012-05-024-30/+85
* EAP-AKA' server: Fix identity for MK derivationJouni Malinen2012-05-021-1/+1
* EAP-SIM/AKA server: Fix re-authentication not to update pseudonymJouni Malinen2012-02-162-14/+14
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1131-248/+62
* Remove the GPL notification from EAP-pwd implementationJouni Malinen2012-02-111-8/+2
* EAP-pwd: Add support for fragmentationDan Harkins2012-02-111-63/+248
* EAP server: Force identity request after eapRestart for passthroughJouni Malinen2011-12-061-0/+8
* Revert "EAP server: Force identity request after INITIALIZE for passthrough"Jouni Malinen2011-12-061-7/+7
* Use explicit type casting to avoid sign extensionsJouni Malinen2011-12-041-1/+2
* Check nt_password_hash() return codeJouni Malinen2011-12-041-3/+6
* EAP server: Force identity request after INITIALIZE for passthroughJouni Malinen2011-12-031-7/+7
* EAP-AKA: Use strdup instead of strlen + malloc + memcpyJouni Malinen2011-11-271-2/+1
* EAP-PEAP: Remove unused hdr assignmentJouni Malinen2011-11-271-2/+0
* EAP-PSK: Fix memory leak on error pathJouni Malinen2011-11-271-1/+3
* Rename tls_prf() to tls_prf_sha1_md5()Jouni Malinen2011-11-271-3/+3
* EAP-pwd: Remove struct eap_pwd_hdrJouni Malinen2011-11-191-5/+4
* EAP-pwd: Fix zero-padding of input to H()Dan Harkins2011-11-191-14/+34
* Use a single define for maximum number of EAP methodsJouni Malinen2011-11-171-2/+0
* Avoid 0-length memmove from buffer end to keep static analyzers happierJouni Malinen2011-11-171-3/+6
* PEAP: Verify peap_prfplus() resultJouni Malinen2011-11-131-5/+10
* Remove EAP-TTLSv1 and TLS/IAJouni Malinen2011-09-251-253/+13
* Fix typos found by codespellPavel Roskin2011-09-222-2/+2
* EAP: Add "expanded" EAP type to get_name functionsJouni Malinen2011-08-281-0/+2
* WPS: Add a workaround for Windows 7 capability discovery for PBCJouni Malinen2011-05-174-0/+6
* TNC: Fix TNC_{TNCC,TNCS}_ReportMessageTypes copy typeJouni Malinen2011-04-131-2/+2
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-071-0/+4
* EAP-pwd: Fix some interoperability issuesDan Harkins2011-01-161-5/+12
* Annotate places depending on strong random numbersJouni Malinen2010-11-2412-14/+26
* Fix EAP standalone serverJouni Malinen2010-11-072-7/+16
* EAP server: Allow reauth to be started with passthroughJouni Malinen2010-10-091-0/+7
* EAP-pwd: Fix couple of memory leaksJouni Malinen2010-09-141-2/+9
* EAP-pwd: Move bnctx into per-protocol instance structureJouni Malinen2010-09-141-20/+27
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-145-0/+827
* P2P: Use PSK format in WPS CredentialJouni Malinen2010-09-094-2/+10
* WPS: Use more defensive design to avoid theoretical NULL derefJouni Malinen2010-09-041-2/+3
* EAP-FAST server: Add I-ID into PAC-InfoJouni Malinen2010-08-191-0/+5
* WPS: Allow AP to start in Enrollee mode without AP PIN for probingJouni Malinen2010-07-261-4/+9
* EAP server: Add support for configuring fragment sizeJouni Malinen2010-07-207-5/+12
* TNC: Add more debug infor to EAP-TNC server state changesJouni Malinen2010-04-181-26/+60
* TNC: Fix EAP-TNC fragmentation of the last messageJouni Malinen2010-04-181-6/+5
* TNCS: Fix uninit in error case to not double free IMVsJouni Malinen2010-04-181-0/+1
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* Use unsigned bitfield for 1-bit valuesJouni Malinen2010-04-111-2/+2
* AP: Add wpa_msg() events for EAP server state machineGregory Detal2010-04-072-0/+18
* Fix Windows compilation issues with AP mode codeJouni Malinen2010-04-041-9/+9
* Avoid warnings on unused function/variables if debug is disabledJouni Malinen2010-03-061-0/+2
* Rename EAP server source files to avoid duplicate namesJouni Malinen2010-02-1921-0/+0
* EAP-TNC: Add Flags field into fragment acknowledgementJouni Malinen2010-02-141-1/+2