Home
last modified time | relevance | path

Searched refs:CTLOG (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/doc/man3/
DCTLOG_new.pod13 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name);
14 int CTLOG_new_from_base64(CTLOG ** ct_log,
16 void CTLOG_free(CTLOG *log);
17 const char *CTLOG_get0_name(const CTLOG *log);
18 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
20 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log);
24 CTLOG_new() returns a new CTLOG that represents the Certificate Transparency
29 CTLOG_new_from_base64() also creates a new CTLOG, but takes the public key in
30 base64-encoded DER form and sets the ct_log pointer to point to the new CTLOG.
34 caller's responsibility to pass the CTLOG to CTLOG_free() once it is no longer
[all …]
DCTLOG_STORE_get0_log_by_id.pod12 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
23 CTLOG_STORE_get0_log_by_id() provides a way to do this. It will find a CTLOG
28 B<CTLOG_STORE_get0_log_by_id> returns a CTLOG with the given LogID, if it
/third_party/openssl/crypto/ct/
Dct_log.c35 STACK_OF(CTLOG) *logs;
119 static int ctlog_new_from_conf(CTLOG **ct_log, const CONF *conf, const char *section) in ctlog_new_from_conf()
158 CTLOG *ct_log = NULL; in ctlog_store_load_log()
237 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name) in CTLOG_new()
239 CTLOG *ret = OPENSSL_zalloc(sizeof(*ret)); in CTLOG_new()
263 void CTLOG_free(CTLOG *log) in CTLOG_free()
272 const char *CTLOG_get0_name(const CTLOG *log) in CTLOG_get0_name()
277 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id()
284 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log) in CTLOG_get0_public_key()
293 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, in CTLOG_STORE_get0_log_by_id()
[all …]
Dct_b64.c135 int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) in CTLOG_new_from_base64()
Dct_prn.c73 const CTLOG *log = NULL; in SCT_print()
Dct_sct.c295 const CTLOG *log; in SCT_validate()
/third_party/openssl/include/openssl/
Dct.h59 DEFINE_STACK_OF(CTLOG)
411 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name);
419 int CTLOG_new_from_base64(CTLOG ** ct_log,
425 void CTLOG_free(CTLOG *log);
428 const char *CTLOG_get0_name(const CTLOG *log);
430 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
433 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log);
454 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
Dossl_typ.h172 typedef struct ctlog_st CTLOG; typedef
/third_party/openssl/test/
Dct_test.c500 CTLOG *ctlogp = NULL; in test_ctlog_from_base64()
/third_party/openssl/Configurations/
Ddescrip.mms.tmpl540 @ ! Install CTLOG configuration file