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
*
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
*
EAP-FAST: Allow A-ID and A-ID-Info to be configured separately
Jouni Malinen
2008-10-19
4
-14
/
+43
*
EAP-FAST: Make PAC-Key lifetime values configurable
Jouni Malinen
2008-10-08
4
-14
/
+22
*
EAP-FAST: Added support for disabling anonymous/authenticated provisioning
Jouni Malinen
2008-10-08
4
-0
/
+27
*
Change the order of Result TLV and PAC TLV to avoid interop issues
Jouni Malinen
2008-10-08
1
-8
/
+8
*
Fixed EAP-TTLS server to verify eap_ttls_phase2_eap_init() return code
Jouni Malinen
2008-10-01
1
-2
/
+12
*
Fixed EAP-FAST server PAC-Opaque padding
Jouni Malinen
2008-08-24
1
-1
/
+1
*
Updated EAP-TTLSv0 references to use RFC 5281
Jouni Malinen
2008-08-16
1
-2
/
+2
*
Fixed EAP-TNC not to include extra EAP header and TNC flags
Jouni Malinen
2008-07-17
1
-14
/
+10
*
EAP-PEAP: Moved the common peap_prfplus() function into a shared file
Jouni Malinen
2008-06-09
1
-70
/
+1
*
Fixed potential NULL pointer dereference if memory allocation fails
Jouni Malinen
2008-06-05
1
-0
/
+6
*
Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read()
Jouni Malinen
2008-05-29
1
-0
/
+5
*
Add eap_tls_state() to get closer to EAP-TTLS/PEAP/FAST code
Jouni Malinen
2008-05-28
1
-5
/
+31
*
Share EAP-TLS/PEAP/TTLS/FAST core process() functionality
Jouni Malinen
2008-05-28
6
-140
/
+130
*
Do not refer to Flags::Version field as 'PEAP version'
Jouni Malinen
2008-05-28
5
-12
/
+10
*
Redesigned EAP-TLS/PEAP/TTLS/FAST fragmentation/reassembly
Jouni Malinen
2008-05-28
6
-585
/
+445
*
Fixed EAP-IKEv2 server fragment processing
Jouni Malinen
2008-05-26
1
-0
/
+3
*
Added a workaround for handling TLS compression
Jouni Malinen
2008-05-26
3
-0
/
+24
*
Added fragmentation support for EAP-TNC
Jouni Malinen
2008-05-26
1
-22
/
+261
*
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 server side support
Jouni Malinen
2008-03-30
3
-3
/
+264
*
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]