refactored PA-TNC message handling by IMVs
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "imv_attestation_state.h"
|
||||
|
||||
#include <pa_tnc/pa_tnc_msg.h>
|
||||
#include <imv/imv_msg.h>
|
||||
#include <library.h>
|
||||
|
||||
#include <pts/pts_database.h>
|
||||
@@ -34,14 +34,14 @@
|
||||
/**
|
||||
* Process a TCG PTS attribute
|
||||
*
|
||||
* @param attr_list list of PA-TNC attriubutes to be built
|
||||
* @param out_msg outbound PA-TNC message to be built
|
||||
* @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
|
||||
* @return TRUE if successful
|
||||
*/
|
||||
bool imv_attestation_build(linked_list_t *attr_list,
|
||||
bool imv_attestation_build(imv_msg_t *out_msg,
|
||||
imv_attestation_state_t *attestation_state,
|
||||
pts_meas_algorithms_t supported_algorithms,
|
||||
pts_dh_group_t supported_dh_groups,
|
||||
|
||||
Reference in New Issue
Block a user