aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_server
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+0
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-1/+1
* Fixed number of doxygen warningsJouni Malinen2009-01-022-3/+6
* WPS: Set recommended retransmission times with EAP method specific hintJouni Malinen2008-12-291-0/+10
* Fixed retransmission of EAP requests if no response is receivedJouni Malinen2008-12-291-4/+45
* Add RADIUS server support for identity selection hint (RFC 4284)Jouni Malinen2008-12-262-0/+21
* Fixed EAP-AKA build in case EAP-AKA' is disabledJouni Malinen2008-12-161-0/+4
* Cleaned up EAP-MSCHAPv2 key derivationJouni Malinen2008-12-143-18/+15
* Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLogJouni Malinen2008-12-072-1301/+273
* Added protection against EAP-AKA' -> EAP-AKA bidding down attacksJouni Malinen2008-12-051-0/+29
* EAP-AKA': Added CK',IK' derivationJouni Malinen2008-12-041-3/+17
* EAP-AKA': Comment out EAP-AKA' server KDF negotiationJouni Malinen2008-12-041-0/+4
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-041-1/+45
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-031-4/+52
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-033-39/+161
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-021-3/+15
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-021-7/+19
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-021-7/+16
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-022-0/+1043
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-294-1/+7
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-235-0/+471
* Fixed EAP-TLS message fragmentation for the last TLS messageJouni Malinen2008-11-201-8/+18
* Fixed EAPA-AKA warning message about AT_RES length to use bitsJouni Malinen2008-11-201-1/+1
* EAP-AKA: Validate RES Length field in AT_RESJouni Malinen2008-11-071-2/+11
* EAP-FAST server: allow expired PAC for PAC refreshJouni Malinen2008-11-061-6/+15
* Fixed size_t printf format for 64-bit targetsJouni Malinen2008-10-292-10/+17
* EAP-FAST: Allow A-ID and A-ID-Info to be configured separatelyJouni Malinen2008-10-194-14/+43
* EAP-FAST: Make PAC-Key lifetime values configurableJouni Malinen2008-10-084-14/+22
* EAP-FAST: Added support for disabling anonymous/authenticated provisioningJouni Malinen2008-10-084-0/+27
* Change the order of Result TLV and PAC TLV to avoid interop issuesJouni Malinen2008-10-081-8/+8
* Fixed EAP-TTLS server to verify eap_ttls_phase2_eap_init() return codeJouni Malinen2008-10-011-2/+12
* Fixed EAP-FAST server PAC-Opaque paddingJouni Malinen2008-08-241-1/+1
* Updated EAP-TTLSv0 references to use RFC 5281Jouni Malinen2008-08-161-2/+2
* Fixed EAP-TNC not to include extra EAP header and TNC flagsJouni Malinen2008-07-171-14/+10
* EAP-PEAP: Moved the common peap_prfplus() function into a shared fileJouni Malinen2008-06-091-70/+1
* Fixed potential NULL pointer dereference if memory allocation failsJouni Malinen2008-06-051-0/+6
* Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read()Jouni Malinen2008-05-291-0/+5
* Add eap_tls_state() to get closer to EAP-TTLS/PEAP/FAST codeJouni Malinen2008-05-281-5/+31
* Share EAP-TLS/PEAP/TTLS/FAST core process() functionalityJouni Malinen2008-05-286-140/+130
* Do not refer to Flags::Version field as 'PEAP version'Jouni Malinen2008-05-285-12/+10
* Redesigned EAP-TLS/PEAP/TTLS/FAST fragmentation/reassemblyJouni Malinen2008-05-286-585/+445
* Fixed EAP-IKEv2 server fragment processingJouni Malinen2008-05-261-0/+3
* Added a workaround for handling TLS compressionJouni Malinen2008-05-263-0/+24
* Added fragmentation support for EAP-TNCJouni Malinen2008-05-261-22/+261
* Fixed xsi:schemaLocation to use whitespace to separate members of the pair.Jouni Malinen2008-05-061-1/+1
* TNC: Added preliminary code for IF-TNCCS-SOH server side supportJouni Malinen2008-03-303-3/+264
* EAP-PEAP: Fixed interop issues in key derivation with cryptobindingJouni Malinen2008-03-191-2/+7
* EAP-PEAP: Swap MS-CHAP-v2 MPPE keys for EAP-PEAP ISK derivationJouni Malinen2008-03-181-0/+15