mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
peap: Fail auth. if invalid compound MAC is received
Since the interoperability with the Windows server has been achieved, witch back to failing authentication if invalid compound MAC is received.
This commit is contained in:
parent
bdf328320d
commit
49607880fc
@ -244,11 +244,7 @@ static int eap_extensions_handle_cryptobinding_tlv(struct eap_state *eap,
|
||||
cryptobinding_compound_mac_len)) {
|
||||
l_error("PEAP: Generated compound MAC and server compound MAC "
|
||||
"don't match.");
|
||||
/*
|
||||
* Ignore the Crypto-Binding TLV in the case of unmatched
|
||||
* compound MACs.
|
||||
*/
|
||||
return 0;
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
/* Build response Crypto-Binding TLV */
|
||||
|
Loading…
Reference in New Issue
Block a user