aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer
Commit message (Expand)AuthorAgeFilesLines
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-041-1/+123
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-031-4/+38
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-031-12/+23
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-021-7/+16
* EAP-AKA': Use SHA256 for AT_CHECKCODEJouni Malinen2008-12-021-9/+21
* Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'Jouni Malinen2008-12-021-9/+16
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-022-0/+1163
* WPS: Get AP PIN from configuration instead of using hardcoded valueJouni Malinen2008-11-291-2/+4
* WPS: Moved mac_addr and uuid configuration into wps_contextJouni Malinen2008-11-284-23/+2
* WPS: Moved wps_context initialization into wps_supplicant.cJouni Malinen2008-11-284-39/+19
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-282-7/+3
* WPS: Moved device attributes into wps_context::dev for Enrollee caseJouni Malinen2008-11-281-9/+20
* WPS: Process old AP Settings in M7 when registering as external RegistrarJouni Malinen2008-11-271-5/+2
* Fixed a typo in a debug messageJouni Malinen2008-11-271-2/+2
* WPS: Moved UUID configuration from phase1 into global config areaJouni Malinen2008-11-264-16/+11
* PEAPv0: Added support for IPMK/CMK derivation in session resumption caseJouni Malinen2008-11-261-1/+14
* Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1Jouni Malinen2008-11-231-0/+1
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-235-1/+605
* Add more verbose debug output for GSM-Milenage use (RAND,SRES,Kc)Jouni Malinen2008-11-221-10/+15
* Changed PEAPv0 cryptobinding to be disabled by defaultJouni Malinen2008-11-202-3/+3
* EAP-PEAP: Copy Binding nonce from cryptobinding request to replyJouni Malinen2008-11-191-6/+12
* Separate OpenSSL engine configuration for Phase 2Carolin Latze2008-11-183-6/+52
* EAP-FAST: Reorder TLVs in PAC Acknowledgment to fix interop issuesJouni Malinen2008-11-161-2/+2
* EAP-SIM/AKA: fixed initialization to verify PIN even if identity is setJouni Malinen2008-11-071-2/+17
* Fixed EAP-AKA RES Length field in AT_RES as length in bits, not bytesJouni Malinen2008-11-071-1/+1
* EAP-FAST: Include Tunnel PAC request only after EAP authenticationJouni Malinen2008-11-061-1/+3
* Added Milenage-GSM simulator for EAP-SIMJouni Malinen2008-11-061-12/+73
* Added Milenage USIM emulator for EAP-AKA (can be used to simulate testJouni Malinen2008-11-051-6/+63
* Fixed fwrite error path in eap_fast_write_pac not to free bufJouni Malinen2008-11-011-4/+3
* Verify fread(), fwrite(), and system() return valuesJouni Malinen2008-10-291-2/+8
* EAP-FAST peer: Fixed not to add PAC Request in PAC Acknowledgement messageJouni Malinen2008-10-191-1/+1
* Updated the comment on MS-Packet-Info mismatch based on [MS-SOH] infoJouni Malinen2008-10-021-2/+3
* SoH: Add null termination for empty url in MS-Quarantine-State.Jouni Malinen2008-10-021-2/+2
* SoH: Add all the mandatory attributes into SSoH vendor specific attributeJouni Malinen2008-10-021-5/+54
* Fixed EAP-FAST peer not to add double Result TLV when ACKing PACJouni Malinen2008-10-021-6/+3
* Fixed a typoJouni Malinen2008-10-021-1/+1
* Silenced compiler warnings on size_t printf format and shadowed variablesJouni Malinen2008-09-272-9/+12
* Updated EAP-TTLSv0 references to use RFC 5281Jouni Malinen2008-08-161-6/+6
* Renamed MSG to PROC_MSG to avoid conflicts with MinGW winuser.hJouni Malinen2008-08-102-10/+10
* Fixed EAP-TNC not to include extra EAP header and TNC flagsJouni Malinen2008-07-171-7/+5
* EAP-PEAP: Moved the common peap_prfplus() function into a shared fileJouni Malinen2008-06-091-70/+1
* Added a workaround for handling TLS compressionJouni Malinen2008-05-261-0/+8
* Added fragmentation support for EAP-TNCJouni Malinen2008-05-261-14/+224
* Add support to eap_peer for client cert and CA cert on smartcard and inDavid Smith2008-05-232-0/+45
* 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 client side supportJouni Malinen2008-04-083-0/+159
* PEAPv0: Added crypto_binding configuration option (part of phase1)Jouni Malinen2008-04-082-0/+17
* EAP-TTLS: Fixed implicit challenge derivation to use correct output lengthJouni Malinen2008-03-231-3/+5
* 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