Return the property query string used for algorithm fetching.

Synopsis

Declared in <openssl/cmp.h>

char const*
OSSL_CMP_CTX_get0_propq(OSSL_CMP_CTX const* ctx);

Return Value

Property query string, or NULL if unset.

Parameters

Name

Description

ctx

CMP context.

Created with MrDocs