TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection message

This commit is contained in:
Andreas Steffen
2011-03-19 16:43:22 +01:00
parent 357894c692
commit 16ee58e036
2 changed files with 4 additions and 0 deletions
@@ -237,6 +237,8 @@ METHOD(tls_t, process, status_t,
}
charon->imvs->notify_connection_change(charon->imvs,
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);
@@ -319,6 +319,8 @@ METHOD(tls_t, process, status_t,
}
charon->imvs->notify_connection_change(charon->imvs,
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);