hostap/src/eap_peer
Dan Harkins e4d7b22a53 EAP-pwd: Fix some interoperability issues
The changes are:

  1. the word "and" in the hunting-and-pecking string passed to the KDF
     should be capitalized.
  2. the primebitlen used in the KDF should be a short not an int.
  3. the computation of MK in hostap is based on an older version of the
     draft and is not the way it's specified in the RFC.
  4. the group being passed into computation of the Commit was not in
     network order.
2011-01-16 13:12:07 +02:00
..
eap.c Re-initialize EAP ClientTimeout on for each session 2010-12-28 12:09:14 +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 Add TLS client events, server probing, and srv cert matching 2010-02-13 11:14:23 +02:00
eap_fast.c Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +02:00
eap_fast_pac.c Fix EAP-FAST PAC file writer to avoid crash with multiple PACs 2010-12-04 11:37:41 -08: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 Annotate places depending on strong random numbers 2010-11-24 01:05:20 +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 WPS: Allow fragment size to be configured 2010-07-20 22:55:39 -07: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 Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_md5.c EAP-MD5: Use conditional success decision 2010-04-11 13:43:17 +03: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 EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
eap_mschapv2.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +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 Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_peap.c Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +02:00
eap_psk.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_pwd.c EAP-pwd: Fix some interoperability issues 2011-01-16 13:12:07 +02:00
eap_sake.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_sim.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_tls.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_tls_common.c Fix memory leak on TLS setup error path 2010-02-13 10:19:41 +02:00
eap_tls_common.h Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +02:00
eap_tnc.c EAP-TNC: Add Flags field into fragment acknowledgement 2010-02-14 16:08:15 +02:00
eap_ttls.c Rename EAP TLS variables to make server and peer code consistent 2009-12-24 00:16:58 +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 P2P: Set Device Password ID in WPS M1/M2 per new rules 2010-09-09 07:17:19 -07:00
ikev2.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +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 Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03: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