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

Name

Description

encoder

Decoder to query.

Created with MrDocs