Moved credential manager to libstrongswan

This commit is contained in:
Martin Willi
2010-07-13 10:26:07 +02:00
parent 2ca7db1337
commit 2ccc02a4fd
48 changed files with 191 additions and 205 deletions
+9
View File
@@ -28,6 +28,9 @@
* @defgroup certificates certificates
* @ingroup credentials
*
* @defgroup sets sets
* @ingroup credentials
*
* @defgroup crypto crypto
* @ingroup libstrongswan
*
@@ -65,6 +68,7 @@
#include "fetcher/fetcher_manager.h"
#include "database/database_factory.h"
#include "credentials/credential_factory.h"
#include "credentials/credential_manager.h"
#include "credentials/keys/key_encoding.h"
typedef struct library_t library_t;
@@ -89,6 +93,11 @@ struct library_t {
*/
credential_factory_t *creds;
/**
* Manager for the credential set backends
*/
credential_manager_t *credmgr;
/**
* key encoding registry and factory
*/