EAP-MSCHAPv2 is indeed mutual, but is prone to MITM dictionary attacks

This commit is contained in:
Martin Willi
2010-01-07 15:56:11 +01:00
parent f34702ff3f
commit 34948b9971
@@ -1152,7 +1152,7 @@ static status_t get_msk(private_eap_mschapv2_t *this, chunk_t *msk)
*/ */
static bool is_mutual(private_eap_mschapv2_t *this) static bool is_mutual(private_eap_mschapv2_t *this)
{ {
return TRUE; return FALSE;
} }
/** /**