hostap/src/eap_peer
Masashi Honma bab31499fd EAP-TTLS/PAP: User-Password obfuscation for zero length password
The password in User-Password AVP is padded to a multiple of 16 bytes
on EAP-TTLS/PAP. But when the password length is zero, no padding is
added. It doesn't cause connectivity issue. In fact, I could connect
with hostapd RADIUS server with zero length password.

I think it's better for obfuscation to pad the 16 bytes data when the
password length is zero with this patch.
2009-12-09 23:42:54 +02:00
..
eap.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap.h Remove src/common from default header file path 2009-11-29 17:51:55 +02:00
eap_aka.c Move milenage.[ch] into src/crypto 2009-12-05 21:00:52 +02:00
eap_config.h Silenced number of Doxygen warnings 2009-01-04 15:07:54 +02:00
eap_fast.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_fast_pac.c Fixed fwrite error path in eap_fast_write_pac not to free buf 2008-11-01 17:09:28 +02:00
eap_fast_pac.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_gpsk.c Update EAP-GPSK references from internet draft to RFC 5433 2009-02-26 23:08:40 +02:00
eap_gtc.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_i.h Do not try session resumption after EAP failure 2009-02-15 17:36:49 +02:00
eap_ikev2.c Renamed MSG to PROC_MSG to avoid conflicts with MinGW winuser.h 2008-08-10 18:00:11 +03:00
eap_leap.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_md5.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_methods.c Move EAP method registration away from src/eap_{peer,server} 2009-12-06 11:28:41 +02:00
eap_methods.h Move EAP method registration away from src/eap_{peer,server} 2009-12-06 11:28:41 +02:00
eap_mschapv2.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_otp.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_pax.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_peap.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_psk.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_sake.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_sim.c Move milenage.[ch] into src/crypto 2009-12-05 21:00:52 +02:00
eap_tls.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_tls_common.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_tls_common.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_tnc.c TNC: Fix a stray pointer that could cause segfault on error path 2009-03-16 21:01:07 +02:00
eap_ttls.c EAP-TTLS/PAP: User-Password obfuscation for zero length password 2009-12-09 23:42:54 +02:00
eap_vendor_test.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
eap_wsc.c WPS: Add support for AP reconfiguration with wps_reg 2009-09-06 13:58:15 +03:00
ikev2.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
ikev2.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
mschapv2.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
mschapv2.h Pass digest return value to CHAP/MSCHAPv2 caller 2009-08-16 18:38:35 +03:00
tncc.c Fix EAP-TNC peer memory leak on an error path 2009-06-30 19:39:13 +03:00
tncc.h Added option to force SoH version 1 (tnc=soh1) 2008-12-07 21:00:42 +02:00