Return the property definition string of a fetched decoder.
Declared in <openssl/decoder.h>
char const*
OSSL_DECODER_get0_properties(OSSL_DECODER const* encoder);
Property definition string, or NULL if unavailable.
| Name | Description |
|---|---|
| encoder | Decoder to query. |