diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-10-09 10:18:24 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-28 14:39:50 +0100 |
commit | 95c6cdeee89b99fc5fe0a6227181e9c8b59eec2d (patch) | |
tree | e69ce439f7679208d94224b692f0601e772c940d /src/libimcv/plugins/imv_attestation/imv_attestation_process.h | |
parent | 350f855ca4c8869cce7dfd934b22c31fc99fc4f5 (diff) | |
download | strongswan-95c6cdeee89b99fc5fe0a6227181e9c8b59eec2d.tar.bz2 strongswan-95c6cdeee89b99fc5fe0a6227181e9c8b59eec2d.tar.xz |
aborting after fatal imv_attestation error
Diffstat (limited to 'src/libimcv/plugins/imv_attestation/imv_attestation_process.h')
-rw-r--r-- | src/libimcv/plugins/imv_attestation/imv_attestation_process.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_process.h b/src/libimcv/plugins/imv_attestation/imv_attestation_process.h index 506ecfd03..078337f46 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation_process.h +++ b/src/libimcv/plugins/imv_attestation/imv_attestation_process.h @@ -37,9 +37,14 @@ /** * Process a TCG PTS attribute * - * @param attr PA-TNC attribute to be processed - * @param attr_list list with PA-TNC error attributes - * @return TRUE if successful + * @param attr PA-TNC attribute to be processed + * @param attr_list list with PA-TNC error attributes + * @param attestation_state attestation state of a given connection + * @param supported_algorithms supported PTS measurement algorithms + * @param supported_dh_groups supported DH groups + * @param pts_db PTS configuration database + * @param pts_credmgr PTS credential manager + * @return TRUE if successful */ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list, imv_attestation_state_t *attestation_state, |