aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added protection against EAP-AKA' -> EAP-AKA bidding down attacksJouni Malinen2008-12-056-1/+59
* Fixed a typo in a commentJouni Malinen2008-12-041-1/+1
* EAP-AKA': Added CK',IK' derivationJouni Malinen2008-12-044-3/+101
* 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-044-2/+223
* Fixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server only)Jouni Malinen2008-12-041-2/+14
* Made 802.11 management frame IE parser aware of vendor HT Capab IEJouni Malinen2008-12-043-0/+22
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-032-8/+90
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-036-51/+320
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-024-10/+117
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-024-20/+46
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-022-16/+32
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-025-0/+2207
* WPS: Added support for wildcard PINs that work with any UUID-EJouni Malinen2008-11-301-17/+43
* WPS: Added more verbose debug info on authentication type mismatchJouni Malinen2008-11-301-1/+2
* WPS: Added support for fragmented WPS IE in Beacon and Probe ResponseJouni Malinen2008-11-295-28/+84
* WPS: Get AP PIN from configuration instead of using hardcoded valueJouni Malinen2008-11-291-2/+4
* WPS: Added helper functions for generating and validating PINsJouni Malinen2008-11-292-0/+55
* WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReqJouni Malinen2008-11-292-6/+6
* WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.cJouni Malinen2008-11-293-90/+88
* WPS: Split wps_common.c into partsJouni Malinen2008-11-295-937/+1002
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-297-30/+34
* WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.cJouni Malinen2008-11-295-199/+163
* WPS: Pass device data into wps_enrollee_build_probe_req_ie()Jouni Malinen2008-11-292-10/+7
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-2910-12/+107
* WPS: Added comments for main data structuresJouni Malinen2008-11-282-1/+13
* WPS: Moved mac_addr and uuid configuration into wps_contextJouni Malinen2008-11-287-39/+2
* WPS: Moved wps_context initialization into wps_supplicant.cJouni Malinen2008-11-286-62/+23
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-289-22/+9
* WPS: Moved device attributes into wps_context::dev for Enrollee caseJouni Malinen2008-11-284-93/+35
* WPS: Update supplicant configuration when acting as an external RegistrarJouni Malinen2008-11-271-0/+7
* WPS: Moved Credential building to use struct wps_credentialJouni Malinen2008-11-271-93/+103
* WPS: Process old AP Settings in M7 when registering as external RegistrarJouni Malinen2008-11-272-6/+39
* WPS: Moved Credential and AP Settings processing in common codeJouni Malinen2008-11-273-203/+228
* Fixed a typo in a debug messageJouni Malinen2008-11-271-2/+2
* WPS: Added parsing of Request Type and Response Type attributesJouni Malinen2008-11-262-0/+18
* WPS: Moved UUID configuration from phase1 into global config areaJouni Malinen2008-11-268-16/+30
* PEAPv0: Added support for IPMK/CMK derivation in session resumption caseJouni Malinen2008-11-261-1/+14
* Added support for configuring secondary channel offset for HT40Jouni Malinen2008-11-241-5/+3
* Added IEEE 802.11n HT capability configuration (ht_capab)Jouni Malinen2008-11-241-6/+8
* Updated HT Capabilities Info field names to match with 802.11n/D7.0Jouni Malinen2008-11-241-2/+2
* Use SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL_VERSION_NUMBERJouni Malinen2008-11-231-1/+1
* Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1Jouni Malinen2008-11-231-0/+1
* Add a .gitignore for the new wps directory.Jouni Malinen2008-11-231-0/+1
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-2335-7/+6648
* Preparations for 0.6.6 releaseJouni Malinen2008-11-231-1/+1
* Add more verbose debug output for GSM-Milenage use (RAND,SRES,Kc)Jouni Malinen2008-11-221-10/+15
* Fixed canceling of PMKSA caching with driver generated RSN IEJouni Malinen2008-11-211-1/+1
* Fixed EAP-TLS message fragmentation for the last TLS messageJouni Malinen2008-11-201-8/+18
* Fixed Milenage debug output to use correct length for IK and CKJouni Malinen2008-11-201-2/+2