CTLOG_STORE
const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx);
CTLOG_STORE *log_store;
CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret));
CTLOG_STORE *CTLOG_STORE_new(void)
void CTLOG_STORE_free(CTLOG_STORE *store)
static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log,
int CTLOG_STORE_load_default_file(CTLOG_STORE *store)
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
CTLOG_STORE *log_store;
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx)
CTLOG_STORE *log_store)
const char *separator, const CTLOG_STORE *log_store)
const CTLOG_STORE *log_store)
const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
CTLOG_STORE *log_store);
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
const char *separator, const CTLOG_STORE *logs);
CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
CTLOG_STORE *CTLOG_STORE_new(void);
void CTLOG_STORE_free(CTLOG_STORE *store);
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
__owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
__owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs)
const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx)
CTLOG_STORE *ctlog_store; /* CT Log Store */
CTLOG_STORE *ctlog_store;