implemented and tested functionality to create sa_payload from
ike_proposal_t's and also generate ike_proposal_t's from sa_payload
This commit is contained in:
@@ -25,8 +25,11 @@
|
||||
|
||||
#include <types.h>
|
||||
#include <network/host.h>
|
||||
#include <encoding/payloads/sa_payload.h>
|
||||
#include <utils/iterator.h>
|
||||
#include <transforms/crypters/crypter.h>
|
||||
#include <transforms/prfs/prf.h>
|
||||
#include <transforms/signers/signer.h>
|
||||
#include <transforms/diffie_hellman.h>
|
||||
|
||||
typedef struct ike_proposal_t ike_proposal_t;
|
||||
|
||||
@@ -65,11 +68,12 @@ struct ike_proposal_t {
|
||||
u_int16_t pseudo_random_function_key_length;
|
||||
|
||||
/**
|
||||
* Diffie hellman group
|
||||
* Diffie hellman group.
|
||||
*/
|
||||
diffie_hellman_group_t diffie_hellman_group;
|
||||
};
|
||||
|
||||
|
||||
typedef struct init_config_t init_config_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user