Home
last modified time | relevance | path

Searched refs:CTLOG_STORE (Results 1 – 17 of 17) sorted by relevance

/openssl/doc/man3/
H A DCTLOG_STORE_new.pod14 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.
[all …]
H A DSCT_print.pod12 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
14 const char *separator, const CTLOG_STORE *logs);
23 The output can be indented by a specified number of spaces. If a B<CTLOG_STORE>
25 each SCT (if that log is in the CTLOG_STORE). Alternatively, NULL can be passed
26 as the CTLOG_STORE parameter to disable this feature.
H A DCTLOG_STORE_get0_log_by_id.pod6 Get a Certificate Transparency log from a CTLOG_STORE
12 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
24 in a CTLOG_STORE that has a given LogID.
29 exists in the given CTLOG_STORE, otherwise it returns NULL.
H A DCT_POLICY_EVAL_CTX_new.pod25 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
27 CTLOG_STORE *log_store);
89 Holds a pointer to the CTLOG_STORE, so the CTLOG_STORE must outlive the
H A DSCT_validate.pod53 A CTLOG_STORE that contains the CT log that issued this SCT.
55 If the SCT was issued by a log that is not in this CTLOG_STORE, the validation
/openssl/crypto/ct/
H A Dct_log.c44 CTLOG_STORE *log_store;
103 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in CTLOG_STORE_new_ex()
105 CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret)); in CTLOG_STORE_new_ex()
133 CTLOG_STORE *CTLOG_STORE_new(void) in CTLOG_STORE_new()
138 void CTLOG_STORE_free(CTLOG_STORE *store) in CTLOG_STORE_free()
147 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log, in ctlog_new_from_conf()
168 int CTLOG_STORE_load_default_file(CTLOG_STORE *store) in CTLOG_STORE_load_default_file()
225 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file) in CTLOG_STORE_load_file()
339 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, in CTLOG_STORE_get0_log_by_id()
H A Dct_policy.c87 CTLOG_STORE *log_store) in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE()
107 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_log_store()
H A Dct_prn.c71 const CTLOG_STORE *log_store) in SCT_print()
115 const char *separator, const CTLOG_STORE *log_store) in SCT_LIST_print()
H A Dct_local.h112 CTLOG_STORE *log_store;
/openssl/include/openssl/
H A Dct.h.in119 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
123 CTLOG_STORE *log_store);
304 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
314 const char *separator, const CTLOG_STORE *logs);
487 CTLOG_STORE *CTLOG_STORE_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
494 CTLOG_STORE *CTLOG_STORE_new(void);
499 void CTLOG_STORE_free(CTLOG_STORE *store);
505 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
513 __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
519 __owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
H A Dtypes.h212 typedef struct ctlog_store_st CTLOG_STORE; typedef
H A Dssl.h.in2334 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2336 * CTLOG_STORE.
2343 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2345 * CTLOG_STORE.
2352 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
2354 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
2363 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
/openssl/test/
H A Dct_test.c36 CTLOG_STORE* ctlog_store;
/openssl/util/
H A Dindent.pro632 -T CTLOG_STORE
/openssl/ssl/
H A Dssl_local.h1005 CTLOG_STORE *ctlog_store; /* CT Log Store */
H A Dssl_lib.c6109 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE * logs) in SSL_CTX_set0_ctlog_store()
6115 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx) in SSL_CTX_get0_ctlog_store()
/openssl/apps/
H A Ds_client.c3267 const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); in print_stuff()

Completed in 96 milliseconds