Lines Matching refs:log
8 encapsulates information about a Certificate Transparency log
23 void CTLOG_free(CTLOG *log);
24 const char *CTLOG_get0_name(const CTLOG *log);
25 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
27 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log);
32 Transparency (CT) log with the given public key and associates it with the
34 be provided that can be used to help users identify this log. Ownership of the
55 CTLOG_get0_name() returns the name of the log, as provided when the CTLOG was
58 CTLOG_get0_log_id() sets *log_id to point to a string containing that log's
60 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of
63 CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the