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_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move EAP-SIM DB conditional build into hostapd
Jouni Malinen
2009-12-06
1
-16
/
+0
*
Increase EAP server extra room for encryption overhead (for GnuTLS)
Jouni Malinen
2009-12-06
1
-1
/
+1
*
Move EAP method registration away from src/eap_{peer,server}
Jouni Malinen
2009-12-06
2
-154
/
+24
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
9
-21
/
+20
*
Replace eap_type_text() with EAP server methods function
Jouni Malinen
2009-11-29
2
-4
/
+25
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
1
-1
/
+1
*
Fix EAP-AKA server build without EAP-SIM
Jouni Malinen
2009-10-11
1
-3
/
+3
*
WPS: Store device info and make it available through AP ctrl_iface
Jouni Malinen
2009-09-07
4
-0
/
+6
*
Verify CHAP/MSCHAPv2 return code
Jouni Malinen
2009-08-16
1
-10
/
+16
*
Add root .gitignore file to cleanup ignore lists
Jouni Malinen
2009-06-29
1
-1
/
+0
*
wpa_supplicant AP: Add preliminary support for WPS Internal Registrar
Jouni Malinen
2009-04-21
1
-3
/
+3
*
Rename EAP server defines from EAP_* to EAP_SERVER_*
Jouni Malinen
2009-03-25
8
-83
/
+83
*
Fix TNC with EAP-TTLS
Jouni Malinen
2009-03-13
1
-6
/
+5
*
Fix segmentation fault on EAP-TTLS phase 2 EAP method init failure
Jouni Malinen
2009-03-13
1
-1
/
+1
*
TNC: Send EAP-Failure on TNC failure
Masashi Honma
2009-03-13
1
-1
/
+1
*
Fix EAPOL/EAP reauthentication with external RADIUS server
Jouni Malinen
2009-03-02
2
-2
/
+13
*
Update EAP-GPSK references from internet draft to RFC 5433
Jouni Malinen
2009-02-26
1
-1
/
+1
*
Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
Daniel Mierswa
2009-02-15
1
-0
/
+3
*
Add debug prints for couple of new EAP-AKA' attributes
Jouni Malinen
2009-02-15
1
-0
/
+4
*
WPS UPnP: Added support for multiple external Registrars
Jouni Malinen
2009-02-06
1
-1
/
+0
*
WPS: Add support for external Registrars using UPnP transport
Jouni Malinen
2009-01-29
1
-0
/
+32
*
Renamed shadowed variable
Jouni Malinen
2009-01-13
1
-5
/
+5
*
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
-4
/
+0
*
Added Doxygen documentation for WPS code
Jouni Malinen
2009-01-03
1
-1
/
+1
*
Fixed number of doxygen warnings
Jouni Malinen
2009-01-02
2
-3
/
+6
*
WPS: Set recommended retransmission times with EAP method specific hint
Jouni Malinen
2008-12-29
1
-0
/
+10
*
Fixed retransmission of EAP requests if no response is received
Jouni Malinen
2008-12-29
1
-4
/
+45
*
Add RADIUS server support for identity selection hint (RFC 4284)
Jouni Malinen
2008-12-26
2
-0
/
+21
*
Fixed EAP-AKA build in case EAP-AKA' is disabled
Jouni Malinen
2008-12-16
1
-0
/
+4
*
Cleaned up EAP-MSCHAPv2 key derivation
Jouni Malinen
2008-12-14
3
-18
/
+15
*
Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLog
Jouni Malinen
2008-12-07
2
-1301
/
+273
*
Added protection against EAP-AKA' -> EAP-AKA bidding down attacks
Jouni Malinen
2008-12-05
1
-0
/
+29
*
EAP-AKA': Added CK',IK' derivation
Jouni Malinen
2008-12-04
1
-3
/
+17
*
EAP-AKA': Comment out EAP-AKA' server KDF negotiation
Jouni Malinen
2008-12-04
1
-0
/
+4
*
EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributes
Jouni Malinen
2008-12-04
1
-1
/
+45
*
EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.c
Jouni Malinen
2008-12-03
1
-4
/
+52
*
EAP-AKA': Derive keys using the new KDF (PRF')
Jouni Malinen
2008-12-03
3
-39
/
+161
*
EAP-AKA': Use HMAC-SHA-256-128 for AT_MAC
Jouni Malinen
2008-12-02
1
-3
/
+15
*
EAP-AKA': Use SHA256 for AT_CHECKCODE
Jouni Malinen
2008-12-02
1
-7
/
+19
*
Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'
Jouni Malinen
2008-12-02
1
-7
/
+16
*
Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)
Jouni Malinen
2008-12-02
2
-0
/
+1043
*
WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys
Jouni Malinen
2008-11-29
4
-1
/
+7
*
Added preliminary Wi-Fi Protected Setup (WPS) implementation
Jouni Malinen
2008-11-23
5
-0
/
+471
*
Fixed EAP-TLS message fragmentation for the last TLS message
Jouni Malinen
2008-11-20
1
-8
/
+18
*
Fixed EAPA-AKA warning message about AT_RES length to use bits
Jouni Malinen
2008-11-20
1
-1
/
+1
*
EAP-AKA: Validate RES Length field in AT_RES
Jouni Malinen
2008-11-07
1
-2
/
+11
*
EAP-FAST server: allow expired PAC for PAC refresh
Jouni Malinen
2008-11-06
1
-6
/
+15
*
Fixed size_t printf format for 64-bit targets
Jouni Malinen
2008-10-29
2
-10
/
+17
[next]