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