aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-07 09:34:25 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-07 09:34:25 +0000
commit1c7d92a7f69783f222ed261501ff163de5112880 (patch)
treeb94450dd64a6c57231cef1f5819a40d219740d0f /Source
parent1e2c3e535b7dcc29c0ad1334dc704405f0c367f2 (diff)
downloadstrongswan-1c7d92a7f69783f222ed261501ff163de5112880.tar.bz2
strongswan-1c7d92a7f69783f222ed261501ff163de5112880.tar.xz
- code cleaned up
Diffstat (limited to 'Source')
-rw-r--r--Source/charon/sa/states/responder_init.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/charon/sa/states/responder_init.h b/Source/charon/sa/states/responder_init.h
index 1bc7f6dc3..5c7829b5e 100644
--- a/Source/charon/sa/states/responder_init.h
+++ b/Source/charon/sa/states/responder_init.h
@@ -48,6 +48,15 @@ struct responder_init_t {
/**
* Constructor of class responder_init_t.
*
+ * The following functions of the assigned protected_ike_sa_t object are being called with
+ * valid values after successfully processing a received message and before changing
+ * to next state IKE_SA_INIT_RESPONDED:
+ * - protected_ike_sa_t.set_init_config()
+ * - protected_ike_sa_t.set_my_host()
+ * - protected_ike_sa_t.set_other_host()
+ * - protected_ike_sa_t.compute_secrets()
+ * - protected_ike_sa_t.create_transforms_from_proposal()
+ *
* @param ike_sa assigned IKE_SA
*
* @return responder_init_t object