index
:
hostap-06
master
hostapd/wpa_supplicant 0.6.x
Jouni Malinen
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
*
Do not try session resumption after EAP failure
Jouni Malinen
2009-02-15
2
-1/+7
*
Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
Daniel Mierswa
2009-02-15
1
-0/+6
*
Check EAP-AKA' AT_KDF duplication only if KDF was negotiated
Jouni Malinen
2009-02-15
1
-1/+4
*
EAP-AKA': Verify that AMF separation bit is set
Jouni Malinen
2009-02-15
1
-1/+7
*
Use larger buffer for TLS encryption to avoid issues with GnuTLS
Jouni Malinen
2009-02-15
1
-1/+1
*
Fix building dynamic EAP peer modules
Pavel Roskin
2009-02-08
1
-1/+1
*
WPS: Add support for external Registrars using UPnP transport
Jouni Malinen
2009-02-08
1
-0/+1
*
Silenced number of Doxygen warnings
Jouni Malinen
2009-01-04
1
-13/+13
*
Mark functions static if not used elsewhere and use proper prototypes
Jouni Malinen
2009-01-03
1
-19/+20
*
Moved WPS Registrar initialization from EAP peer to wps_supplicant.c
Jouni Malinen
2009-01-03
1
-57/+0
*
Removed registrar pointer from wps_config and wps_data
Jouni Malinen
2009-01-03
1
-1/+1
*
Removed duplicated authenticator yes/no from wps_config and wps_data
Jouni Malinen
2009-01-03
1
-1/+0
*
Removed unused WPS_PENDING processing result
Jouni Malinen
2009-01-03
1
-6/+0
*
Added Doxygen documentation for WPS code
Jouni Malinen
2009-01-03
1
-1/+1
*
WPS: Cleanup UUID and MAC address configuration
Jouni Malinen
2009-01-01
1
-2/+0
*
Fix TLS message processing if Flags field is not present
Jouni Malinen
2008-12-30
1
-2/+15
*
Use wildcard UUID when setting AP PIN for Registrar in wpa_supplicant
Jouni Malinen
2008-12-21
1
-11/+3
*
WPS: Fixed deinit code for freeing config and registrar data
Jouni Malinen
2008-12-17
1
-0/+1
*
Fixed interoperability issue with PEAPv0 cryptobinding and NPS
Jouni Malinen
2008-12-14
2
-1/+12
*
Cleaned up EAP-MSCHAPv2 key derivation
Jouni Malinen
2008-12-14
5
-43/+18
*
Rename MSG to MESG to avoid conflicts with Windows header files
Jouni Malinen
2008-12-10
1
-9/+9
*
Don't include unused calls to SHA256 functions if EAP-AKA' is not enabled
Jouni Malinen
2008-12-10
1
-0/+4
*
Added option to force SoH version 1 (tnc=soh1)
Jouni Malinen
2008-12-07
3
-8/+14
*
Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLog
Jouni Malinen
2008-12-07
2
-1412/+263
*
Added protection against EAP-AKA' -> EAP-AKA bidding down attacks
Jouni Malinen
2008-12-05
3
-1/+14
*
EAP-AKA': Added CK',IK' derivation
Jouni Malinen
2008-12-04
1
-0/+10
*
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
[next]