IKEv1 XAuth: Added temporary "initiate_xauth" public method to ike_sa_t. This allows us to initiate an XAuth password authentication exchange after responding to the final message of Main Mode. This change should be reverted once we have a better method to initiate this exchange.
This commit is contained in:
@@ -958,6 +958,11 @@ struct ike_sa_t {
|
||||
* Destroys a ike_sa_t object.
|
||||
*/
|
||||
void (*destroy) (ike_sa_t *this);
|
||||
|
||||
/**
|
||||
* Initiate an XAuth transaction
|
||||
*/
|
||||
void (*initiate_xauth) (ike_sa_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user