TNC_ConnectionState new_state)
{
imc_state_t *state;
- /* TODO: Not used so far */
- //imc_attestation_state_t *attestation_state;
if (!imc_attestation)
{
}
attestation_state = (imv_attestation_state_t*)state;
- /* TODO: Get some configurations */
-
return TNC_RESULT_SUCCESS;
default:
return imv_attestation->change_state(imv_attestation, connection_id,
aik = attr_cast->get_aik(attr_cast);
if (!aik)
{
- /* TODO generate error attribute */
- break;
+ DBG1(DBG_IMV, "AIK unavailable");
+ return FALSE;
}
if (aik->get_type(aik) == CERT_X509)
{