OSSL_ENCODER_get0_properties

Return the property definition string of a fetched encoder.

Synopsis

Declared in <openssl/encoder.h>

char const*
OSSL_ENCODER_get0_properties(OSSL_ENCODER const* encoder);

Return Value

Property definition string, or NULL if unavailable.

Parameters

NameDescription
encoderEncoder to query.