fixed child rekey collision
implemented ike rekey collision
This commit is contained in:
@@ -59,6 +59,14 @@ struct child_create_t {
|
||||
*/
|
||||
void (*use_reqid) (child_create_t *this, u_int32_t reqid);
|
||||
|
||||
/**
|
||||
* @brief Get the lower of the two nonces, used for rekey collisions.
|
||||
*
|
||||
* @param this calling object
|
||||
* @return lower nonce
|
||||
*/
|
||||
chunk_t (*get_lower_nonce) (child_create_t *this);
|
||||
|
||||
/**
|
||||
* @brief Get the CHILD_SA established by this task.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user