CTLOG_new_from_base64_ex

Create a CT log from a base64-encoded SubjectPublicKeyInfo DER key.

Synopsis

Declared in <openssl/ct.h>

int
CTLOG_new_from_base64_ex(
    CTLOG** ct_log,
    char const* pkey_base64,
    char const* name,
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
ct_logReceives the new CT log on success; free with CTLOG_free().
pkey_base64Base64-encoded SubjectPublicKeyInfo DER.
nameHuman-readable name for the log.
libctxLibrary context to associate with the log.
propqProperty query string, or NULL.