diff options
author | Sansar Choinyambuu <schoinya@hsr.ch> | 2011-10-24 11:40:07 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-28 14:39:51 +0100 |
commit | 20c005f9e43d7cdfa82b4bb5e4ccabe4e2a942e8 (patch) | |
tree | 1cd078649c0f2998e4287c51e91db48b7954b108 /src | |
parent | e2d26e47e97fbb540d7ab0c766f1fa9d3b3541fa (diff) | |
download | strongswan-20c005f9e43d7cdfa82b4bb5e4ccabe4e2a942e8.tar.bz2 strongswan-20c005f9e43d7cdfa82b4bb5e4ccabe4e2a942e8.tar.xz |
Cosmetics
Diffstat (limited to 'src')
-rw-r--r-- | src/libimcv/plugins/imv_attestation/imv_attestation_process.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_process.c b/src/libimcv/plugins/imv_attestation/imv_attestation_process.c index 9c6908d3a..c79e024b5 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation_process.c +++ b/src/libimcv/plugins/imv_attestation/imv_attestation_process.c @@ -266,11 +266,10 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list, if (flags != PTS_SIMPLE_COMP_EVID_FLAG_NO_VALID) { policy_uri = attr_cast->get_policy_uri(attr_cast); + DBG1(DBG_IMV, "This version of Attestation IMV can not handle" + " Verification Policies"); } - - /** TODO: Implement saving the PCR number, Hash Algo = communicated one, - * PCR transform (truncate SHA256, SHA384), PCR before and after values - */ + break; } case TCG_PTS_SIMPLE_EVID_FINAL: |