CTLOG_STORE_new_ex

Create a new CT log store associated with libctx / propq. Free with CTLOG_STORE_free().

Synopsis

Declared in <openssl/ct.h>

CTLOG_STORE*
CTLOG_STORE_new_ex(
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

A new CTLOG_STORE, or NULL on error.

Parameters

NameDescription
libctxLibrary context, or NULL for the default.
propqProperty query string, or NULL.