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
*
Move milenage.[ch] into src/crypto
Jouni Malinen
2009-12-05
2
-5
/
+3
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
13
-41
/
+36
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
3
-3
/
+3
*
Fix dbus build without EAP
Jouni Malinen
2009-10-22
1
-0
/
+5
*
WPS: Add support for AP reconfiguration with wps_reg
Jouni Malinen
2009-09-06
1
-1
/
+80
*
Verify CHAP/MSCHAPv2 return code
Jouni Malinen
2009-08-16
3
-16
/
+38
*
Pass digest return value to CHAP/MSCHAPv2 caller
Jouni Malinen
2009-08-16
2
-17
/
+21
*
Preliminary support for FIPS mode operation with OpenSSL
Jouni Malinen
2009-08-16
1
-0
/
+3
*
Fix EAP-TNC peer memory leak on an error path
Ryuji
2009-06-30
1
-0
/
+1
*
Add root .gitignore file to cleanup ignore lists
Jouni Malinen
2009-06-29
1
-1
/
+0
*
EAP-SIM peer: Remove AT_NOTIFICATION from Notification response
Jouni Malinen
2009-06-29
1
-2
/
+0
*
WPS: Add support for setting timeout for PIN
Jouni Malinen
2009-05-26
1
-1
/
+1
*
TNC: Fix a stray pointer that could cause segfault on error path
Masashi Honma
2009-03-16
1
-3
/
+8
*
Update draft-cam-winget-eap-fast-provisioning references to RFC 5422
Jouni Malinen
2009-03-14
1
-5
/
+2
*
Update EAP-GPSK references from internet draft to RFC 5433
Jouni Malinen
2009-02-26
1
-1
/
+1
*
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-11
1
-1
/
+7
*
Use larger buffer for TLS encryption to avoid issues with GnuTLS
Jouni Malinen
2009-02-09
1
-1
/
+1
*
Fix building dynamic EAP peer modules
Pavel Roskin
2009-02-07
1
-1
/
+1
*
WPS: Add support for external Registrars using UPnP transport
Jouni Malinen
2009-01-29
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-18
1
-0
/
+1
*
Fixed interoperability issue with PEAPv0 cryptobinding and NPS
Jouni Malinen
2008-12-15
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-11
1
-9
/
+9
*
Don't include unused calls to SHA256 functions if EAP-AKA' is not enabled
Jouni Malinen
2008-12-11
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
[next]