Return the property query string associated with a key context.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_PKEY_CTX_get0_propq(EVP_PKEY_CTX const* ctx);

Return Value

Internal property query string (do not free), or NULL if none was set.

Parameters

Name

Description

ctx

Key context to query.

Created with MrDocs