Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1

This commit is contained in:
Jouni Malinen 2008-11-23 20:06:13 +02:00
parent afc7a7ad3c
commit d268507aa0

View file

@ -444,6 +444,7 @@ const u8 * eap_gpsk_validate_id_server(struct eap_gpsk_data *data,
data->id_server, data->id_server_len);
wpa_hexdump_ascii(MSG_DEBUG, "EAP-GPSK: ID_Server in GPSK-3",
pos, len);
return NULL;
}
pos += len;