Attestation IMC/IMV pair uses TCG_PTS subtype
This commit is contained in:
@@ -21,16 +21,17 @@
|
|||||||
#include <ietf/ietf_attr_pa_tnc_error.h>
|
#include <ietf/ietf_attr_pa_tnc_error.h>
|
||||||
#include <tcg/tcg_attr.h>
|
#include <tcg/tcg_attr.h>
|
||||||
|
|
||||||
#include <pen/pen.h>
|
#include <tncif_pa_subtypes.h>
|
||||||
|
|
||||||
|
#include <pen/pen.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/* IMC definitions */
|
/* IMC definitions */
|
||||||
|
|
||||||
static const char imc_name[] = "Attestation";
|
static const char imc_name[] = "Attestation";
|
||||||
|
|
||||||
#define IMC_VENDOR_ID PEN_ITA
|
#define IMC_VENDOR_ID PEN_TCG
|
||||||
#define IMC_SUBTYPE 0x02
|
#define IMC_SUBTYPE PA_SUBTYPE_TCG_PTS
|
||||||
|
|
||||||
static imc_agent_t *imc_attestation;
|
static imc_agent_t *imc_attestation;
|
||||||
|
|
||||||
|
|||||||
@@ -21,16 +21,17 @@
|
|||||||
#include <ietf/ietf_attr_pa_tnc_error.h>
|
#include <ietf/ietf_attr_pa_tnc_error.h>
|
||||||
#include <tcg/tcg_attr.h>
|
#include <tcg/tcg_attr.h>
|
||||||
|
|
||||||
#include <pen/pen.h>
|
#include <tncif_pa_subtypes.h>
|
||||||
|
|
||||||
|
#include <pen/pen.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/* IMV definitions */
|
/* IMV definitions */
|
||||||
|
|
||||||
static const char imv_name[] = "Attestation";
|
static const char imv_name[] = "Attestation";
|
||||||
|
|
||||||
#define IMV_VENDOR_ID PEN_ITA
|
#define IMV_VENDOR_ID PEN_TCG
|
||||||
#define IMV_SUBTYPE 0x02
|
#define IMV_SUBTYPE PA_SUBTYPES_TCG_PTS
|
||||||
|
|
||||||
static imv_agent_t *imv_attestation;
|
static imv_agent_t *imv_attestation;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user