index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
eap_peer
Commit message (
Expand
)
Author
Age
Files
Lines
*
EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributes
Jouni Malinen
2008-12-04
1
-1
/
+123
*
EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.c
Jouni Malinen
2008-12-03
1
-4
/
+38
*
EAP-AKA': Derive keys using the new KDF (PRF')
Jouni Malinen
2008-12-03
1
-12
/
+23
*
EAP-AKA': Use HMAC-SHA-256-128 for AT_MAC
Jouni Malinen
2008-12-02
1
-7
/
+16
*
EAP-AKA': Use SHA256 for AT_CHECKCODE
Jouni Malinen
2008-12-02
1
-9
/
+21
*
Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'
Jouni Malinen
2008-12-02
1
-9
/
+16
*
Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)
Jouni Malinen
2008-12-02
2
-0
/
+1163
*
WPS: Get AP PIN from configuration instead of using hardcoded value
Jouni Malinen
2008-11-29
1
-2
/
+4
*
WPS: Moved mac_addr and uuid configuration into wps_context
Jouni Malinen
2008-11-28
4
-23
/
+2
*
WPS: Moved wps_context initialization into wps_supplicant.c
Jouni Malinen
2008-11-28
4
-39
/
+19
*
WPS: Merged two cred_cb variables into the same one
Jouni Malinen
2008-11-28
2
-7
/
+3
*
WPS: Moved device attributes into wps_context::dev for Enrollee case
Jouni Malinen
2008-11-28
1
-9
/
+20
*
WPS: Process old AP Settings in M7 when registering as external Registrar
Jouni Malinen
2008-11-27
1
-5
/
+2
*
Fixed a typo in a debug message
Jouni Malinen
2008-11-27
1
-2
/
+2
*
WPS: Moved UUID configuration from phase1 into global config area
Jouni Malinen
2008-11-26
4
-16
/
+11
*
PEAPv0: Added support for IPMK/CMK derivation in session resumption case
Jouni Malinen
2008-11-26
1
-1
/
+14
*
Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1
Jouni Malinen
2008-11-23
1
-0
/
+1
*
Added preliminary Wi-Fi Protected Setup (WPS) implementation
Jouni Malinen
2008-11-23
5
-1
/
+605
*
Add more verbose debug output for GSM-Milenage use (RAND,SRES,Kc)
Jouni Malinen
2008-11-22
1
-10
/
+15
*
Changed PEAPv0 cryptobinding to be disabled by default
Jouni Malinen
2008-11-20
2
-3
/
+3
*
EAP-PEAP: Copy Binding nonce from cryptobinding request to reply
Jouni Malinen
2008-11-19
1
-6
/
+12
*
Separate OpenSSL engine configuration for Phase 2
Carolin Latze
2008-11-18
3
-6
/
+52
*
EAP-FAST: Reorder TLVs in PAC Acknowledgment to fix interop issues
Jouni Malinen
2008-11-16
1
-2
/
+2
*
EAP-SIM/AKA: fixed initialization to verify PIN even if identity is set
Jouni Malinen
2008-11-07
1
-2
/
+17
*
Fixed EAP-AKA RES Length field in AT_RES as length in bits, not bytes
Jouni Malinen
2008-11-07
1
-1
/
+1
*
EAP-FAST: Include Tunnel PAC request only after EAP authentication
Jouni Malinen
2008-11-06
1
-1
/
+3
*
Added Milenage-GSM simulator for EAP-SIM
Jouni Malinen
2008-11-06
1
-12
/
+73
*
Added Milenage USIM emulator for EAP-AKA (can be used to simulate test
Jouni Malinen
2008-11-05
1
-6
/
+63
*
Fixed fwrite error path in eap_fast_write_pac not to free buf
Jouni Malinen
2008-11-01
1
-4
/
+3
*
Verify fread(), fwrite(), and system() return values
Jouni Malinen
2008-10-29
1
-2
/
+8
*
EAP-FAST peer: Fixed not to add PAC Request in PAC Acknowledgement message
Jouni Malinen
2008-10-19
1
-1
/
+1
*
Updated the comment on MS-Packet-Info mismatch based on [MS-SOH] info
Jouni Malinen
2008-10-02
1
-2
/
+3
*
SoH: Add null termination for empty url in MS-Quarantine-State.
Jouni Malinen
2008-10-02
1
-2
/
+2
*
SoH: Add all the mandatory attributes into SSoH vendor specific attribute
Jouni Malinen
2008-10-02
1
-5
/
+54
*
Fixed EAP-FAST peer not to add double Result TLV when ACKing PAC
Jouni Malinen
2008-10-02
1
-6
/
+3
*
Fixed a typo
Jouni Malinen
2008-10-02
1
-1
/
+1
*
Silenced compiler warnings on size_t printf format and shadowed variables
Jouni Malinen
2008-09-27
2
-9
/
+12
*
Updated EAP-TTLSv0 references to use RFC 5281
Jouni Malinen
2008-08-16
1
-6
/
+6
*
Renamed MSG to PROC_MSG to avoid conflicts with MinGW winuser.h
Jouni Malinen
2008-08-10
2
-10
/
+10
*
Fixed EAP-TNC not to include extra EAP header and TNC flags
Jouni Malinen
2008-07-17
1
-7
/
+5
*
EAP-PEAP: Moved the common peap_prfplus() function into a shared file
Jouni Malinen
2008-06-09
1
-70
/
+1
*
Added a workaround for handling TLS compression
Jouni Malinen
2008-05-26
1
-0
/
+8
*
Added fragmentation support for EAP-TNC
Jouni Malinen
2008-05-26
1
-14
/
+224
*
Add support to eap_peer for client cert and CA cert on smartcard and in
David Smith
2008-05-23
2
-0
/
+45
*
Fixed xsi:schemaLocation to use whitespace to separate members of the pair.
Jouni Malinen
2008-05-06
1
-1
/
+1
*
TNC: Added preliminary code for IF-TNCCS-SOH client side support
Jouni Malinen
2008-04-08
3
-0
/
+159
*
PEAPv0: Added crypto_binding configuration option (part of phase1)
Jouni Malinen
2008-04-08
2
-0
/
+17
*
EAP-TTLS: Fixed implicit challenge derivation to use correct output length
Jouni Malinen
2008-03-23
1
-3
/
+5
*
EAP-PEAP: Fixed interop issues in key derivation with cryptobinding
Jouni Malinen
2008-03-19
1
-2
/
+7
*
EAP-PEAP: Swap MS-CHAP-v2 MPPE keys for EAP-PEAP ISK derivation
Jouni Malinen
2008-03-18
1
-0
/
+15
[next]