Do not process any more TLS handshake messages on fatal alerts
This commit is contained in:
@@ -189,6 +189,10 @@ static status_t process_handshake(private_tls_fragmentation_t *this,
|
||||
return status;
|
||||
}
|
||||
}
|
||||
if (this->alert->fatal(this->alert))
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
return NEED_MORE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user