]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-PEAP: Added preliminary code for PEAPv0 and PEAPv2 cryptobinding
authorJouni Malinen <j@w1.fi>
Tue, 18 Mar 2008 10:19:52 +0000 (12:19 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 18 Mar 2008 10:19:52 +0000 (12:19 +0200)
commite1a69a0b10b4549cca631165867959abde0f4acd
treee68476f5aa35f01a0b34280f43dfad661be32c8f
parent0ac0e4df1c5bd74522afa74c6d910f9988fa571b
EAP-PEAP: Added preliminary code for PEAPv0 and PEAPv2 cryptobinding

This implementation is complete for PEAPv0 (Microsoft extension), but the
use of cryptobinding is disabled in this version, i.e., this does not
change protocol behavior at all.

Interop tests between hostapd and wpa_supplicant work fine, but there are
some problems in getting hostapd to interoperate with Windows XP SP3 RC2
(peer replies with Result Failure to the attempted cryptobinding). The
implementation will remain disabled until this issue has been resolved.
src/eap_peer/eap_peap.c
src/eap_server/eap_peap.c