Started implementing handling of DH Nonce attributes
This commit is contained in:
committed by
Andreas Steffen
parent
9a49d2e065
commit
0daee96b05
@@ -28,6 +28,7 @@ typedef struct pts_t pts_t;
|
||||
#include "pts_meas_algo.h"
|
||||
#include "pts_file_meas.h"
|
||||
#include "pts_file_meta.h"
|
||||
#include "pts_dh_group.h"
|
||||
|
||||
#include <library.h>
|
||||
|
||||
@@ -71,6 +72,20 @@ struct pts_t {
|
||||
*/
|
||||
void (*set_meas_algorithm)(pts_t *this, pts_meas_algorithms_t algorithm);
|
||||
|
||||
/**
|
||||
* Get PTS Diffie Hellman Group
|
||||
*
|
||||
* @return DH Group
|
||||
*/
|
||||
pts_dh_group_t (*get_dh_group)(pts_t *this);
|
||||
|
||||
/**
|
||||
* Set PTS Diffie Hellman Group
|
||||
*
|
||||
* @param dh_group DH Group
|
||||
*/
|
||||
void (*set_dh_group)(pts_t *this, pts_dh_group_t dh_group);
|
||||
|
||||
/**
|
||||
* Get Platform and OS Info
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user