hostapd/src
Jouni Malinen b8ab624984 Fixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server only)
The attribute uses 'Actual Identity Length' field to indicate the exact
(pre-padding) length of the Identity. This actual length should be used
as the length, not the remaining attribute length.

This was previously worked around by stripping null termination away
from the end of the identity string at EAP-SIM and EAP-AKA server code.
However, it is likely that that workaround is not really needed and the
real problem was in AT_IDENTITY parsing. Anyway, the workaround is left
in just in case it was really needed with some implementations.
2008-12-04 18:51:42 +02:00
..
common Made 802.11 management frame IE parser aware of vendor HT Capab IE 2008-12-04 13:42:33 +02:00
crypto Use SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL_VERSION_NUMBER 2008-11-23 21:14:43 +02:00
drivers WPS: Added support for fragmented WPS IE in Beacon and Probe Response 2008-11-29 22:06:34 +02:00
eap_common Fixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server only) 2008-12-04 18:51:42 +02:00
eap_peer EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.c 2008-12-03 19:59:52 +02:00
eap_server EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.c 2008-12-03 19:59:52 +02:00
eapol_supp WPS: Moved mac_addr and uuid configuration into wps_context 2008-11-28 20:44:47 +02:00
hlr_auc_gw Fixed Milenage debug output to use correct length for IK and CK 2008-11-20 15:45:31 +02:00
l2_packet Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
radius Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00
rsn_supp WPS: Moved mac_addr and uuid configuration into wps_context 2008-11-28 20:44:47 +02:00
tls Silenced compiler warnings on size_t printf format and shadowed variables 2008-09-27 10:46:06 +03:00
utils WPS: Moved UUID configuration from phase1 into global config area 2008-11-26 20:47:24 +02:00
wps WPS: Added support for wildcard PINs that work with any UUID-E 2008-11-30 20:32:03 +02:00
Makefile Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00