CT_POLICY_EVAL_CTX_new_ex

Create a new, empty CT policy evaluation context for libctx / propq. The caller must free it with CT_POLICY_EVAL_CTX_free().

Synopsis

Declared in <openssl/ct.h>

CT_POLICY_EVAL_CTX*
CT_POLICY_EVAL_CTX_new_ex(
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

A new context, or NULL on error.

Parameters

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