TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection message
This commit is contained in:
@@ -237,6 +237,8 @@ METHOD(tls_t, process, status_t,
|
|||||||
}
|
}
|
||||||
charon->imvs->notify_connection_change(charon->imvs,
|
charon->imvs->notify_connection_change(charon->imvs,
|
||||||
this->connection_id, TNC_CONNECTION_STATE_CREATE);
|
this->connection_id, TNC_CONNECTION_STATE_CREATE);
|
||||||
|
charon->imvs->notify_connection_change(charon->imvs,
|
||||||
|
this->connection_id, TNC_CONNECTION_STATE_HANDSHAKE);
|
||||||
}
|
}
|
||||||
|
|
||||||
data = chunk_create(buf, buflen);
|
data = chunk_create(buf, buflen);
|
||||||
|
|||||||
@@ -319,6 +319,8 @@ METHOD(tls_t, process, status_t,
|
|||||||
}
|
}
|
||||||
charon->imvs->notify_connection_change(charon->imvs,
|
charon->imvs->notify_connection_change(charon->imvs,
|
||||||
this->connection_id, TNC_CONNECTION_STATE_CREATE);
|
this->connection_id, TNC_CONNECTION_STATE_CREATE);
|
||||||
|
charon->imvs->notify_connection_change(charon->imvs,
|
||||||
|
this->connection_id, TNC_CONNECTION_STATE_HANDSHAKE);
|
||||||
}
|
}
|
||||||
|
|
||||||
data = chunk_create(buf, buflen);
|
data = chunk_create(buf, buflen);
|
||||||
|
|||||||
Reference in New Issue
Block a user