Lines Matching refs:CTLOG_STORE
14 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
15 CTLOG_STORE *CTLOG_STORE_new(void);
16 void CTLOG_STORE_free(CTLOG_STORE *store);
18 int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
19 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
23 A CTLOG_STORE is a container for a list of CTLOGs (Certificate Transparency
33 The CTLOG_STORE is then populated by CTLOG_STORE_load_default_file() or
39 CTLOG_STORE.
53 Once a CTLOG_STORE is no longer required, it should be passed to
55 with the CTLOG_STORE itself.
60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered