added case IMV_ATTESTATION_STATE_END
This commit is contained in:
@@ -284,10 +284,8 @@ bool imv_attestation_build(linked_list_t *attr_list,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
case IMV_ATTESTATION_STATE_END:
|
||||||
DBG1(DBG_IMV, "Attestation IMV is in unknown state: \"%s\"",
|
break;
|
||||||
handshake_state);
|
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1525,7 +1525,7 @@ pts_t *pts_create(bool is_imc)
|
|||||||
{
|
{
|
||||||
this->has_tpm = TRUE;
|
this->has_tpm = TRUE;
|
||||||
this->pcr_len = PCR_LEN;
|
this->pcr_len = PCR_LEN;
|
||||||
this->proto_caps |= PTS_PROTO_CAPS_T | PTS_PROTO_CAPS_D;
|
/* this->proto_caps |= PTS_PROTO_CAPS_T | PTS_PROTO_CAPS_D; */
|
||||||
load_aik(this);
|
load_aik(this);
|
||||||
load_aik_blob(this);
|
load_aik_blob(this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user