IKEv1: Added basic support for INFORMATIONAL exchange types, and for NOTIFY_V1 messages in the 3rd message in quick_mode.
This commit is contained in:
@@ -413,7 +413,7 @@ METHOD(payload_t, verify, status_t,
|
||||
case INVALID_MAJOR_VERSION:
|
||||
case NO_PROPOSAL_CHOSEN:
|
||||
{
|
||||
if (this->notify_data.len != 0)
|
||||
if ((this->notify_data.len != 0) && (this->type == NOTIFY))
|
||||
{
|
||||
bad_length = TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user