EVP_PKEY_CTX_get0_propq

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

NameDescription
ctxKey context to query.