- configuration_manager replaced by configuration_t interface
- current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
This commit is contained in:
@@ -40,7 +40,7 @@ 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
|
||||
* over an internal stored protected_ike_sa_t object or directly from the configuration_t over
|
||||
* the daemon_t object "charon".
|
||||
*
|
||||
* @b Constructors:
|
||||
|
||||
Reference in New Issue
Block a user