diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-04 15:07:38 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-04 15:07:38 +0000 |
commit | 813ed1cd030cde7ba073dba4bde3882cdf116a93 (patch) | |
tree | c85c08fe0ac513a5906fa6fe597ed2be4aba20ef /Source/charon/sa/authenticator.h | |
parent | 0743de26be9165d5f8cece84f6d5a82bf503c7d8 (diff) | |
download | strongswan-813ed1cd030cde7ba073dba4bde3882cdf116a93.tar.bz2 strongswan-813ed1cd030cde7ba073dba4bde3882cdf116a93.tar.xz |
- Code documented
Diffstat (limited to 'Source/charon/sa/authenticator.h')
-rw-r--r-- | Source/charon/sa/authenticator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/sa/authenticator.h b/Source/charon/sa/authenticator.h index be8e40818..dc0319191 100644 --- a/Source/charon/sa/authenticator.h +++ b/Source/charon/sa/authenticator.h @@ -20,11 +20,9 @@ * for more details. */ - #ifndef _AUTHENTICATOR_H_ #define _AUTHENTICATOR_H_ - #include <types.h> #include <encoding/payloads/auth_payload.h> #include <encoding/payloads/id_payload.h> @@ -34,7 +32,6 @@ typedef struct authenticator_t authenticator_t; - /** * @brief Class authenticator_t. Used to authenticate a peer. * @@ -43,7 +40,8 @@ typedef struct authenticator_t authenticator_t; * - RSA_DIGITAL_SIGNATURE * * This class retrieves needed data for specific AUTH methods (RSA keys, shared secrets, etc.) - * over an internal stored protected_ike_sa_t object or directly from the configuration_manager_t. + * over an internal stored protected_ike_sa_t object or directly from the configuration_manager_t over + * the daemon_t object charon. * * @ingroup sa */ @@ -127,6 +125,8 @@ struct authenticator_t { * This preconditions are not given in IKE_SA states INITIATOR_INIT or RESPONDER_INIT! * * @param ike_sa object of type protected_ike_sa_t + * + * @ingroup sa */ authenticator_t *authenticator_create(protected_ike_sa_t *ike_sa); |