Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dct.h96 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
100 CTLOG_STORE *log_store);
281 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
291 const char *separator, const CTLOG_STORE *logs);
443 CTLOG_STORE *CTLOG_STORE_new(void);
448 void CTLOG_STORE_free(CTLOG_STORE *store);
454 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
462 __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
468 __owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
H A Dossl_typ.h173 typedef struct ctlog_store_st CTLOG_STORE; typedef
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCTLOG_STORE_new.pod13 CTLOG_STORE *CTLOG_STORE_new(void);
14 void CTLOG_STORE_free(CTLOG_STORE *store);
16 int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
17 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
21 A CTLOG_STORE is a container for a list of CTLOGs (Certificate Transparency
31 Both of these functions append any loaded CT logs to the CTLOG_STORE.
45 Once a CTLOG_STORE is no longer required, it should be passed to
47 with the CTLOG_STORE itself.
52 valid logs will still be added to the CTLOG_STORE. A CT log will be considered
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.pod22 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx);
24 CTLOG_STORE *log_store);
79 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
/netbsd-src/crypto/external/bsd/openssl/dist/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;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_log.c40 CTLOG_STORE *log_store;
92 CTLOG_STORE *CTLOG_STORE_new(void) in CTLOG_STORE_new()
94 CTLOG_STORE *ret = OPENSSL_zalloc(sizeof(*ret)); in CTLOG_STORE_new()
111 void CTLOG_STORE_free(CTLOG_STORE *store) in CTLOG_STORE_free()
138 int CTLOG_STORE_load_default_file(CTLOG_STORE *store) in CTLOG_STORE_load_default_file()
195 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file) in CTLOG_STORE_load_file()
293 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, in CTLOG_STORE_get0_log_by_id()
H A Dct_policy.c70 CTLOG_STORE *log_store) in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE()
90 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.h109 CTLOG_STORE *log_store;
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
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 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
/netbsd-src/crypto/external/bsd/openssl/dist/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.h209 typedef struct ctlog_store_st CTLOG_STORE; typedef
H A Dssl.h.in2325 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2327 * CTLOG_STORE.
2334 * If a CTLOG_STORE has previously been set using SSL_CTX_set_ctlog_store,
2336 * CTLOG_STORE.
2343 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
2345 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs);
2354 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dct_test.c35 CTLOG_STORE* ctlog_store;
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dct_test.c36 CTLOG_STORE* ctlog_store;
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro632 -T CTLOG_STORE
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dindent.pro631 -T CTLOG_STORE

12