- cleanup of states ike_auth_requested and ike_sa_init_responded

This commit is contained in:
Martin Willi
2005-12-07 09:53:33 +00:00
parent 1c7d92a7f6
commit 283dbcc590
8 changed files with 286 additions and 218 deletions
+5 -1
View File
@@ -39,6 +39,10 @@ typedef struct ike_auth_requested_t ike_auth_requested_t;
* @ Constructors:
* - ike_auth_requested_create()
*
* @todo handle certificate payloads
*
* @todo setup child SAs, if requested
*
* @ingroup states
*/
struct ike_auth_requested_t {
@@ -55,7 +59,7 @@ struct ike_auth_requested_t {
* @param ike_sa assigned ike_sa object
* @param sent_nonce Sent nonce value in IKE_SA_INIT request
* @param received_nonce Received nonce value in IKE_SA_INIT response
* @param ike_sa_init_reply_data binary representation of IKE_SA_INIT reply
* @param ike_sa_init_reply_data binary representation of IKE_SA_INIT reply
* @return created ike_auth_requested_t object
*
* @ingroup states