hide credentials headers in credential_factory.h
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <library.h>
|
#include <library.h>
|
||||||
#include <utils/host.h>
|
#include <utils/host.h>
|
||||||
|
#include <utils/identification.h>
|
||||||
|
|
||||||
typedef struct attribute_provider_t attribute_provider_t;
|
typedef struct attribute_provider_t attribute_provider_t;
|
||||||
|
|
||||||
|
|||||||
@@ -24,9 +24,6 @@
|
|||||||
typedef struct credential_factory_t credential_factory_t;
|
typedef struct credential_factory_t credential_factory_t;
|
||||||
typedef enum credential_type_t credential_type_t;
|
typedef enum credential_type_t credential_type_t;
|
||||||
|
|
||||||
#include <credentials/keys/private_key.h>
|
|
||||||
#include <credentials/keys/public_key.h>
|
|
||||||
#include <credentials/certificates/certificate.h>
|
|
||||||
#include <credentials/builder.h>
|
#include <credentials/builder.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -63,12 +63,7 @@
|
|||||||
#include <crypto/crypto_factory.h>
|
#include <crypto/crypto_factory.h>
|
||||||
#include <fetcher/fetcher_manager.h>
|
#include <fetcher/fetcher_manager.h>
|
||||||
#include <database/database_factory.h>
|
#include <database/database_factory.h>
|
||||||
|
#include <credentials/credential_factory.h>
|
||||||
#ifdef NO_CREDENTIAL_FACTORY
|
|
||||||
typedef struct credential_factory_t credential_factory_t;
|
|
||||||
#else
|
|
||||||
#include <credentials/credential_factory.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct library_t library_t;
|
typedef struct library_t library_t;
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
#include <utils/identification.h>
|
#include <utils/identification.h>
|
||||||
#include <utils/linked_list.h>
|
#include <utils/linked_list.h>
|
||||||
#include <credentials/certificates/x509.h>
|
#include <credentials/certificates/x509.h>
|
||||||
|
#include <credentials/keys/private_key.h>
|
||||||
|
|
||||||
extern identification_t* x509_parse_authorityKeyIdentifier(chunk_t blob,
|
extern identification_t* x509_parse_authorityKeyIdentifier(chunk_t blob,
|
||||||
int level0, chunk_t *authKeySerialNumber);
|
int level0, chunk_t *authKeySerialNumber);
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
#include <asn1/asn1_parser.h>
|
#include <asn1/asn1_parser.h>
|
||||||
#include <asn1/pem.h>
|
#include <asn1/pem.h>
|
||||||
#include <crypto/hashers/hasher.h>
|
#include <crypto/hashers/hasher.h>
|
||||||
|
#include <credentials/keys/private_key.h>
|
||||||
#include <utils/linked_list.h>
|
#include <utils/linked_list.h>
|
||||||
#include <utils/identification.h>
|
#include <utils/identification.h>
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
#include <utils/linked_list.h>
|
#include <utils/linked_list.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
#include <credentials/certificates/x509.h>
|
#include <credentials/certificates/x509.h>
|
||||||
|
#include <credentials/keys/private_key.h>
|
||||||
|
|
||||||
#define NONCE_LEN 16
|
#define NONCE_LEN 16
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
#include <asn1/pem.h>
|
#include <asn1/pem.h>
|
||||||
#include <credentials/certificates/x509.h>
|
#include <credentials/certificates/x509.h>
|
||||||
#include <credentials/certificates/ac.h>
|
#include <credentials/certificates/ac.h>
|
||||||
|
#include <credentials/keys/private_key.h>
|
||||||
#include <utils/optionsfrom.h>
|
#include <utils/optionsfrom.h>
|
||||||
|
|
||||||
#ifdef INTEGRITY_TEST
|
#ifdef INTEGRITY_TEST
|
||||||
|
|||||||
Reference in New Issue
Block a user