OSSL_DECODER_get0_properties

Return the property definition string of a fetched decoder.

Synopsis

Declared in <openssl/decoder.h>

char const*
OSSL_DECODER_get0_properties(OSSL_DECODER const* encoder);

Return Value

Property definition string, or NULL if unavailable.

Parameters

NameDescription
encoderDecoder to query.